mbox series

[GIT,PULL,5/6] Broadcom soc changes for 5.3

Message ID 20190612025028.13118-5-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] Broadcom devicetree changes for 5.3 | expand

Pull-request

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

Message

Florian Fainelli June 12, 2019, 2:50 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 885895a8eae60bfcb9fbc6b91b35c5b930834011:

  ARM: bcm: Enable PINCTRL for ARCH_BRCMSTB (2019-06-11 14:59:50 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Kconfig/machine
changes for 5.3, please pull the following:

- Wen fixes a missing referenc count on the CPU device_node object
  throughout mach-bcm/

- Jim adds the ability for ARCH_BRCMSTB to use reset controllers

- Doug adds the ability for ARCH_BRCMSTB to use the PINCTRL framework

----------------------------------------------------------------
Doug Berger (1):
      ARM: bcm: Enable PINCTRL for ARCH_BRCMSTB

Jim Quinlan (1):
      ARM: bcm: Enable ARCH_HAS_RESET_CONTROLLER for ARCH_BRCMSTB

Wen Yang (1):
      ARM: bcm: fix a leaked reference by adding missing of_node_put

 arch/arm/mach-bcm/Kconfig           | 2 ++
 arch/arm/mach-bcm/bcm63xx_smp.c     | 1 +
 arch/arm/mach-bcm/board_bcm281xx.c  | 1 +
 arch/arm/mach-bcm/platsmp-brcmstb.c | 7 +++++--
 4 files changed, 9 insertions(+), 2 deletions(-)