mbox series

[GIT,PULL] Devicetree fixes for v6.10, part v1

Message ID 20240604203511.GA1345593-robh@kernel.org
State Not Applicable
Headers show
Series [GIT,PULL] Devicetree fixes for v6.10, part v1 | expand

Pull-request

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

Checks

Context Check Description
robh/checkpatch warning total: 1 errors, 2 warnings, 0 lines checked
robh/patch-applied success

Message

Rob Herring June 4, 2024, 8:35 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 5, 2024, 3:59 p.m. UTC | #1
The pull request you sent on Tue, 4 Jun 2024 15:35:11 -0500:

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

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

Thank you!