Merge tag 'sunxi-drivers-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Tue, 2 Feb 2021 21:18:42 +0000 (22:18 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 2 Feb 2021 21:18:43 +0000 (22:18 +0100)
commit4fe05d21a9b1e5c5a8ad7380afd7edeae078e00f
tree8ff7db8bc6a6cf9f524ee358a637b78ea12a2447
parent4940b9919119906ba37b3f00611fd5e9be587946
parent308e78946a73e2bfe0ebd4ca9559c153c80bd45f
Merge tag 'sunxi-drivers-for-5.12' of git://git./linux/kernel/git/sunxi/linux into arm/drivers

Some new drivers changes for the Allwinner SoCs, but mostly runtime_pm and
suspend / resume  support for our RSB bus, and support for the H616

* tag 'sunxi-drivers-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
  dt-bindings: bus: rsb: Add H616 compatible string
  soc: sunxi: sram: Add support for more than one EMAC clock
  dt-bindings: sram: sunxi-sram: Add H616 compatible string
  mfd/bus: sunxi-rsb: Make .remove() callback return void
  bus: sunxi-rsb: Implement runtime power management
  bus: sunxi-rsb: Implement suspend/resume/shutdown callbacks
  bus: sunxi-rsb: Split out controller init/exit functions
  bus: sunxi-rsb: Move OF match table

Link: https://lore.kernel.org/r/91f2980f-266f-41f2-ba10-5a395625498c.lettre@localhost
Signed-off-by: Arnd Bergmann <arnd@arndb.de>