linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11 0/2] Enable clock driver of Hi3620 SoC
@ 2013-11-13  1:31 Haojian Zhuang
  2013-11-13  1:31 ` [PATCH v11 1/2] clk: hisilicon: add common clock support Haojian Zhuang
  2013-11-13  1:31 ` [PATCH v11 2/2] ARM: dts: enable clock binding on Hi3620 Haojian Zhuang
  0 siblings, 2 replies; 9+ messages in thread
From: Haojian Zhuang @ 2013-11-13  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

Enable common clock driver of Hi3620 SoC.

v11:
  1. Abandon original solution on parsing all clock from DTS file. Create
  the clock tree in c code. So clock identifier is added into DTS file.
  2. Avoid to use hi3xxx prefix. Use hisi prefix instead.

Haojian Zhuang (2):
  clk: hisilicon: add common clock support
  ARM: dts: enable clock binding on Hi3620

 .../devicetree/bindings/clock/hi3620-clock.txt     |  19 ++
 arch/arm/boot/dts/hi3620.dtsi                      |  79 ++++---
 arch/arm/boot/dts/hi4511.dts                       |   3 +-
 drivers/clk/Makefile                               |   1 +
 drivers/clk/hisilicon/Makefile                     |   5 +
 drivers/clk/hisilicon/clk-hi3620.c                 | 242 +++++++++++++++++++++
 drivers/clk/hisilicon/clk.c                        | 171 +++++++++++++++
 drivers/clk/hisilicon/clk.h                        | 103 +++++++++
 drivers/clk/hisilicon/clkgate-seperated.c          | 130 +++++++++++
 include/dt-bindings/clock/hi3620-clock.h           | 152 +++++++++++++
 10 files changed, 869 insertions(+), 36 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/hi3620-clock.txt
 create mode 100644 drivers/clk/hisilicon/Makefile
 create mode 100644 drivers/clk/hisilicon/clk-hi3620.c
 create mode 100644 drivers/clk/hisilicon/clk.c
 create mode 100644 drivers/clk/hisilicon/clk.h
 create mode 100644 drivers/clk/hisilicon/clkgate-seperated.c
 create mode 100644 include/dt-bindings/clock/hi3620-clock.h

-- 
1.8.3.2

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

end of thread, other threads:[~2013-11-27 19:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13  1:31 [PATCH v11 0/2] Enable clock driver of Hi3620 SoC Haojian Zhuang
2013-11-13  1:31 ` [PATCH v11 1/2] clk: hisilicon: add common clock support Haojian Zhuang
2013-11-13 12:39   ` Mark Rutland
2013-11-13 13:25     ` Haojian Zhuang
2013-11-18  5:24   ` Mike Turquette
2013-11-27 19:46     ` Mike Turquette
2013-11-13  1:31 ` [PATCH v11 2/2] ARM: dts: enable clock binding on Hi3620 Haojian Zhuang
2013-11-17  2:44   ` Mike Turquette
2013-11-25  4:49     ` Haojian Zhuang

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