linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: hisilicon: add CRG driver for Hi3798CV200 and Hi3516CV300 SoCs
@ 2016-10-29  6:13 Jiancheng Xue
  2016-10-29  6:13 ` [PATCH 1/2] clk: hisilicon: add CRG driver for Hi3798CV200 SoC Jiancheng Xue
  2016-10-29  6:13 ` [PATCH 2/2] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Jiancheng Xue
  0 siblings, 2 replies; 10+ messages in thread
From: Jiancheng Xue @ 2016-10-29  6:13 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, mark.rutland
  Cc: linux-kernel, linux-clk, devicetree, bin.chen, elder,
	hermit.wangheming, yanhaifeng, wenpan, howell.yang,
	Jiancheng Xue

Add CRG driver for Hi3798CV200 and Hi3516CV200 SoCs.

Jiancheng Xue (2):
  clk: hisilicon: add CRG driver for Hi3798CV200 SoC
  clk: hisilicon: add CRG driver for Hi3516CV300 SoC

 .../clock/{hi3519-crg.txt => hisi-crg.txt}         |  12 +-
 drivers/clk/hisilicon/Kconfig                      |  16 +
 drivers/clk/hisilicon/Makefile                     |   2 +
 drivers/clk/hisilicon/crg-hi3516cv300.c            | 330 ++++++++++++++++++++
 drivers/clk/hisilicon/crg-hi3798cv200.c            | 337 +++++++++++++++++++++
 drivers/clk/hisilicon/crg.h                        |  34 +++
 include/dt-bindings/clock/hi3516cv300-clock.h      |  48 +++
 include/dt-bindings/clock/histb-clock.h            |  66 ++++
 8 files changed, 841 insertions(+), 4 deletions(-)
 rename Documentation/devicetree/bindings/clock/{hi3519-crg.txt => hisi-crg.txt} (80%)
 create mode 100644 drivers/clk/hisilicon/crg-hi3516cv300.c
 create mode 100644 drivers/clk/hisilicon/crg-hi3798cv200.c
 create mode 100644 drivers/clk/hisilicon/crg.h
 create mode 100644 include/dt-bindings/clock/hi3516cv300-clock.h
 create mode 100644 include/dt-bindings/clock/histb-clock.h

-- 
1.9.1

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

end of thread, other threads:[~2016-11-15  1:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-29  6:13 [PATCH 0/2] clk: hisilicon: add CRG driver for Hi3798CV200 and Hi3516CV300 SoCs Jiancheng Xue
2016-10-29  6:13 ` [PATCH 1/2] clk: hisilicon: add CRG driver for Hi3798CV200 SoC Jiancheng Xue
2016-11-12  0:04   ` Stephen Boyd
2016-10-29  6:13 ` [PATCH 2/2] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Jiancheng Xue
2016-10-29 11:36   ` Hao Zhang
2016-10-31  2:05     ` Jiancheng Xue
2016-11-12  0:04   ` Stephen Boyd
2016-11-14  1:24     ` Jiancheng Xue
2016-11-14 20:03       ` Stephen Boyd
2016-11-15  1:58         ` Jiancheng Xue

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