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@xxxxxxxxxxxxxxxxxxx/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(-)