devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Devicetree include cleanups for v6.6
@ 2023-08-30 13:32 Rob Herring
  2023-08-31  0:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2023-08-30 13:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Frank Rowand, linux-kernel, devicetree, Paul Walmsley,
	Palmer Dabbelt, Albert Ou, David S. Miller, Corey Minyard,
	Peter Huewe, Jarkko Sakkinen, Daniel Lezcano, Thomas Gleixner,
	Borislav Petkov, Tony Luck, Dipen Patel, Peter Rosin,
	Sudip Mukherjee

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Devicetree include cleanups for v6.6
  2023-08-30 13:32 [GIT PULL] Devicetree include cleanups for v6.6 Rob Herring
@ 2023-08-31  0:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-31  0:10 UTC (permalink / raw)
  To: Rob Herring
  Cc: Linus Torvalds, Frank Rowand, linux-kernel, devicetree,
	Paul Walmsley, Palmer Dabbelt, Albert Ou, David S. Miller,
	Corey Minyard, Peter Huewe, Jarkko Sakkinen, Daniel Lezcano,
	Thomas Gleixner, Borislav Petkov, Tony Luck, Dipen Patel,
	Peter Rosin, Sudip Mukherjee

The pull request you sent on Wed, 30 Aug 2023 08:32:53 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ef2a0b7cdbc5b84f7b3f6573b7687e72bede0964

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-31  0:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-30 13:32 [GIT PULL] Devicetree include cleanups for v6.6 Rob Herring
2023-08-31  0:10 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).