mbox series

[GIT,PULL,7/7] Broadcom soc changes for 5.20

Message ID 20220711164451.3542127-8-f.fainelli@gmail.com (mailing list archive)
State Accepted
Commit aa68ce3bcb0ac9a5dce980199db82979cbb8a5c3
Headers show
Series Broadcom SoC updates for 5.20 | expand

Pull-request

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

Message

Florian Fainelli July 11, 2022, 4:44 p.m. UTC
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fa0ef5a086a05306fc5322bbda73459725eda923:

  ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA (2022-07-08 14:08:51 -0700)

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

- Miaoqian fixes a device_node reference count leak in the Kona SMC
  initialization code

- William moves the 63138 support code to use CONFIG_ARCH_BCMBCA which
  is how all of those similar SoCs from the BCA division are supported
  moving forward. This includes machine code and UART low-level debug
  code.

----------------------------------------------------------------
Miaoqian Lin (1):
      ARM: bcm: Fix refcount leak in bcm_kona_smc_init

William Zhang (3):
      arm: bcmbca: Move BCM63138 ARCH_BCM_63XX to ARCH_BCMBCA
      arm: bcmbca: Add BCMBCA sub platforms
      ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA

 arch/arm/Kconfig.debug           |  2 +-
 arch/arm/mach-bcm/Kconfig        | 61 ++++++++++++++++++++++++++++------------
 arch/arm/mach-bcm/Makefile       | 11 ++++----
 arch/arm/mach-bcm/bcm63xx.c      | 27 ------------------
 arch/arm/mach-bcm/bcm_kona_smc.c |  1 +
 5 files changed, 50 insertions(+), 52 deletions(-)
 delete mode 100644 arch/arm/mach-bcm/bcm63xx.c