All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18
@ 2025-09-10 17:19 Florian Fainelli
  2025-09-10 17:19 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Florian Fainelli @ 2025-09-10 17:19 UTC (permalink / raw)
  To: soc
  Cc: Andrea della Porta, Florian Fainelli, linux-arm-kernel, arnd,
	khilman, bcm-kernel-feedback-list

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.18/defconfig-arm64

for you to fetch changes up to 2182fe932dc83eabda207677d4babdd563ae89d6:

  arm64: defconfig: Enable BCM2712 on-chip pin controller driver (2025-09-04 14:01:10 -0700)

----------------------------------------------------------------
This pull request contains ARM64 defconfig changes for Broadcom SoCs,
please pull the following:

- Andrea enables the RP1 pinctrl driver which is necessary for the
  Raspberry Pi 5 systems

----------------------------------------------------------------
Andrea della Porta (1):
      arm64: defconfig: Enable BCM2712 on-chip pin controller driver

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)


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

* [GIT PULL 2/4] Broadcom devicetree changes for 6.18
  2025-09-10 17:19 [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18 Florian Fainelli
@ 2025-09-10 17:19 ` Florian Fainelli
  2025-09-10 17:19 ` [GIT PULL 3/4] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2025-09-10 17:19 UTC (permalink / raw)
  To: soc
  Cc: Taishi Shimizu, Florian Fainelli, Krzysztof Kozlowski,
	linux-arm-kernel, arnd, khilman, bcm-kernel-feedback-list

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

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

for you to fetch changes up to 484199a02aca6c7ea99501eec2fc73cb808e209d:

  ARM: dts: BCM5301X: Add support for Buffalo WXR-1750DHP (2025-09-03 13:47:46 -0700)

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

- Taishi-san adds support for the Buffalo WXR-1750DHP using a BCM4708
  SoC

----------------------------------------------------------------
Taishi Shimizu (2):
      dt-bindings: arm: bcm: Add support for Buffalo WXR-1750DHP
      ARM: dts: BCM5301X: Add support for Buffalo WXR-1750DHP

 .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml  |   1 +
 arch/arm/boot/dts/broadcom/Makefile                |   1 +
 .../dts/broadcom/bcm4708-buffalo-wxr-1750dhp.dts   | 138 +++++++++++++++++++++
 3 files changed, 140 insertions(+)
 create mode 100644 arch/arm/boot/dts/broadcom/bcm4708-buffalo-wxr-1750dhp.dts


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

* [GIT PULL 3/4] Broadcom devicetree-arm64 changes for 6.18
  2025-09-10 17:19 [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18 Florian Fainelli
  2025-09-10 17:19 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
@ 2025-09-10 17:19 ` Florian Fainelli
  2025-09-10 17:19 ` [GIT PULL 4/4] Broadcom drivers " Florian Fainelli
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2025-09-10 17:19 UTC (permalink / raw)
  To: soc
  Cc: Andrea della Porta, Florian Fainelli, Stanimir Varbanov,
	Andrew Lunn, Rob Herring, Ivan T . Ivanov, Stefan Wahren,
	Krzysztof Kozlowski, linux-arm-kernel, arnd, khilman,
	bcm-kernel-feedback-list

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

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

for you to fetch changes up to 70bab1937e39fd8f6efc80fd1a8b4da63622dd81:

  arm64: dts: broadcom: Enable USB devicetree entries for Rpi5 (2025-09-09 15:40:27 -0700)

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

- Krzysztof fixes a DTC warning for the ARM GIC in bcm2712.dtsi

- Ivan adds the pin controller node(s), an additional GPIO controller,
  the second SDHCI controller node for SDIO Wi-Fi, and the UARTA for
  Bluetooth to the BCM2712 DTS (Raspberry Pi 5)

- Stanimir adds the Ethernet DT node and enables it for the RP1 sister
  chip

- Andrea deletes a number of redundant PCIe DT node enablement, updates
  a comment to describe the relationship between bcm2712 and RP1 and
  finally enables the USB controllers with RP1

----------------------------------------------------------------
Andrea della Porta (5):
      dt-bindings: mmc: Add support for capabilities to Broadcom SDHCI controller
      arm64: dts: broadcom: delete redundant pcie enablement nodes
      arm64: dts: broadcom: amend the comment about the role of BCM2712 board DTS
      arm64: dts: broadcom: rp1: Add USB nodes
      arm64: dts: broadcom: Enable USB devicetree entries for Rpi5

Ivan T. Ivanov (4):
      arm64: dts: broadcom: bcm2712: Add pin controller nodes
      arm64: dts: broadcom: bcm2712: Add one more GPIO node
      arm64: dts: broadcom: bcm2712: Add second SDHCI controller node
      arm64: dts: broadcom: bcm2712: Add UARTA controller node

Krzysztof Kozlowski (1):
      arm64: dts: broadcom: bcm2712: Add default GIC address cells

Stanimir Varbanov (2):
      arm64: dts: rp1: Add ethernet DT node
      arm64: dts: broadcom: Enable RP1 ethernet for Raspberry Pi 5

 .../bindings/mmc/brcm,sdhci-brcmstb.yaml           |   2 +-
 .../boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts  | 133 +++++++++++++++++++++
 arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts   |  41 ++++++-
 arch/arm64/boot/dts/broadcom/bcm2712.dtsi          |  56 +++++++++
 arch/arm64/boot/dts/broadcom/rp1-common.dtsi       |  44 +++++++
 5 files changed, 271 insertions(+), 5 deletions(-)


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

* [GIT PULL 4/4] Broadcom drivers changes for 6.18
  2025-09-10 17:19 [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18 Florian Fainelli
  2025-09-10 17:19 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
  2025-09-10 17:19 ` [GIT PULL 3/4] Broadcom devicetree-arm64 " Florian Fainelli
@ 2025-09-10 17:19 ` Florian Fainelli
  2025-09-15 13:50 ` [GIT PULL 1/4] Broadcom defconfig-arm64 " patchwork-bot+linux-soc
  2025-09-15 14:30 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2025-09-10 17:19 UTC (permalink / raw)
  To: soc
  Cc: Brian Masney, Florian Fainelli, Akhilesh Patil,
	Andrea della Porta, Stephen Boyd, linux-arm-kernel, arnd, khilman,
	bcm-kernel-feedback-list

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

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

for you to fetch changes up to 41c9570e41783648ff9455ea903615406b2bb127:

  clk: rp1: convert from round_rate() to determine_rate() (2025-09-03 14:58:19 -0700)

----------------------------------------------------------------
This pull request contains Broadcom SoC drivers updates for 6.18:

- Andrea adds the missing MIPI DSI clock defines for the RP1 and then
  continues to implement the remaining clocks for the RP1 chip (ADC,
  I2S, Audio in/out, DMA, MIPI, PWM, SDIO, UART, encoder)

- Akhilesh fixes a spelling typo in the bcm47xx_sprom driver

- Brian converts the RP1 clock driver to use the new determine_rate()
  API

----------------------------------------------------------------
Akhilesh Patil (1):
      drivers: firmware: bcm47xx_sprom: fix spelling

Andrea della Porta (2):
      dt-bindings: clock: rp1: Add missing MIPI DSI defines
      clk: rp1: Implement remaining clock tree

Brian Masney (1):
      clk: rp1: convert from round_rate() to determine_rate()

 drivers/clk/clk-rp1.c                              | 1222 ++++++++++++++++++--
 drivers/firmware/broadcom/bcm47xx_sprom.c          |    2 +-
 include/dt-bindings/clock/raspberrypi,rp1-clocks.h |    4 +
 3 files changed, 1100 insertions(+), 128 deletions(-)


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

* Re: [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18
  2025-09-10 17:19 [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18 Florian Fainelli
                   ` (2 preceding siblings ...)
  2025-09-10 17:19 ` [GIT PULL 4/4] Broadcom drivers " Florian Fainelli
@ 2025-09-15 13:50 ` patchwork-bot+linux-soc
  2025-09-15 14:30 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 13:50 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 Wed, 10 Sep 2025 10:19:07 -0700 you wrote:
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
> 
>   Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.18/defconfig-arm64
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Broadcom defconfig-arm64 changes for 6.18
    (no matching commit)
  - [GIT,PULL,2/4] Broadcom devicetree changes for 6.18
    (no matching commit)
  - [GIT,PULL,3/4] Broadcom devicetree-arm64 changes for 6.18
    https://git.kernel.org/soc/soc/c/41d773149b88
  - [GIT,PULL,4/4] Broadcom drivers changes for 6.18
    (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

* Re: [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18
  2025-09-10 17:19 [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18 Florian Fainelli
                   ` (3 preceding siblings ...)
  2025-09-15 13:50 ` [GIT PULL 1/4] Broadcom defconfig-arm64 " patchwork-bot+linux-soc
@ 2025-09-15 14:30 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 14: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 Wed, 10 Sep 2025 10:19:07 -0700 you wrote:
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
> 
>   Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.18/defconfig-arm64
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Broadcom defconfig-arm64 changes for 6.18
    (no matching commit)
  - [GIT,PULL,2/4] Broadcom devicetree changes for 6.18
    (no matching commit)
  - [GIT,PULL,3/4] Broadcom devicetree-arm64 changes for 6.18
    (no matching commit)
  - [GIT,PULL,4/4] Broadcom drivers changes for 6.18
    https://git.kernel.org/soc/soc/c/b609d7421725

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:[~2025-09-15 14:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-10 17:19 [GIT PULL 1/4] Broadcom defconfig-arm64 changes for 6.18 Florian Fainelli
2025-09-10 17:19 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
2025-09-10 17:19 ` [GIT PULL 3/4] Broadcom devicetree-arm64 " Florian Fainelli
2025-09-10 17:19 ` [GIT PULL 4/4] Broadcom drivers " Florian Fainelli
2025-09-15 13:50 ` [GIT PULL 1/4] Broadcom defconfig-arm64 " patchwork-bot+linux-soc
2025-09-15 14:30 ` patchwork-bot+linux-soc

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.