devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Devicetree fixes for v6.10, part v1
@ 2024-06-04 20:35 Rob Herring
  2024-06-05 15:59 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2024-06-04 20:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Saravana Kannan, Krzysztof Kozlowski, Conor Dooley, linux-kernel,
	devicetree

Linus,

Please pull a couple of DT fixes for 6.10.

Rob

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.10-1

for you to fetch changes up to e7985f43609c782132f8f5794ee6cc4cdb66ca75:

  of: property: Fix fw_devlink handling of interrupt-map (2024-05-30 19:43:47 -0500)

----------------------------------------------------------------
Devicetree fixes for v6.10, part 1:

- Fix regression in 'interrupt-map' handling affecting Apple M1 mini (at
  least)

- Fix binding example warning in stm32 st,mlahb binding

- Fix schema error in Allwinner platform binding causing lots of
  spurious warnings

- Add missing MODULE_DESCRIPTION() to DT kunit tests

----------------------------------------------------------------
Jeff Johnson (1):
      of: of_test: add MODULE_DESCRIPTION()

Marc Zyngier (1):
      of: property: Fix fw_devlink handling of interrupt-map

Rob Herring (Arm) (3):
      dt-bindings: arm: sunxi: Fix incorrect '-' usage
      dt-bindings: arm: stm32: st,mlahb: Drop spurious "reg" property from example
      of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_parse_raw()

 .../devicetree/bindings/arm/stm32/st,mlahb.yaml    |   3 +-
 Documentation/devicetree/bindings/arm/sunxi.yaml   |   6 +-
 drivers/of/irq.c                                   | 125 ++++++++++++---------
 drivers/of/of_private.h                            |   3 +
 drivers/of/of_test.c                               |   1 +
 drivers/of/property.c                              |  30 ++---
 6 files changed, 92 insertions(+), 76 deletions(-)

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

end of thread, other threads:[~2024-06-05 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04 20:35 [GIT PULL] Devicetree fixes for v6.10, part v1 Rob Herring
2024-06-05 15:59 ` 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).