[PATCH v3 0/2] clk: qcom: Add MSM8916 Global Clock Controller support

From: Georgi Djakov
Date: Wed Mar 18 2015 - 10:09:03 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/