devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: qcom: Add support for QCS404
@ 2018-10-10 14:51 Vinod Koul
  2018-10-10 14:51 ` [PATCH v2 1/2] clk: qcom: Export clk_alpha_pll_configure() Vinod Koul
  2018-10-10 14:51 ` [PATCH v2 2/2] clk: qcom: gcc: Add global clock controller driver for QCS404 Vinod Koul
  0 siblings, 2 replies; 6+ messages in thread
From: Vinod Koul @ 2018-10-10 14:51 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Vinod Koul, Shefali Jain, Rob Herring, Mark Rutland, Andy Gross,
	David Brown, Bjorn Andersson, Anu Ramanathan, Taniya Das,
	open list:COMMON CLK FRAMEWORK,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list, open list:ARM/QUALCOMM SUPPORT,
	open list:ARM/QUALCOMM SUPPORT

Add the clock driver for QCS404 SoC. This needs to export
clk_alpha_pll_configure() so first patch does that

Changes in v2:
 - Fix comments provided by Stephen & Taniya

Bjorn Andersson (1):
  clk: qcom: Export clk_alpha_pll_configure()

Shefali Jain (1):
  clk: qcom: gcc: Add global clock controller driver for QCS404

 .../devicetree/bindings/clock/qcom,gcc.txt         |    1 +
 drivers/clk/qcom/Kconfig                           |    8 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/clk-alpha-pll.c                   |    1 +
 drivers/clk/qcom/gcc-qcs404.c                      | 2744 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-qcs404.h        |  165 ++
 6 files changed, 2920 insertions(+)
 create mode 100644 drivers/clk/qcom/gcc-qcs404.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-qcs404.h

-- 
2.14.4

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

end of thread, other threads:[~2018-10-16 22:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-10 14:51 [PATCH v2 0/2] clk: qcom: Add support for QCS404 Vinod Koul
2018-10-10 14:51 ` [PATCH v2 1/2] clk: qcom: Export clk_alpha_pll_configure() Vinod Koul
2018-10-16 22:09   ` Stephen Boyd
2018-10-10 14:51 ` [PATCH v2 2/2] clk: qcom: gcc: Add global clock controller driver for QCS404 Vinod Koul
2018-10-15 13:27   ` Rob Herring
2018-10-16 22:17   ` 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).