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

Florian Fainelli f.fainelli at gmail.com
Sun Jan 31 17:17:19 EST 2021


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



More information about the linux-arm-kernel mailing list