mbox series

[GIT,PULL,3/3] Broadcom drivers changes for 5.16

Message ID 20211013174016.831348-3-f.fainelli@gmail.com (mailing list archive)
State Mainlined, archived
Commit 707a4cdf86e5d6a2c4fad51fb98a6ff3425f820e
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree changes for 5.16 | expand

Pull-request

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

Message

Florian Fainelli Oct. 13, 2021, 5:40 p.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 707a4cdf86e5d6a2c4fad51fb98a6ff3425f820e:

  bus: brcmstb_gisb: Allow building as module (2021-09-27 14:04:08 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64 SoC drivers changes for
5.16, please pull the following:

- Cai updates the bcm-pmb and bcm63xx-power drivers to use the
  devm_platform_ioremap_resource() helper

- Florian updates the Bus Interface Unit code to tune the 72116 and
  72113 chips according to their existing counterparts. The GISB driver is
  updated to be built as a non-removable module

----------------------------------------------------------------
Cai Huoqing (2):
      soc: bcm: bcm-pmb: Make use of the helper function devm_platform_ioremap_resource()
      soc: bcm63xx-power: Make use of the helper function devm_platform_ioremap_resource()

Florian Fainelli (3):
      soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72113
      soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72116
      bus: brcmstb_gisb: Allow building as module

 drivers/bus/Kconfig                     | 2 +-
 drivers/bus/brcmstb_gisb.c              | 7 ++++++-
 drivers/soc/bcm/bcm63xx/bcm-pmb.c       | 4 +---
 drivers/soc/bcm/bcm63xx/bcm63xx-power.c | 4 +---
 drivers/soc/bcm/brcmstb/biuctrl.c       | 2 ++
 5 files changed, 11 insertions(+), 8 deletions(-)