linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic driver updates for v4.9
@ 2016-09-03  0:18 Kevin Hilman
  2016-09-14 22:13 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2016-09-03  0:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

Below is a pull for Amlogic drivers for v4.9.  They all have acks from
the corresponding maintainers.

Kevin


The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -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 ad855eae6caf0d1dd17bce5bcd8e07759adc9903:

  nvmem: amlogic: Add Amlogic Meson EFUSE driver (2016-09-01 14:24:21 -0700)

----------------------------------------------------------------
Amlogic drivers for v4.9
- add secure monitor and eFuse driver
- add IR remote driver

----------------------------------------------------------------
Carlo Caione (2):
      firmware: Amlogic: Add secure monitor driver
      nvmem: amlogic: Add Amlogic Meson EFUSE driver

Neil Armstrong (1):
      media: rc: meson-ir: Add support for newer versions of the IR decoder

 drivers/firmware/Kconfig                |   1 +
 drivers/firmware/Makefile               |   1 +
 drivers/firmware/meson/Kconfig          |   9 ++++
 drivers/firmware/meson/Makefile         |   1 +
 drivers/firmware/meson/meson_sm.c       | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/rc/meson-ir.c             |  29 ++++++++++---
 drivers/nvmem/Kconfig                   |  10 +++++
 drivers/nvmem/Makefile                  |   2 +
 drivers/nvmem/meson-efuse.c             |  93 +++++++++++++++++++++++++++++++++++++++++
 include/linux/firmware/meson/meson_sm.h |  31 ++++++++++++++
 10 files changed, 420 insertions(+), 5 deletions(-)
 create mode 100644 drivers/firmware/meson/Kconfig
 create mode 100644 drivers/firmware/meson/Makefile
 create mode 100644 drivers/firmware/meson/meson_sm.c
 create mode 100644 drivers/nvmem/meson-efuse.c
 create mode 100644 include/linux/firmware/meson/meson_sm.h

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] Amlogic driver updates for v4.9
  2016-09-03  0:18 [GIT PULL] Amlogic driver updates for v4.9 Kevin Hilman
@ 2016-09-14 22:13 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 2, 2016 5:18:23 PM CEST Kevin Hilman wrote:
> Amlogic drivers for v4.9
> - add secure monitor and eFuse driver
> - add IR remote driver
> 
> 

Pulled into next/drivers, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-14 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-03  0:18 [GIT PULL] Amlogic driver updates for v4.9 Kevin Hilman
2016-09-14 22:13 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).