linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] clk: qcom: Add MSM8916 Global Clock Controller support
@ 2015-03-18 14:08 Georgi Djakov
  2015-03-18 14:08 ` [PATCH v3 1/2] dt-bindings: Add #defines for MSM8916 clocks and resets Georgi Djakov
  2015-03-18 14:08 ` [PATCH v3 2/2] clk: qcom: Add MSM8916 Global Clock Controller support Georgi Djakov
  0 siblings, 2 replies; 5+ messages in thread
From: Georgi Djakov @ 2015-03-18 14:08 UTC (permalink / raw)
  To: sboyd, mturquette, galak; +Cc: linux-kernel, linux-arm-msm

This patch adds support for the global clock controller found on the MSM8916
based devices. It allows the various device drivers to probe and control
their clocks and resets.

Depends on this patchset: https://lkml.org/lkml/2015/3/18/318

Changes since v2:
 * Addressed more comments from Stephen Boyd, reworked driver to use
 index tables for clock parents.
 * Split into two patches - DT binding and driver.

Changes since v1:
 * Addressed comments from Stephen Boyd and Archit Taneja
 * Fixed some incorrect offsets, parents etc.
 * Driver is tested on MSM8916-MTP device.


Georgi Djakov (2):
  dt-bindings: Add #defines for MSM8916 clocks and resets
  clk: qcom: Add MSM8916 Global Clock Controller support

 .../devicetree/bindings/clock/qcom,gcc.txt         |    1 +
 drivers/clk/qcom/Kconfig                           |    8 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/gcc-msm8916.c                     | 2880 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-msm8916.h       |  156 ++
 include/dt-bindings/reset/qcom,gcc-msm8916.h       |  108 +
 6 files changed, 3154 insertions(+)
 create mode 100644 drivers/clk/qcom/gcc-msm8916.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8916.h
 create mode 100644 include/dt-bindings/reset/qcom,gcc-msm8916.h

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

end of thread, other threads:[~2015-03-23 23:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18 14:08 [PATCH v3 0/2] clk: qcom: Add MSM8916 Global Clock Controller support Georgi Djakov
2015-03-18 14:08 ` [PATCH v3 1/2] dt-bindings: Add #defines for MSM8916 clocks and resets Georgi Djakov
2015-03-23 23:34   ` Stephen Boyd
2015-03-18 14:08 ` [PATCH v3 2/2] clk: qcom: Add MSM8916 Global Clock Controller support Georgi Djakov
2015-03-23 22:57   ` 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).