mbox series

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

Message ID 20221129191755.542584-3-f.fainelli@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree changes for 6.2 | expand

Pull-request

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

Message

Florian Fainelli Nov. 29, 2022, 7:17 p.m. UTC
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a5be5ce0e25439fae3cd42e3d775979547926812:

  firmware/nvram: bcm47xx: support init from IO memory (2022-11-09 10:27:10 -0800)

----------------------------------------------------------------
This pull request contains Broadcom SoCs driver changes for 6.2, please
pull the following:

- Yuan uses dev_err_probe() in the Raspberry Pi firmware provider to
  simplify the error handling code

- Rafal adds support for initialiazing the BCM47xx NVMEM/NVRAM firmware
  provider out of memory-mapped flash devices.

----------------------------------------------------------------
Rafał Miłecki (1):
      firmware/nvram: bcm47xx: support init from IO memory

Yuan Can (1):
      firmware: raspberrypi: Use dev_err_probe() to simplify code

 drivers/firmware/broadcom/bcm47xx_nvram.c | 18 ++++++++++++++++++
 drivers/firmware/raspberrypi.c            |  9 +++------
 drivers/nvmem/brcm_nvram.c                |  3 +++
 include/linux/bcm47xx_nvram.h             |  6 ++++++
 4 files changed, 30 insertions(+), 6 deletions(-)