All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner Drivers Changes for 5.12
@ 2021-01-31 17:58 ` Maxime Ripard
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2021-01-31 17:58 UTC (permalink / raw)
  To: arm, soc; +Cc: Maxime Ripard, linux-arm-kernel, Chen-Yu Tsai, Jernej Skrabec

[-- Attachment #1: Type: text/plain, Size: 2428 bytes --]

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



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Allwinner Drivers Changes for 5.12
@ 2021-01-31 17:58 ` Maxime Ripard
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2021-01-31 17:58 UTC (permalink / raw)
  To: arm, soc; +Cc: Jernej Skrabec, Chen-Yu Tsai, linux-arm-kernel, Maxime Ripard


[-- Attachment #1.1: Type: text/plain, Size: 2428 bytes --]

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



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Allwinner Drivers Changes for 5.12
@ 2021-02-02 21:36   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-02-02 21:36 UTC (permalink / raw)
  To: arm, soc, Maxime Ripard
  Cc: Arnd Bergmann, Chen-Yu Tsai, linux-arm-kernel, Jernej Skrabec

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Allwinner Drivers Changes for 5.12
@ 2021-02-02 21:36   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-02-02 21:36 UTC (permalink / raw)
  To: arm, soc, Maxime Ripard
  Cc: Jernej Skrabec, Chen-Yu Tsai, linux-arm-kernel, Arnd Bergmann

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-02 21:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 17:58 [GIT PULL] Allwinner Drivers Changes for 5.12 Maxime Ripard
2021-01-31 17:58 ` Maxime Ripard
2021-02-02 21:36 ` Arnd Bergmann
2021-02-02 21:36   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.