devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Saravana Kannan <saravanak@google.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [GIT PULL] Devicetree fixes for v6.10, part v1
Date: Tue, 4 Jun 2024 15:35:11 -0500	[thread overview]
Message-ID: <20240604203511.GA1345593-robh@kernel.org> (raw)

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

             reply	other threads:[~2024-06-04 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-04 20:35 Rob Herring [this message]
2024-06-05 15:59 ` [GIT PULL] Devicetree fixes for v6.10, part v1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240604203511.GA1345593-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saravanak@google.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).