]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge tag 'arm-soc/for-6.4/drivers' of https://github.com/Broadcom/stblinux into...
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 Apr 2023 12:54:33 +0000 (14:54 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 14 Apr 2023 12:54:35 +0000 (14:54 +0200)
commit3ac02aa53d602154620de33bac87f4922e85b828
treebb8aea68570ab76cba867d3d49229e0f8bb4e638
parent126c6da71fc8672820b7884eb6e53352e0733ae1
parentc3fbced9af885a6f217fd95509a613d6590916ce
Merge tag 'arm-soc/for-6.4/drivers' of https://github.com/Broadcom/stblinux into soc/drivers

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

- Zhaoyang fixes an of_iomap() leak in the STB BIU driver

- Florian removes the bare-metal ARM suspend/resume code which has long
  been replaced by the standard PSCI suspend/resume.

* tag 'arm-soc/for-6.4/drivers' of https://github.com/Broadcom/stblinux:
  soc: bcm: brcmstb: biuctrl: fix of_iomap leak
  soc: bcm: brcmstb: Remove bare-metal ARM suspend/resume code
  kbuild, soc: bcm: bcm2835-power: remove MODULE_LICENSE in non-modules
  kbuild, soc: bcm: raspberrypi-power: remove MODULE_LICENSE in non-modules
  bus: brcmstb_gisb: Use devm_platform_get_and_ioremap_resource()

Link: https://lore.kernel.org/r/20230410232606.1917803-3-f.fainelli@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>