From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 2/2] Devicetree changes for omaps
Date: Tue, 26 Apr 2022 11:30:55 +0300 [thread overview]
Message-ID: <pull-1650961799-428630@atomide.com-2> (raw)
In-Reply-To: <pull-1650961799-428630@atomide.com>
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 71ff461c3f41f6465434b9e980c01782763e7ad8:
iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/dt-signed
for you to fetch changes up to dff844e1fe17e6c41e5899d46a378f857ea4f354:
ARM: dts: am335x-baltos: update MPU regulator range (2022-04-21 14:12:52 +0300)
----------------------------------------------------------------
Devicetree changes for omaps
Devicetree changes for omaps:
- A series of changes to fix devicetree binding check warnings for omaps
the the use of clock-output-names and clksel bindings
- Update Ethernet node names for omaps
- Pinctrl updates for logicpd-som-lv
- A series of updates for am335x-guardian
- Regulator range update for am335x-baltos
Note that this branch is based on a upstream IOMMU fix as it's needed for
booting on some SoCs.
----------------------------------------------------------------
Adam Ford (1):
ARM: dts: logicpd-som-lv: Move pinmuxing to peripheral nodes
Gireesh Hiremath (15):
ARM: dts: am335x: Guardian: Update NAND partition table
ARM: dts: am335x: Guardian: Rename power button label
ARM: dts: am335x: Guardian: Add keypad
ARM: dts: am335x: Guardian: Disable poweroff support from RTC
ARM: dts: am335x: Guardian: Remove mmc status led
ARM: dts: am335x: Guardian: Update life led
ARM: dts: am335x: Guardian: Update beeper label
ARM: dts: am335x: Guardian: Update regulator node name
ARM: dts: am335x: Guardian: Add lcd port
ARM: dts: am335x: Guardian: Update backlight parameter
ARM: dts: am335x: Guardian: Enable UART port two
ARM: dts: am335x: Guardian: Disable DMA property of USB1
ARM: dts: am335x: Guardian: Update interface pinmux
ARM: dts: am335x: Guardian: Add gpio line manes
ARM: dts: am335x: Guardian: Update comments
Oleksij Rempel (1):
ARM: dts: omap3/4/5: fix ethernet node name for different OMAP boards
Tony Lindgren (10):
ARM: dts: Add clksel node for am3 ehrpwm
ARM: dts: Add clksel node for am3 gfx
ARM: dts: Add clksel node for am3 clkout
ARM: dts: Use clock-output-names for am3
ARM: dts: Use clock-output-names for dra7
ARM: dts: Use clock-output-names for am4
ARM: dts: Add clock-output-names for omap4
ARM: dts: Drop custom clkctrl compatible and update omap4 l4per
ARM: dts: Add clock-output-names for omap5
ARM: dts: Drop custom clkctrl compatible and update omap5 l4per
Yegor Yefremov (1):
ARM: dts: am335x-baltos: update MPU regulator range
arch/arm/boot/dts/am335x-baltos.dtsi | 2 +-
arch/arm/boot/dts/am335x-guardian.dts | 376 +++++++++++++---
arch/arm/boot/dts/am33xx-clocks.dtsi | 373 ++++++++++------
arch/arm/boot/dts/am43xx-clocks.dtsi | 339 ++++++++++-----
arch/arm/boot/dts/dra7xx-clocks.dtsi | 693 ++++++++++++++++++++----------
arch/arm/boot/dts/logicpd-som-lv.dtsi | 10 +-
arch/arm/boot/dts/omap3-beagle-xm.dts | 2 +-
arch/arm/boot/dts/omap4-panda-common.dtsi | 2 +-
arch/arm/boot/dts/omap443x-clocks.dtsi | 1 +
arch/arm/boot/dts/omap446x-clocks.dtsi | 2 +
arch/arm/boot/dts/omap44xx-clocks.dtsi | 173 +++++++-
arch/arm/boot/dts/omap5-igep0050.dts | 2 +-
arch/arm/boot/dts/omap5-uevm.dts | 2 +-
arch/arm/boot/dts/omap54xx-clocks.dtsi | 160 ++++++-
14 files changed, 1582 insertions(+), 555 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 2/2] Devicetree changes for omaps
Date: Tue, 26 Apr 2022 11:30:55 +0300 [thread overview]
Message-ID: <pull-1650961799-428630@atomide.com-2> (raw)
In-Reply-To: <pull-1650961799-428630@atomide.com>
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 71ff461c3f41f6465434b9e980c01782763e7ad8:
iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/dt-signed
for you to fetch changes up to dff844e1fe17e6c41e5899d46a378f857ea4f354:
ARM: dts: am335x-baltos: update MPU regulator range (2022-04-21 14:12:52 +0300)
----------------------------------------------------------------
Devicetree changes for omaps
Devicetree changes for omaps:
- A series of changes to fix devicetree binding check warnings for omaps
the the use of clock-output-names and clksel bindings
- Update Ethernet node names for omaps
- Pinctrl updates for logicpd-som-lv
- A series of updates for am335x-guardian
- Regulator range update for am335x-baltos
Note that this branch is based on a upstream IOMMU fix as it's needed for
booting on some SoCs.
----------------------------------------------------------------
Adam Ford (1):
ARM: dts: logicpd-som-lv: Move pinmuxing to peripheral nodes
Gireesh Hiremath (15):
ARM: dts: am335x: Guardian: Update NAND partition table
ARM: dts: am335x: Guardian: Rename power button label
ARM: dts: am335x: Guardian: Add keypad
ARM: dts: am335x: Guardian: Disable poweroff support from RTC
ARM: dts: am335x: Guardian: Remove mmc status led
ARM: dts: am335x: Guardian: Update life led
ARM: dts: am335x: Guardian: Update beeper label
ARM: dts: am335x: Guardian: Update regulator node name
ARM: dts: am335x: Guardian: Add lcd port
ARM: dts: am335x: Guardian: Update backlight parameter
ARM: dts: am335x: Guardian: Enable UART port two
ARM: dts: am335x: Guardian: Disable DMA property of USB1
ARM: dts: am335x: Guardian: Update interface pinmux
ARM: dts: am335x: Guardian: Add gpio line manes
ARM: dts: am335x: Guardian: Update comments
Oleksij Rempel (1):
ARM: dts: omap3/4/5: fix ethernet node name for different OMAP boards
Tony Lindgren (10):
ARM: dts: Add clksel node for am3 ehrpwm
ARM: dts: Add clksel node for am3 gfx
ARM: dts: Add clksel node for am3 clkout
ARM: dts: Use clock-output-names for am3
ARM: dts: Use clock-output-names for dra7
ARM: dts: Use clock-output-names for am4
ARM: dts: Add clock-output-names for omap4
ARM: dts: Drop custom clkctrl compatible and update omap4 l4per
ARM: dts: Add clock-output-names for omap5
ARM: dts: Drop custom clkctrl compatible and update omap5 l4per
Yegor Yefremov (1):
ARM: dts: am335x-baltos: update MPU regulator range
arch/arm/boot/dts/am335x-baltos.dtsi | 2 +-
arch/arm/boot/dts/am335x-guardian.dts | 376 +++++++++++++---
arch/arm/boot/dts/am33xx-clocks.dtsi | 373 ++++++++++------
arch/arm/boot/dts/am43xx-clocks.dtsi | 339 ++++++++++-----
arch/arm/boot/dts/dra7xx-clocks.dtsi | 693 ++++++++++++++++++++----------
arch/arm/boot/dts/logicpd-som-lv.dtsi | 10 +-
arch/arm/boot/dts/omap3-beagle-xm.dts | 2 +-
arch/arm/boot/dts/omap4-panda-common.dtsi | 2 +-
arch/arm/boot/dts/omap443x-clocks.dtsi | 1 +
arch/arm/boot/dts/omap446x-clocks.dtsi | 2 +
arch/arm/boot/dts/omap44xx-clocks.dtsi | 173 +++++++-
arch/arm/boot/dts/omap5-igep0050.dts | 2 +-
arch/arm/boot/dts/omap5-uevm.dts | 2 +-
arch/arm/boot/dts/omap54xx-clocks.dtsi | 160 ++++++-
14 files changed, 1582 insertions(+), 555 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-04-26 8:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-26 8:30 [GIT PULL 1/2] Binding changes for omaps Tony Lindgren
2022-04-26 8:30 ` Tony Lindgren
2022-04-26 8:30 ` Tony Lindgren [this message]
2022-04-26 8:30 ` [GIT PULL 2/2] Devicetree " Tony Lindgren
2022-05-03 14:50 ` [GIT PULL 1/2] Binding " patchwork-bot+linux-soc
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=pull-1650961799-428630@atomide.com-2 \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=soc@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.