soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9
@ 2024-03-07 20:04 Florian Fainelli
  2024-03-07 20:04 ` [GIT PULL 2/3] Broadcom drivers " Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Fainelli @ 2024-03-07 20:04 UTC (permalink / raw)
  To: soc
  Cc: Rafał Miłecki, Florian Fainelli, linux-arm-kernel,
	arnd, olof, khilman, bcm-kernel-feedback-list

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 27058b95fbb784406ea4c40b20caa3f04937140c:

  arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (2024-01-29 10:43:10 -0800)

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

- Rafal defines a proper NVMEM layout for the Asus GT-AC5300 router and
  removes some invalid Device Tree properties pertaining to the
  Ethernet switch on bcm4908

----------------------------------------------------------------
Rafał Miłecki (2):
      arm64: dts: broadcom: bcmbca: bcm4908: use NVMEM layout for Asus GT-AC5300
      arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells

 .../boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts     | 13 +++++++------
 arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi            |  3 ---
 2 files changed, 7 insertions(+), 9 deletions(-)

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

* [GIT PULL 2/3] Broadcom drivers changes for 6.9
  2024-03-07 20:04 [GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9 Florian Fainelli
@ 2024-03-07 20:04 ` Florian Fainelli
  2024-03-07 20:04 ` [GIT PULL 3/3] Broadcom soc " Florian Fainelli
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2024-03-07 20:04 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, Krzysztof Kozlowski, linux-arm-kernel, arnd,
	olof, khilman, bcm-kernel-feedback-list

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 86964bb62a9334acfebd869ca8ffc184dc365b75:

  bus: brcmstb_gisb: Added support for 74165 register layout (2024-01-29 10:43:22 -0800)

----------------------------------------------------------------
This pull request contains Broadcom SoC device drivers changes for 6.9,
please pull the following:

- Florian adds support for the 74165 GISB arbiter layout which shuffled
  register offsets around

----------------------------------------------------------------
Florian Fainelli (2):
      dt-bindings: bus: Document Broadcom GISB arbiter 74165 compatible
      bus: brcmstb_gisb: Added support for 74165 register layout

 Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml |  1 +
 drivers/bus/brcmstb_gisb.c                               | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

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

* [GIT PULL 3/3] Broadcom soc changes for 6.9
  2024-03-07 20:04 [GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9 Florian Fainelli
  2024-03-07 20:04 ` [GIT PULL 2/3] Broadcom drivers " Florian Fainelli
@ 2024-03-07 20:04 ` Florian Fainelli
  2024-03-11  8:14 ` [GIT PULL 1/3] Broadcom devicetree-arm64 " Arnd Bergmann
  2024-03-11 19:50 ` patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2024-03-07 20:04 UTC (permalink / raw)
  To: soc
  Cc: Arnd Bergmann, Florian Fainelli, linux-arm-kernel, olof, khilman,
	bcm-kernel-feedback-list

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 456df41549f29546546d63bdf814cf455c01b56c:

  ARM: bcm: stop selecing CONFIG_TICK_ONESHOT (2024-02-28 10:32:25 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs updates for 6.9,
please pull the following:

- Arnd removes a select CONFIG_TICK_ONESHOT done by the ARCH_BCM_MOBILE
  architecture which could cause compilation failures

- Florian adds a debug UART entry for BCM74165

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: bcm: stop selecing CONFIG_TICK_ONESHOT

Florian Fainelli (1):
      ARM: brcmstb: Add debug UART entry for 74165

 arch/arm/include/debug/brcmstb.S | 8 +++++---
 arch/arm/mach-bcm/Kconfig        | 1 -
 2 files changed, 5 insertions(+), 4 deletions(-)

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

* Re: [GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9
  2024-03-07 20:04 [GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9 Florian Fainelli
  2024-03-07 20:04 ` [GIT PULL 2/3] Broadcom drivers " Florian Fainelli
  2024-03-07 20:04 ` [GIT PULL 3/3] Broadcom soc " Florian Fainelli
@ 2024-03-11  8:14 ` Arnd Bergmann
  2024-03-11 19:50 ` patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2024-03-11  8:14 UTC (permalink / raw)
  To: Florian Fainelli, soc
  Cc: Rafał Miłecki, linux-arm-kernel, Olof Johansson,
	Kevin Hilman, bcm-kernel-feedback-list

On Thu, Mar 7, 2024, at 21:04, Florian Fainelli wrote:
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
>
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.9/devicetree-arm64
>
> for you to fetch changes up to 27058b95fbb784406ea4c40b20caa3f04937140c:
>
>   arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells 
> (2024-01-29 10:43:10 -0800)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs changes for 6.9,
> please pull the following:
>
> - Rafal defines a proper NVMEM layout for the Asus GT-AC5300 router and
>   removes some invalid Device Tree properties pertaining to the
>   Ethernet switch on bcm4908

I merged your three branches into the soc/late branch of the
soc tree since they came in after I had finished the other
pull requests. My plan is to send a separate PR for the late
branch a few days after the other ones.

      Arnd

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

* Re: [GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9
  2024-03-07 20:04 [GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9 Florian Fainelli
                   ` (2 preceding siblings ...)
  2024-03-11  8:14 ` [GIT PULL 1/3] Broadcom devicetree-arm64 " Arnd Bergmann
@ 2024-03-11 19:50 ` patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2024-03-11 19: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 Thu,  7 Mar 2024 12:04:39 -0800 you wrote:
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.9/devicetree-arm64
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] Broadcom devicetree-arm64 changes for 6.9
    https://git.kernel.org/soc/soc/c/de79649bf981
  - [GIT,PULL,2/3] Broadcom drivers changes for 6.9
    https://git.kernel.org/soc/soc/c/c00304acdc64
  - [GIT,PULL,3/3] Broadcom soc changes for 6.9
    https://git.kernel.org/soc/soc/c/f0379bd1c7da

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

end of thread, other threads:[~2024-03-11 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07 20:04 [GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9 Florian Fainelli
2024-03-07 20:04 ` [GIT PULL 2/3] Broadcom drivers " Florian Fainelli
2024-03-07 20:04 ` [GIT PULL 3/3] Broadcom soc " Florian Fainelli
2024-03-11  8:14 ` [GIT PULL 1/3] Broadcom devicetree-arm64 " Arnd Bergmann
2024-03-11 19:50 ` 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;
as well as URLs for NNTP newsgroup(s).