mbox series

[GIT,PULL,4/6] Broadcom drivers changes for 5.19

Message ID 20220504210942.1838248-4-f.fainelli@gmail.com (mailing list archive)
State Accepted
Commit dbdaca13000729dbc2b0bb39d20831c49ce47aff
Headers show
Series [GIT,PULL,1/6] Broadcom defconfig changes for 5.19 | expand

Pull-request

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

Message

Florian Fainelli May 4, 2022, 9:09 p.m. UTC
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9235d5118fa4e31f4d71c45d788b6f08d18ab6e0:

  bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver (2022-04-26 09:12:45 -0700)

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

- Qintao adds a missing NULL check to the Broadcom PMB driver after a
  memory allocation

- Li removes the redundant suppress_bind_attrs from the brcmstb_gisb
  driver which only has a probe and no remove function

----------------------------------------------------------------
QintaoShen (1):
      soc: bcm: Check for NULL return of devm_kzalloc()

lizhe (1):
      bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver

 drivers/bus/brcmstb_gisb.c        | 1 -
 drivers/soc/bcm/bcm63xx/bcm-pmb.c | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)