* [PATCH 0/2] clk: meson-g12a: Add EE clock controller driver
@ 2018-07-16 6:37 Jian Hu
0 siblings, 0 replies; only message in thread
From: Jian Hu @ 2018-07-16 6:37 UTC (permalink / raw)
To: Jerome Brunet, Neil Armstrong
Cc: Qianggui, song, Rob Herring, devicetree, Martin Blumenstingl,
Kevin Hilman, Michael Turquette, Yixun Lan, linux-kernel, Bo.yang,
Stephen Boyd, Jian Hu, Qiufang Dai, linux-arm-kernel,
Carlo Caione, linux-amlogic, Sunny.luo, linux-clk, Xingyu.chen
Add a Clock driver for the Everyting-Else part of
the Amlogic Meson-G12A SoC.
Jian Hu (2):
dt-bindings: clk: meson-g12a: Add G12A EE Clock Bindings
clk: meson-g12a: Add EE Clock controller driver
.../bindings/clock/amlogic,gxbb-clkc.txt | 1 +
drivers/clk/meson/Kconfig | 10 +
drivers/clk/meson/Makefile | 1 +
drivers/clk/meson/g12a.c | 994 +++++++++++++++++++++
drivers/clk/meson/g12a.h | 122 +++
include/dt-bindings/clock/g12a-clkc.h | 92 ++
6 files changed, 1220 insertions(+)
create mode 100644 drivers/clk/meson/g12a.c
create mode 100644 drivers/clk/meson/g12a.h
create mode 100644 include/dt-bindings/clock/g12a-clkc.h
--
1.9.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-16 6:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-16 6:37 [PATCH 0/2] clk: meson-g12a: Add EE clock controller driver Jian Hu
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).