mbox series

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

Message ID 7him9ljgtr.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] soc: amlogic: driver updates for v5.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers

Message

Kevin Hilman Dec. 1, 2020, 10:34 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers

for you to fetch changes up to 1116e43e7e4be7c7d76578ffac1d3a73f4ebcafe:

  soc: amlogic: replace devm_reset_control_array_get() (2020-11-30 16:23:11 -0800)

----------------------------------------------------------------
soc: amlogic: driver updates for v5.11
- enable building as modules
- reset API updates

----------------------------------------------------------------
Kevin Hilman (3):
      soc: amlogic: socinfo: build for specific arch
      soc: meson: enable building drivers as modules
      firmware: meson-sm: enable build as module

Yejune Deng (1):
      soc: amlogic: replace devm_reset_control_array_get()

Yu Kuai (1):
      soc: amlogic: canvas: add missing put_device() call in meson_canvas_get()

 drivers/firmware/meson/Kconfig          |  5 +++--
 drivers/firmware/meson/meson_sm.c       |  1 +
 drivers/soc/amlogic/Kconfig             | 12 ++++++------
 drivers/soc/amlogic/meson-canvas.c      |  4 +++-
 drivers/soc/amlogic/meson-clk-measure.c |  5 ++++-
 drivers/soc/amlogic/meson-ee-pwrc.c     |  8 +++++---
 drivers/soc/amlogic/meson-gx-pwrc-vpu.c |  7 +++++--
 drivers/soc/amlogic/meson-secure-pwrc.c |  5 ++++-
 8 files changed, 31 insertions(+), 16 deletions(-)

Comments

Arnd Bergmann Dec. 8, 2020, 11:31 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 01 Dec 2020 14:34:56 -0800, Kevin Hilman wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 4879de98ca746abfb1a76f8755fb46a37fe42903

       Arnd