mbox series

[GIT,PULL,5/6] Broadcom drivers changes for 5.12

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

Pull-request

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

Message

Florian Fainelli Jan. 31, 2021, 10:17 p.m. UTC
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8b8f095b9076ca61107c0910c9273afd1dfa1f04:

  soc: bcm: brcmstb: Remove soc_is_brcmstb() (2021-01-27 09:36:41 -0800)

----------------------------------------------------------------
This pull request contains Broadcom SoCs drivers changes for 5.12,
please pull the following:

- Rafal adds support for the Power Management Bus (PMB) which is used in
  a variety of DSL/Cable modem/STB SoCs with a primary target being the
  4908 Wi-Fi SoC from the DSL organization. He also adds empty stubs to
  get the chip identification (family and revision) to permit the
  Broadcom STB USB PHY driver from being decoupled from ARCH_BRCMSTB

- Florian removes an unused function and its header

----------------------------------------------------------------
Florian Fainelli (1):
      soc: bcm: brcmstb: Remove soc_is_brcmstb()

Rafał Miłecki (3):
      dt-bindings: power: document Broadcom's PMB binding
      soc: bcm: add PM driver for Broadcom's PMB
      soc: bcm: brcmstb: add stubs for getting platform IDs

 .../devicetree/bindings/power/brcm,bcm-pmb.yaml    |  50 ++++
 MAINTAINERS                                        |  10 +
 drivers/soc/bcm/Makefile                           |   2 +-
 drivers/soc/bcm/bcm63xx/Kconfig                    |   9 +
 drivers/soc/bcm/bcm63xx/Makefile                   |   1 +
 drivers/soc/bcm/bcm63xx/bcm-pmb.c                  | 333 +++++++++++++++++++++
 drivers/soc/bcm/brcmstb/common.c                   |  17 --
 include/dt-bindings/soc/bcm-pmb.h                  |  11 +
 include/linux/soc/brcmstb/brcmstb.h                |  16 +
 include/soc/brcmstb/common.h                       |  12 -
 10 files changed, 431 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml
 create mode 100644 drivers/soc/bcm/bcm63xx/bcm-pmb.c
 create mode 100644 include/dt-bindings/soc/bcm-pmb.h
 delete mode 100644 include/soc/brcmstb/common.h

Comments

Arnd Bergmann Feb. 2, 2021, 9:36 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 14:17:19 -0800, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/drivers
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 60a64da9f0d0b7e766ba9bb0c11e28ca780fc2fd

       Arnd