* [GIT PULL] Amlogic driver updates for v4.14
@ 2017-08-17 4:15 Kevin Hilman
2017-08-17 9:06 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2017-08-17 4:15 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -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 a9daaba2965e8b132424514e184fc40ee6f9e00c:
soc: Add Amlogic SoC Information driver (2017-07-28 09:25:07 -0700)
----------------------------------------------------------------
Amlogic driver updates for v4.14
- add SoC info driver
----------------------------------------------------------------
Neil Armstrong (2):
dt-bindings: arm: amlogic: Add SoC information bindings
soc: Add Amlogic SoC Information driver
Documentation/devicetree/bindings/arm/amlogic.txt | 29 +++++++++++++++
drivers/soc/Kconfig | 1 +
drivers/soc/Makefile | 1 +
drivers/soc/amlogic/Kconfig | 12 +++++++
drivers/soc/amlogic/Makefile | 1 +
drivers/soc/amlogic/meson-gx-socinfo.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 221 insertions(+)
create mode 100644 drivers/soc/amlogic/Kconfig
create mode 100644 drivers/soc/amlogic/Makefile
create mode 100644 drivers/soc/amlogic/meson-gx-socinfo.c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-17 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 4:15 [GIT PULL] Amlogic driver updates for v4.14 Kevin Hilman
2017-08-17 9:06 ` 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).