* [GIT PULL 1/4] Broadcom devicetree changes for 6.12
@ 2024-09-06 18:06 Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Florian Fainelli @ 2024-09-06 18:06 UTC (permalink / raw)
To: soc
Cc: Stefan Wahren, Conor Dooley, Florian Fainelli, Artur Weber,
Rafał Miłecki, Krzysztof Kozlowski, Rob Herring,
linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.12/devicetree
for you to fetch changes up to 2192ef5e4bd140db22c46cd35ca64731d2e4ba33:
dt-bindings: interrupt-controller: convert bcm2836-l1-intc to yaml (2024-08-20 11:49:16 -0700)
----------------------------------------------------------------
This pull request contains Broadcom SoCs Device Tree changes for 6.12,
please pull the following:
- Krzysztof documents the AVS monitor binding present on 2711 (Raspberry
Pi 4)
- Rafal updates the Broadcom Northstar DTS files to use the recent NVMEM
binding
- Artur factors the nodes between the BCM21664 and BCM23550 SoCs since
they are nearly identical
- Stefan converts the bcm2835-system-timer and bcm2836-l1-intc to a YAML
binding syntax
----------------------------------------------------------------
Artur Weber (2):
ARM: dts: broadcom: bcm21664: Move chosen node into Garnet DTS
ARM: dts: bcm-mobile: Split out nodes used by both BCM21664 and BCM23550
Krzysztof Kozlowski (1):
dt-bindings: soc: bcm: document brcm,bcm2711-avs-monitor
Rafał Miłecki (1):
ARM: dts: broadcom: convert NVMEM content to layout syntax
Stefan Wahren (2):
dt-bindings: timer: convert bcm2835-system-timer bindings to YAML
dt-bindings: interrupt-controller: convert bcm2836-l1-intc to yaml
.../interrupt-controller/brcm,bcm2836-l1-intc.txt | 37 ---
.../interrupt-controller/brcm,bcm2836-l1-intc.yaml | 51 +++
.../bindings/soc/bcm/brcm,bcm2711-avs-monitor.yaml | 44 +++
.../bindings/timer/brcm,bcm2835-system-timer.txt | 22 --
.../bindings/timer/brcm,bcm2835-system-timer.yaml | 50 +++
arch/arm/boot/dts/broadcom/bcm21664-garnet.dts | 4 +
arch/arm/boot/dts/broadcom/bcm21664.dtsi | 342 ++-----------------
arch/arm/boot/dts/broadcom/bcm2166x-common.dtsi | 334 +++++++++++++++++++
arch/arm/boot/dts/broadcom/bcm23550.dtsi | 370 ++-------------------
.../arm/boot/dts/broadcom/bcm53016-meraki-mr32.dts | 12 +-
.../dts/broadcom/bcm958625-meraki-mx6x-common.dtsi | 12 +-
11 files changed, 556 insertions(+), 722 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2836-l1-intc.txt
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2836-l1-intc.yaml
create mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2711-avs-monitor.yaml
delete mode 100644 Documentation/devicetree/bindings/timer/brcm,bcm2835-system-timer.txt
create mode 100644 Documentation/devicetree/bindings/timer/brcm,bcm2835-system-timer.yaml
create mode 100644 arch/arm/boot/dts/broadcom/bcm2166x-common.dtsi
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 2/4] Broadcom devicetree-arm64 changes for 6.12
2024-09-06 18:06 [GIT PULL 1/4] Broadcom devicetree changes for 6.12 Florian Fainelli
@ 2024-09-06 18:06 ` Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 3/4] Broadcom drivers " Florian Fainelli
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2024-09-06 18:06 UTC (permalink / raw)
To: soc
Cc: Stefan Wahren, Florian Fainelli, Andrea della Porta,
linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.12/devicetree-arm64
for you to fetch changes up to eb81f43c901ff799d762aa65888fd87d08d9a1ff:
ARM: dts: bcm2837/bcm2712: adjust local intc node names (2024-08-13 13:25:03 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64 SoCs Device Tree changes for
6.12, please pull the following:
- Andrea adds a minimal Device Tree for the Raspberry Pi 5 (2712)
- Stefan adjusts the bcm2837/bcm2712 bcm2836-l1-intc node name to
conform to the binding changes
----------------------------------------------------------------
Andrea della Porta (1):
arm64: dts: broadcom: Add minimal support for Raspberry Pi 5
Stefan Wahren (1):
ARM: dts: bcm2837/bcm2712: adjust local intc node names
arch/arm/boot/dts/broadcom/bcm2837.dtsi | 2 +-
arch/arm64/boot/dts/broadcom/Makefile | 1 +
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 64 +++++
arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 283 +++++++++++++++++++++++
4 files changed, 349 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts
create mode 100644 arch/arm64/boot/dts/broadcom/bcm2712.dtsi
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 3/4] Broadcom drivers changes for 6.12
2024-09-06 18:06 [GIT PULL 1/4] Broadcom devicetree changes for 6.12 Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
@ 2024-09-06 18:06 ` Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2024-09-06 18:06 UTC (permalink / raw)
To: soc
Cc: Stefan Wahren, Florian Fainelli, linux-arm-kernel, arnd, olof,
khilman, bcm-kernel-feedback-list
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.12/drivers
for you to fetch changes up to 70c2cf283c2ff475e3a07d62ead91a11b18376b1:
firmware: raspberrypi: Improve timeout warning (2024-08-13 13:21:28 -0700)
----------------------------------------------------------------
This pull request contains Broadcom SoC driver updates for 6.12, please
pull the following:
- Stefan improves the timeout warning within the Raspberry Pi firmware
driver
----------------------------------------------------------------
Stefan Wahren (1):
firmware: raspberrypi: Improve timeout warning
drivers/firmware/raspberrypi.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 4/4] Broadcom soc changes for 6.12
2024-09-06 18:06 [GIT PULL 1/4] Broadcom devicetree changes for 6.12 Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 3/4] Broadcom drivers " Florian Fainelli
@ 2024-09-06 18:06 ` Florian Fainelli
2024-09-11 9:20 ` [GIT PULL 1/4] Broadcom devicetree " patchwork-bot+linux-soc
2024-10-11 10:59 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2024-09-06 18:06 UTC (permalink / raw)
To: soc
Cc: Florian Fainelli, linux-arm-kernel, arnd, olof, khilman,
bcm-kernel-feedback-list
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.12/soc
for you to fetch changes up to 2b28fe75c7dbe7ec322e706eed4622964409e21d:
ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB (2024-07-31 16:23:34 -0700)
----------------------------------------------------------------
This pull request contains Broadcom 32-bit SoC changes for 6.12, please
pull the following:
- Florian enables the ARM GICv3 driver since newer STB chips make use of
a GIC-600 controller
----------------------------------------------------------------
Florian Fainelli (1):
ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
arch/arm/mach-bcm/Kconfig | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL 1/4] Broadcom devicetree changes for 6.12
2024-09-06 18:06 [GIT PULL 1/4] Broadcom devicetree changes for 6.12 Florian Fainelli
` (2 preceding siblings ...)
2024-09-06 18:06 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
@ 2024-09-11 9:20 ` patchwork-bot+linux-soc
2024-10-11 10:59 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2024-09-11 9:20 UTC (permalink / raw)
To: Florian Fainelli; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Fri, 6 Sep 2024 11:06:40 -0700 you wrote:
> The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
>
> Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
>
> are available in the Git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.12/devicetree
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/4] Broadcom devicetree changes for 6.12
(no matching commit)
- [GIT,PULL,2/4] Broadcom devicetree-arm64 changes for 6.12
https://git.kernel.org/soc/soc/c/ceb7d8adf640
- [GIT,PULL,3/4] Broadcom drivers changes for 6.12
https://git.kernel.org/soc/soc/c/13e87440bf0f
- [GIT,PULL,4/4] Broadcom soc changes for 6.12
https://git.kernel.org/soc/soc/c/46d2efc4efc0
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL 1/4] Broadcom devicetree changes for 6.12
2024-09-06 18:06 [GIT PULL 1/4] Broadcom devicetree changes for 6.12 Florian Fainelli
` (3 preceding siblings ...)
2024-09-11 9:20 ` [GIT PULL 1/4] Broadcom devicetree " patchwork-bot+linux-soc
@ 2024-10-11 10:59 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2024-10-11 10:59 UTC (permalink / raw)
To: Florian Fainelli; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:
On Fri, 6 Sep 2024 11:06:40 -0700 you wrote:
> The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
>
> Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
>
> are available in the Git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.12/devicetree
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/4] Broadcom devicetree changes for 6.12
https://git.kernel.org/soc/soc/c/ceb7d8adf640
- [GIT,PULL,2/4] Broadcom devicetree-arm64 changes for 6.12
(no matching commit)
- [GIT,PULL,3/4] Broadcom drivers changes for 6.12
(no matching commit)
- [GIT,PULL,4/4] Broadcom soc changes for 6.12
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-11 10:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 18:06 [GIT PULL 1/4] Broadcom devicetree changes for 6.12 Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 3/4] Broadcom drivers " Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
2024-09-11 9:20 ` [GIT PULL 1/4] Broadcom devicetree " patchwork-bot+linux-soc
2024-10-11 10:59 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox