Linux SOC development
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Broadcom devicetree changes for 6.16
@ 2025-05-05 16:58 Florian Fainelli
  2025-05-05 16:58 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Fainelli @ 2025-05-05 16:58 UTC (permalink / raw)
  To: soc
  Cc: Stefan Wahren, Florian Fainelli, Rob Herring, Artur Weber,
	linux-arm-kernel, arnd, khilman, bcm-kernel-feedback-list

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.16/devicetree

for you to fetch changes up to 959886105a40a3ba94fa396aca83e1083a2056ab:

  arm64: dts: bcm: Add reference to RPi 2 (2nd rev) (2025-05-05 09:45:07 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Device Tree changes
for 6.16, please pull the following:

- Arthur adds a pinctrl node for BCM21664 and updates BCM23550 to use
  it, he also drops the DTS file for the BCM59056 PMU chip and leaving
  that board level DTS files

- Stefan documents and adds support for the Raspberry Pi 2 2nd revision.

----------------------------------------------------------------
Artur Weber (3):
      ARM: dts: bcm2166x-common: Add pinctrl node
      ARM: dts: bcm2166x: Add bcm2166x-pinctrl DTSI
      ARM: dts: Drop DTS for BCM59056 PMU

Stefan Wahren (3):
      dt-bindings: arm: bcm2835: Add Raspberry Pi 2 (2nd rev)
      ARM: dts: bcm: Add support for Raspberry Pi 2 (2nd rev)
      arm64: dts: bcm: Add reference to RPi 2 (2nd rev)

 .../devicetree/bindings/arm/bcm/bcm2835.yaml       |   1 +
 arch/arm/boot/dts/broadcom/Makefile                |   2 +
 arch/arm/boot/dts/broadcom/bcm2166x-common.dtsi    |   7 +
 arch/arm/boot/dts/broadcom/bcm2166x-pinctrl.dtsi   | 297 +++++++++++++++++++++
 arch/arm/boot/dts/broadcom/bcm28155-ap.dts         |  68 +++--
 arch/arm/boot/dts/broadcom/bcm2837-rpi-2-b.dts     | 130 +++++++++
 arch/arm/boot/dts/broadcom/bcm59056.dtsi           |  91 -------
 arch/arm64/boot/dts/broadcom/Makefile              |   1 +
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-2-b.dts   |   2 +
 9 files changed, 472 insertions(+), 127 deletions(-)
 create mode 100644 arch/arm/boot/dts/broadcom/bcm2166x-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/broadcom/bcm2837-rpi-2-b.dts
 delete mode 100644 arch/arm/boot/dts/broadcom/bcm59056.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-2-b.dts

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/3] Broadcom devicetree-arm64 changes for 6.16
  2025-05-05 16:58 [GIT PULL 1/3] Broadcom devicetree changes for 6.16 Florian Fainelli
@ 2025-05-05 16:58 ` Florian Fainelli
  2025-05-05 16:58 ` [GIT PULL 3/3] Broadcom drivers " Florian Fainelli
  2025-05-09 21:30 ` [GIT PULL 1/3] Broadcom devicetree " patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2025-05-05 16:58 UTC (permalink / raw)
  To: soc
  Cc: Rob Herring, Philippe Mathieu-Daudé, Florian Fainelli,
	Stanimir Varbanov, linux-arm-kernel, arnd, khilman,
	bcm-kernel-feedback-list

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.16/devicetree-arm64

for you to fetch changes up to c9e81198a750870fcd806b853177108e982a1db6:

  arm64: dts: broadcom: bcm2712: Use "l2-cache" for L2 cache node names (2025-04-11 16:35:45 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree updates
for 6.16, please pull the following:

- Stanimir adds and enables the PCIe root complex Device Tree nodes present on the
  Raspberry Pi 5

- Rob updates the BCM2712 L2 cache node names to use a more comforming
  name

----------------------------------------------------------------
Rob Herring (Arm) (1):
      arm64: dts: broadcom: bcm2712: Use "l2-cache" for L2 cache node names

Stanimir Varbanov (2):
      arm64: dts: broadcom: bcm2712: Add PCIe DT nodes
      arm64: dts: broadcom: bcm2712-rpi-5-b: Enable PCIe DT nodes

 arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts |   8 ++
 arch/arm64/boot/dts/broadcom/bcm2712.dtsi        | 155 ++++++++++++++++++++++-
 2 files changed, 159 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 3/3] Broadcom drivers changes for 6.16
  2025-05-05 16:58 [GIT PULL 1/3] Broadcom devicetree changes for 6.16 Florian Fainelli
  2025-05-05 16:58 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
@ 2025-05-05 16:58 ` Florian Fainelli
  2025-05-09 21:30 ` [GIT PULL 1/3] Broadcom devicetree " patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2025-05-05 16:58 UTC (permalink / raw)
  To: soc
  Cc: Ovidiu Panait, Florian Fainelli, linux-arm-kernel, arnd, khilman,
	bcm-kernel-feedback-list

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.16/drivers

for you to fetch changes up to 29f526ed681551e20928169ecfde5a576e20b900:

  bus: brcmstb_gisb: use dev_groups to register attribute groups (2025-04-07 10:35:43 -0700)

----------------------------------------------------------------
This pull request contains Broadcom SoC driver updates for 6.16, please
pull the following:

- Ovidiu updates the brcmstb_gisb driver to use the dev_groups instead
  of manually adding those

----------------------------------------------------------------
Ovidiu Panait (1):
      bus: brcmstb_gisb: use dev_groups to register attribute groups

 drivers/bus/brcmstb_gisb.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 1/3] Broadcom devicetree changes for 6.16
  2025-05-05 16:58 [GIT PULL 1/3] Broadcom devicetree changes for 6.16 Florian Fainelli
  2025-05-05 16:58 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
  2025-05-05 16:58 ` [GIT PULL 3/3] Broadcom drivers " Florian Fainelli
@ 2025-05-09 21:30 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2025-05-09 21:30 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 Mon,  5 May 2025 09:58:08 -0700 you wrote:
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
> 
>   Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.16/devicetree
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] Broadcom devicetree changes for 6.16
    https://git.kernel.org/soc/soc/c/7b2c40796878
  - [GIT,PULL,2/3] Broadcom devicetree-arm64 changes for 6.16
    https://git.kernel.org/soc/soc/c/fecf15fab3f0
  - [GIT,PULL,3/3] Broadcom drivers changes for 6.16
    https://git.kernel.org/soc/soc/c/29bf77f0805d

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] 4+ messages in thread

end of thread, other threads:[~2025-05-09 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 16:58 [GIT PULL 1/3] Broadcom devicetree changes for 6.16 Florian Fainelli
2025-05-05 16:58 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
2025-05-05 16:58 ` [GIT PULL 3/3] Broadcom drivers " Florian Fainelli
2025-05-09 21:30 ` [GIT PULL 1/3] Broadcom devicetree " 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