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 updates for v6.11, part 2
Date: Fri, 26 Jul 2024 14:15:58 -0500 [thread overview]
Message-ID: <20240726191558.GA1888978-robh@kernel.org> (raw)
Linus,
Please pull 2nd batch of DT updates for 6.11. Most of it is a treewide
change to of_property_for_each_u32() which was small enough to do in one
go before rc1 and avoids the need to create
of_property_for_each_u32_some_new_name().
Rob
The following changes since commit c33ffdb70cc6df4105160f991288e7d2567d7ffa:
Merge tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy (2024-07-24 13:11:28 -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.11-1
for you to fetch changes up to 6dc55268f64b780eb8774de3705f791b689853bb:
dt-bindings: iio: adc: ad7192: Fix 'single-channel' constraints (2024-07-26 13:53:20 -0500)
----------------------------------------------------------------
Devicetree fixes for 6.11, part 1
- Treewide conversion of of_property_for_each_u32() to drop internal
arguments making struct property opaque
- Add binding for Amlogic A4 SoC watchdog
- Fix constraints for AD7192 'single-channel' property
----------------------------------------------------------------
Huqiang Qin (1):
dt-bindings: watchdog: add support for Amlogic A4 SoCs
Luca Ceresoli (1):
of: remove internal arguments from of_property_for_each_u32()
Rob Herring (Arm) (1):
dt-bindings: iio: adc: ad7192: Fix 'single-channel' constraints
.../devicetree/bindings/iio/adc/adi,ad7192.yaml | 5 +--
.../bindings/watchdog/amlogic,meson-gxbb-wdt.yaml | 1 +
arch/powerpc/sysdev/xive/native.c | 4 +-
arch/powerpc/sysdev/xive/spapr.c | 3 +-
drivers/bus/ti-sysc.c | 4 +-
drivers/clk/clk-conf.c | 4 +-
drivers/clk/clk-si5351.c | 43 +++++++++++++---------
drivers/clk/clk.c | 12 +++---
drivers/clk/qcom/common.c | 4 +-
drivers/clk/sunxi/clk-simple-gates.c | 4 +-
drivers/clk/sunxi/clk-sun8i-bus-gates.c | 4 +-
drivers/clocksource/samsung_pwm_timer.c | 4 +-
drivers/gpio/gpio-brcmstb.c | 5 +--
drivers/iio/adc/ti_am335x_adc.c | 4 +-
drivers/irqchip/irq-atmel-aic-common.c | 4 +-
drivers/irqchip/irq-pic32-evic.c | 4 +-
drivers/mfd/ti_am335x_tscadc.c | 4 +-
drivers/pinctrl/nxp/pinctrl-s32cc.c | 4 +-
drivers/pinctrl/pinctrl-k210.c | 4 +-
drivers/pwm/pwm-samsung.c | 4 +-
drivers/tty/sysrq.c | 4 +-
drivers/usb/misc/usb251xb.c | 4 +-
include/linux/of.h | 15 ++++----
sound/soc/codecs/arizona.c | 12 +++---
24 files changed, 64 insertions(+), 96 deletions(-)
next reply other threads:[~2024-07-26 19:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-26 19:15 Rob Herring [this message]
2024-07-27 20:07 ` [GIT PULL] Devicetree updates for v6.11, part 2 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=20240726191558.GA1888978-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).