mbox series

[GIT,PULL] Amlogic driver updates for v4.15

Message ID 7hr2tvqxjh.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] Amlogic driver updates for v4.15 | expand

Pull-request

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

Message

Kevin Hilman Oct. 22, 2017, 10:36 a.m. UTC
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 5e68c0fc8df8a588b15cd469b27b8b5dbfadc6c3:

  soc: amlogic: Add Meson6/Meson8/Meson8b/Meson8m2 SoC Information driver (2017-10-06 15:36:17 -0700)

----------------------------------------------------------------
Amlogic drivers for v4.15
- add SoC info driver for 32-bit Amlogic SoCs

----------------------------------------------------------------
Martin Blumenstingl (1):
      soc: amlogic: Add Meson6/Meson8/Meson8b/Meson8m2 SoC Information driver

 drivers/soc/amlogic/Kconfig            |  10 +++++++
 drivers/soc/amlogic/Makefile           |   1 +
 drivers/soc/amlogic/meson-mx-socinfo.c | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 186 insertions(+)
 create mode 100644 drivers/soc/amlogic/meson-mx-socinfo.c

Comments

Arnd Bergmann Nov. 2, 2017, 3:27 p.m. UTC | #1
On Sun, Oct 22, 2017 at 12:36 PM, Kevin Hilman <khilman@baylibre.com> wrote:
> Amlogic drivers for v4.15
> - add SoC info driver for 32-bit Amlogic SoCs

Pulled into next/drivers, thanks!

    Arnd