All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Frank Rowand <frowand.list@gmail.com>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Paul Walmsley <paul.walmsley@sifive.com>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Albert Ou <aou@eecs.berkeley.edu>,
	"David S. Miller" <davem@davemloft.net>,
	Corey Minyard <minyard@acm.org>, Peter Huewe <peterhuewe@gmx.de>,
	Jarkko Sakkinen <jarkko@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>, Tony Luck <tony.luck@intel.com>,
	Dipen Patel <dipenp@nvidia.com>, Peter Rosin <peda@axentia.se>,
	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Subject: [GIT PULL] Devicetree include cleanups for v6.6
Date: Wed, 30 Aug 2023 08:32:53 -0500	[thread overview]
Message-ID: <20230830133253.GA112890-robh@kernel.org> (raw)

Linus,

Please pull. Most of these changes are queued up in the subsystems. 
These are what's left which I didn't get a response on (well, hte was 
acked but not applied).

Rob

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-header-cleanups-for-6.6

for you to fetch changes up to 86cdae14a58a877ee1ec79d39b1331bc98dace58:

  ipmi: Explicitly include correct DT includes (2023-08-28 13:36:24 -0500)

----------------------------------------------------------------
Devicetree include cleanups for v6.6:

These are the remaining few clean-ups of DT related includes which
didn't get applied to subsystem trees.

----------------------------------------------------------------
Rob Herring (12):
      riscv: Explicitly include correct DT includes
      sparc: Explicitly include correct DT includes
      clocksource: Explicitly include correct DT includes
      EDAC: Explicitly include correct DT includes
      hte: Explicitly include correct DT includes
      macintosh: Explicitly include correct DT includes
      mux: Explicitly include correct DT includes
      sbus: Explicitly include correct DT includes
      parport: Explicitly include correct DT includes
      lib/genalloc: Explicitly include correct DT includes
      tpm: Explicitly include correct DT includes
      ipmi: Explicitly include correct DT includes

 arch/riscv/kernel/cpufeature.c            | 1 -
 arch/sparc/crypto/crop_devid.c            | 2 +-
 arch/sparc/include/asm/floppy_32.h        | 2 +-
 arch/sparc/include/asm/floppy_64.h        | 2 +-
 arch/sparc/include/asm/parport.h          | 3 ++-
 arch/sparc/kernel/apc.c                   | 2 +-
 arch/sparc/kernel/auxio_32.c              | 1 -
 arch/sparc/kernel/auxio_64.c              | 3 ++-
 arch/sparc/kernel/central.c               | 2 +-
 arch/sparc/kernel/chmc.c                  | 3 ++-
 arch/sparc/kernel/ioport.c                | 2 +-
 arch/sparc/kernel/leon_kernel.c           | 2 --
 arch/sparc/kernel/leon_pci.c              | 3 ++-
 arch/sparc/kernel/leon_pci_grpci1.c       | 3 ++-
 arch/sparc/kernel/leon_pci_grpci2.c       | 4 +++-
 arch/sparc/kernel/of_device_32.c          | 2 +-
 arch/sparc/kernel/of_device_64.c          | 4 ++--
 arch/sparc/kernel/of_device_common.c      | 4 ++--
 arch/sparc/kernel/pci.c                   | 3 ++-
 arch/sparc/kernel/pci_common.c            | 3 ++-
 arch/sparc/kernel/pci_fire.c              | 3 ++-
 arch/sparc/kernel/pci_impl.h              | 1 -
 arch/sparc/kernel/pci_msi.c               | 2 ++
 arch/sparc/kernel/pci_psycho.c            | 4 +++-
 arch/sparc/kernel/pci_sun4v.c             | 3 ++-
 arch/sparc/kernel/pmc.c                   | 2 +-
 arch/sparc/kernel/power.c                 | 3 ++-
 arch/sparc/kernel/prom_irqtrans.c         | 1 +
 arch/sparc/kernel/psycho_common.c         | 1 +
 arch/sparc/kernel/sbus.c                  | 3 ++-
 arch/sparc/kernel/time_32.c               | 1 -
 arch/sparc/mm/io-unit.c                   | 3 ++-
 arch/sparc/mm/iommu.c                     | 5 +++--
 drivers/char/ipmi/kcs_bmc_aspeed.c        | 1 -
 drivers/char/tpm/tpm_ftpm_tee.c           | 1 -
 drivers/char/tpm/tpm_tis.c                | 1 -
 drivers/char/tpm/tpm_tis_spi_main.c       | 2 +-
 drivers/char/tpm/tpm_tis_synquacer.c      | 1 -
 drivers/clocksource/bcm2835_timer.c       | 2 +-
 drivers/clocksource/nomadik-mtu.c         | 2 +-
 drivers/clocksource/sh_cmt.c              | 1 -
 drivers/clocksource/timer-cadence-ttc.c   | 1 +
 drivers/clocksource/timer-gxp.c           | 1 +
 drivers/clocksource/timer-integrator-ap.c | 2 +-
 drivers/clocksource/timer-tegra186.c      | 1 -
 drivers/clocksource/timer-ti-dm.c         | 1 -
 drivers/edac/fsl_ddr_edac.c               | 3 +--
 drivers/edac/highbank_l2_edac.c           | 3 ++-
 drivers/edac/highbank_mc_edac.c           | 3 ++-
 drivers/edac/mpc85xx_edac.c               | 3 +--
 drivers/edac/npcm_edac.c                  | 3 ++-
 drivers/edac/synopsys_edac.c              | 1 -
 drivers/hte/hte-tegra194.c                | 1 -
 drivers/hte/hte.c                         | 2 +-
 drivers/macintosh/ams/ams.h               | 1 -
 drivers/macintosh/macio_asic.c            | 1 +
 drivers/macintosh/smu.c                   | 1 +
 drivers/macintosh/therm_adt746x.c         | 2 ++
 drivers/macintosh/therm_windtunnel.c      | 2 ++
 drivers/macintosh/windfarm_lm75_sensor.c  | 2 +-
 drivers/mux/core.c                        | 1 -
 drivers/mux/mmio.c                        | 2 +-
 drivers/parport/parport_sunbpp.c          | 2 +-
 drivers/sbus/char/bbc_envctrl.c           | 2 +-
 drivers/sbus/char/bbc_i2c.c               | 3 ++-
 drivers/sbus/char/bbc_i2c.h               | 1 -
 drivers/sbus/char/display7seg.c           | 2 +-
 drivers/sbus/char/envctrl.c               | 2 +-
 drivers/sbus/char/flash.c                 | 2 +-
 drivers/sbus/char/uctrl.c                 | 2 +-
 lib/genalloc.c                            | 4 +++-
 71 files changed, 83 insertions(+), 68 deletions(-)

             reply	other threads:[~2023-08-30 18:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 13:32 Rob Herring [this message]
2023-08-31  0:10 ` [GIT PULL] Devicetree include cleanups for v6.6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230830133253.GA112890-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=bp@alien8.de \
    --cc=daniel.lezcano@linaro.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dipenp@nvidia.com \
    --cc=frowand.list@gmail.com \
    --cc=jarkko@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minyard@acm.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=peda@axentia.se \
    --cc=peterhuewe@gmx.de \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=tony.luck@intel.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.