devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC RESEND 0/3] Add support for Hisilicon Hi3521A SoC
@ 2017-09-17  8:23 Marty E. Plummer
  2017-09-17  8:23 ` [RFC RESEND 1/3] clk: hisilicon: add CRG driver " Marty E. Plummer
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Marty E. Plummer @ 2017-09-17  8:23 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: devicetree, xuejiancheng, leo.yan, linux-clk, linux-kernel,
	mark.rutland, mturquette, wenpan, robh+dt, linux, sboyd, xuwei5,
	zhangfei.gao, gregkh, arnd, Marty E. Plummer

Greetings,

I'd like the community's feedback on the following patchset. I've attempted to
split my changes up in what I believe to be a sensible setup.

The device I'm working against is the 'SamsungSV SDR-B74301' HD CCTV surveillance
system, which uses a Hisilicon Hi3521A arm SoC as its basis.

Resending due to a typo, s/primcell/primecell/

Marty E. Plummer (3):
  clk: hisilicon: add CRG driver Hi3521A SoC
  arm: hisi: enable Hi3521A SoC
  arm: dts: add Hi3521A dts

 arch/arm/boot/dts/Makefile                |   2 +
 arch/arm/boot/dts/hi3521a-rs-dm290e.dts   |  52 +++++
 arch/arm/boot/dts/hi3521a.dtsi            | 310 ++++++++++++++++++++++++++++++
 arch/arm/mach-hisi/Kconfig                |   6 +
 drivers/clk/hisilicon/Kconfig             |   7 +
 drivers/clk/hisilicon/Makefile            |   1 +
 drivers/clk/hisilicon/crg-hi3521a.c       | 207 ++++++++++++++++++++
 include/dt-bindings/clock/hi3521a-clock.h |  34 ++++
 8 files changed, 619 insertions(+)
 create mode 100644 arch/arm/boot/dts/hi3521a-rs-dm290e.dts
 create mode 100644 arch/arm/boot/dts/hi3521a.dtsi
 create mode 100644 drivers/clk/hisilicon/crg-hi3521a.c
 create mode 100644 include/dt-bindings/clock/hi3521a-clock.h

-- 
2.14.1


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

end of thread, other threads:[~2017-09-21  2:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-17  8:23 [RFC RESEND 0/3] Add support for Hisilicon Hi3521A SoC Marty E. Plummer
2017-09-17  8:23 ` [RFC RESEND 1/3] clk: hisilicon: add CRG driver " Marty E. Plummer
2017-09-17  8:23 ` [RFC RESEND 2/3] arm: hisi: enable " Marty E. Plummer
2017-09-17  8:23 ` [RFC RESEND 3/3] arm: dts: add Hi3521A dts Marty E. Plummer
     [not found]   ` <20170917082327.10058-4-hanetzer-zVALfsKDk1AS+FvcfC7Uqw@public.gmane.org>
2017-09-20 20:53     ` Rob Herring
2017-09-20 23:04       ` Marty E. Plummer
     [not found]         ` <20170920230405.tz3vzoys2vn72rgv-1hXBbFsFebEOoWXT+9nehYcPyU6MP8rFhTcysPvq43Q@public.gmane.org>
2017-09-21  1:08           ` Rob Herring
2017-09-21  2:15             ` Marty E. Plummer
2017-09-18 10:55 ` [RFC RESEND 0/3] Add support for Hisilicon Hi3521A SoC Greg KH

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