devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] clk: qcom: Add APQ8084 Global Clock Controller support
@ 2014-05-31 15:45 Georgi Djakov
  2014-05-31 15:45 ` [PATCH v2 1/4] clk: qcom: Add APQ8084 Global Clock Controller documentation Georgi Djakov
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Georgi Djakov @ 2014-05-31 15:45 UTC (permalink / raw)
  To: mturquette, linux, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, sboyd, rdunlap
  Cc: linux-doc, linux-arm-kernel, devicetree, linux-kernel,
	linux-arm-msm, Georgi Djakov

This patchset adds support for the global clock controller found on the
APQ8084 based platforms.

Patches 1,2 can go through clk-next and 3,4 through arm-soc.

Changes from v1:
 - Moved APQ8084 clocks into a separate file and under separate Kconfig
   entry. Dropped the override function patch from v1.
 - Added the missing information about resets (suggested by Kumar Gala).
 - Made the UART DT node "disabled" in dtsi and "okay" in dts (suggested
   by Kumar Gala)

Georgi Djakov (4):
  clk: qcom: Add APQ8084 Global Clock Controller documentation
  clk: qcom: Add APQ8084 Global Clock Controller support
  ARM: dts: qcom: Add APQ8084 Global Clock Controller DT node
  ARM: dts: qcom: Add APQ8084 serial port DT node

 .../devicetree/bindings/clock/qcom,gcc.txt         |    1 +
 arch/arm/boot/dts/qcom-apq8084-mtp.dts             |    6 +
 arch/arm/boot/dts/qcom-apq8084.dtsi                |   18 +
 drivers/clk/qcom/Kconfig                           |    8 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/gcc-apq8084.c                     | 2951 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-apq8084.h       |  337 +++
 include/dt-bindings/reset/qcom,gcc-apq8084.h       |  116 +
 8 files changed, 3438 insertions(+)
 create mode 100644 drivers/clk/qcom/gcc-apq8084.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-apq8084.h
 create mode 100644 include/dt-bindings/reset/qcom,gcc-apq8084.h

-- 
1.7.9.5


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

end of thread, other threads:[~2014-06-02 20:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-31 15:45 [PATCH v2 0/4] clk: qcom: Add APQ8084 Global Clock Controller support Georgi Djakov
2014-05-31 15:45 ` [PATCH v2 1/4] clk: qcom: Add APQ8084 Global Clock Controller documentation Georgi Djakov
2014-06-02 19:41   ` Stephen Boyd
2014-05-31 15:45 ` [PATCH v2 2/4] clk: qcom: Add APQ8084 Global Clock Controller support Georgi Djakov
2014-06-02 19:36   ` Stephen Boyd
2014-06-02 19:47     ` Georgi Djakov
2014-05-31 15:45 ` [PATCH v2 3/4] ARM: dts: qcom: Add APQ8084 Global Clock Controller DT node Georgi Djakov
2014-06-02 19:43   ` Stephen Boyd
2014-06-02 20:41   ` Kumar Gala
2014-06-02 20:49     ` Georgi Djakov
2014-05-31 15:45 ` [PATCH v2 4/4] ARM: dts: qcom: Add APQ8084 serial port " Georgi Djakov
2014-06-02 19:41   ` Stephen Boyd

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