All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] soc: amlogic: driver updates for v5.11
Date: Tue, 01 Dec 2020 14:34:56 -0800	[thread overview]
Message-ID: <7him9ljgtr.fsf@baylibre.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] soc: amlogic: driver updates for v5.11
Date: Tue, 01 Dec 2020 14:34:56 -0800	[thread overview]
Message-ID: <7him9ljgtr.fsf@baylibre.com> (raw)
Message-ID: <20201201223456.3SiDfiMHYuwAhIZNokFsqOmrlmiQK0ksBWPNfX8Drn4@z> (raw)

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

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

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] soc: amlogic: driver updates for v5.11
Date: Tue, 01 Dec 2020 14:34:56 -0800	[thread overview]
Message-ID: <7him9ljgtr.fsf@baylibre.com> (raw)
Message-ID: <20201201223456.SLpWhD00-tQsIMX_xIpofhyKG4A_BCIgXw5_v_1ZvSE@z> (raw)

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

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

             reply	other threads:[~2020-12-01 22:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 22:34 Kevin Hilman [this message]
2020-12-01 22:34 ` [GIT PULL] soc: amlogic: driver updates for v5.11 Kevin Hilman
2020-12-01 22:34 ` Kevin Hilman
2020-12-08 23:31 ` Arnd Bergmann
2020-12-08 23:31   ` Arnd Bergmann
2020-12-08 23:31   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7him9ljgtr.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=arm@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.