Merge tag 'arm-soc/for-5.20/soc' of https://github.com/Broadcom/stblinux into arm/soc
authorArnd Bergmann <arnd@arndb.de>
Wed, 13 Jul 2022 20:07:12 +0000 (22:07 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 13 Jul 2022 20:07:13 +0000 (22:07 +0200)
commitaa68ce3bcb0ac9a5dce980199db82979cbb8a5c3
tree058067ee8445c779c3a5b9a5c464e5480becfcf0
parent11055c32c71f5296ab8e3bf6a51e20efc8ec968f
parentfa0ef5a086a05306fc5322bbda73459725eda923
Merge tag 'arm-soc/for-5.20/soc' of https://github.com/Broadcom/stblinux into arm/soc

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.

* tag 'arm-soc/for-5.20/soc' of https://github.com/Broadcom/stblinux:
  ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  arm: bcmbca: Add BCMBCA sub platforms
  arm: bcmbca: Move BCM63138 ARCH_BCM_63XX to ARCH_BCMBCA
  ARM: bcm: Fix refcount leak in bcm_kona_smc_init

Link: https://lore.kernel.org/r/20220711164451.3542127-8-f.fainelli@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>