mbox series

[GIT,PULL] Allwinner Drivers Changes for 5.12

Message ID 91f2980f-266f-41f2-ba10-5a395625498c.lettre@localhost
State New
Headers show
Series [GIT,PULL] Allwinner Drivers Changes for 5.12 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-drivers-for-5.12

Message

Maxime Ripard Jan. 31, 2021, 5:58 p.m. UTC
Hi Arnd, Olof,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-drivers-for-5.12

for you to fetch changes up to 308e78946a73e2bfe0ebd4ca9559c153c80bd45f:

  dt-bindings: bus: rsb: Add H616 compatible string (2021-01-28 11:20:12 +0100)

----------------------------------------------------------------
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


----------------------------------------------------------------
Andre Przywara (3):
      dt-bindings: sram: sunxi-sram: Add H616 compatible string
      soc: sunxi: sram: Add support for more than one EMAC clock
      dt-bindings: bus: rsb: Add H616 compatible string

Chen-Yu Tsai (1):
      Merge remote-tracking branch 'mfd/ib-mfd-bus-5.12' into sunxi/drivers-for-5.12

Samuel Holland (4):
      bus: sunxi-rsb: Move OF match table
      bus: sunxi-rsb: Split out controller init/exit functions
      bus: sunxi-rsb: Implement suspend/resume/shutdown callbacks
      bus: sunxi-rsb: Implement runtime power management

Uwe Kleine-König (1):
      mfd/bus: sunxi-rsb: Make .remove() callback return void


 Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml             |   4 +-
 Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml |   1 +-
 drivers/bus/sunxi-rsb.c                                                        | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 drivers/mfd/axp20x-i2c.c                                                       |   4 +-
 drivers/mfd/axp20x-rsb.c                                                       |   4 +-
 drivers/mfd/axp20x.c                                                           |   4 +-
 drivers/soc/sunxi/sunxi_sram.c                                                 |  31 ++++++++----
 include/linux/mfd/axp20x.h                                                     |   2 +-
 include/linux/sunxi-rsb.h                                                      |   2 +-
 9 files changed, 188 insertions(+), 79 deletions(-)

Comments

Arnd Bergmann Feb. 2, 2021, 9:36 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 18:58:57 +0100, Maxime Ripard wrote:
> Please pull the following changes for the next release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 4fe05d21a9b1e5c5a8ad7380afd7edeae078e00f

       Arnd