[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1401805449-26499-1-git-send-email-gdjakov@mm-sol.com>
Date: Tue, 3 Jun 2014 17:24:07 +0300
From: Georgi Djakov <gdjakov@...sol.com>
To: mturquette@...aro.org
Cc: robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
sboyd@...eaurora.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
Georgi Djakov <gdjakov@...sol.com>
Subject: [PATCH v3 0/2] clk: qcom: Add APQ8084 Global Clock Controller support
This patchset adds support for the global clock controller found on the
APQ8084 based platforms.
Applies to clk-next.
Changes from v2:
- Removed resets not belonging to gcc. (suggested by Stephen Boyd)
- Split the DT patches into separate patchset. (suggested by Kumar Gala)
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 (2):
clk: qcom: Add APQ8084 Global Clock Controller documentation
clk: qcom: Add APQ8084 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-apq8084.c | 2944 ++++++++++++++++++++
include/dt-bindings/clock/qcom,gcc-apq8084.h | 337 +++
include/dt-bindings/reset/qcom,gcc-apq8084.h | 109 +
6 files changed, 3400 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists