mbox series

[GIT,PULL] soc: amlogic: driver updates for v5.16

Message ID f8e020d3-29f7-0745-3864-01975edd20f7@baylibre.com
State New
Headers show
Series [GIT,PULL] soc: amlogic: driver updates for v5.16 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-drivers-for-v5.16

Message

Neil Armstrong Oct. 7, 2021, 9:43 a.m. UTC
Hi,

Please find for v5.16 two devm_platform_ioremap_resource() updates and a change adding a new SOC ID used in the new Radxa Zero board.

Neil

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/amlogic/linux.git tags/amlogic-drivers-for-v5.16

for you to fetch changes up to d54dbe9f0ec05935e10d6a38d81e54e2ec8b8a68:

  soc: amlogic: meson-clk-measure: Make use of the helper function devm_platform_ioremap_resource() (2021-09-13 09:43:00 +0200)

----------------------------------------------------------------
Amlogic Drivers updates for v5.16:
- soc: amlogic: meson-gx-socinfo: Add the SOC ID for the S905Y2 used in the Radxa Zero
- soc: amlogic: meson-clk-measure/canvas: Make use of devm_platform_ioremap_resource()

----------------------------------------------------------------
Cai Huoqing (2):
      soc: amlogic: canvas: Make use of the helper function devm_platform_ioremap_resource()
      soc: amlogic: meson-clk-measure: Make use of the helper function devm_platform_ioremap_resource()

Christian Hewitt (1):
      soc: amlogic: meson-gx-socinfo: Add S905Y2 ID for Radxa Zero

 drivers/soc/amlogic/meson-canvas.c      | 4 +---
 drivers/soc/amlogic/meson-clk-measure.c | 4 +---
 drivers/soc/amlogic/meson-gx-socinfo.c  | 1 +
 3 files changed, 3 insertions(+), 6 deletions(-)

Comments

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

On Thu, 7 Oct 2021 11:43:57 +0200, Neil Armstrong wrote:
> Please find for v5.16 two devm_platform_ioremap_resource() updates and a change adding a new SOC ID used in the new Radxa Zero board.
> 
> Neil
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 88557618909a70460a3c1a898cdcc10c43a2aad1

       Arnd