[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240604203511.GA1345593-robh@kernel.org>
Date: Tue, 4 Jun 2024 15:35:11 -0500
From: Rob Herring <robh@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Saravana Kannan <saravanak@...gle.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org
Subject: [GIT PULL] Devicetree fixes for v6.10, part v1
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@...olite.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(-)
Powered by blists - more mailing lists