mbox series

[GIT,PULL] Allwinner Drivers Changes for 5.16

Message ID ad0aa469-9e1b-4bb6-a116-92648ed774fa.lettre@localhost
State New
Headers show
Series [GIT,PULL] Allwinner Drivers Changes for 5.16 | expand

Pull-request

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

Message

Maxime Ripard Oct. 18, 2021, 8:02 a.m. UTC
Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

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.16-1

for you to fetch changes up to 50ac48ae3e80359a475216de8c3b0ec12374fa66:

  bus: sun50i-de2: Adjust printing error message (2021-10-13 14:48:48 +0200)

----------------------------------------------------------------
Some new drivers changes for the Allwinner SoCs, converting to a helper
and improving logging.

----------------------------------------------------------------
Cai Huoqing (1):
      soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resource()

Jernej Skrabec (1):
      bus: sun50i-de2: Adjust printing error message


 drivers/bus/sun50i-de2.c       | 7 +++----
 drivers/soc/sunxi/sunxi_sram.c | 4 +---
 2 files changed, 4 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann Oct. 20, 2021, 4 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 18 Oct 2021 10:02:01 +0200, Maxime Ripard wrote:
> Please pull the following changes for the next release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 409d8a9c1dbe504a28b5e5c2f7ecdb8be9f9da45

       Arnd