linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: Add MDM9615 Clock Controllers driver and bindings
@ 2016-06-17 10:04 Neil Armstrong
  2016-06-17 10:04 ` [PATCH 1/3] clk: mdm9615: Add support for MDM9615 Clock Controllers Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Neil Armstrong @ 2016-06-17 10:04 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Andy Gross, David Brown, Philipp Zabel
  Cc: Neil Armstrong, linux-clk, linux-arm-msm, linux-soc, linux-kernel

In order to support the Qualcomm MDM9615 in the Sierra Wireless WP8548
Modules, add the MDM9615 Clock Controllers drivers and bindings.

This patchset is part of a global SoC + Module + Board support for the
Sierra Wireless mangOH Board support with the WP8548 module.

Neil Armstrong (3):
  clk: mdm9615: Add support for MDM9615 Clock Controllers
  dt-bindings: clock: Update bindings for MDM9615 GCC and LCC
  dt-bindings: Add MDM9615 DT bindings include files for GCC and LCC

 .../devicetree/bindings/clock/qcom,gcc.txt         |    1 +
 .../devicetree/bindings/clock/qcom,lcc.txt         |    1 +
 drivers/clk/qcom/Kconfig                           |   17 +
 drivers/clk/qcom/Makefile                          |    2 +
 drivers/clk/qcom/gcc-mdm9615.c                     | 1709 ++++++++++++++++++++
 drivers/clk/qcom/lcc-mdm9615.c                     |  580 +++++++
 include/dt-bindings/clock/qcom,gcc-mdm9615.h       |  327 ++++
 include/dt-bindings/clock/qcom,lcc-mdm9615.h       |   52 +
 include/dt-bindings/reset/qcom,gcc-mdm9615.h       |  136 ++
 9 files changed, 2825 insertions(+)
 create mode 100644 drivers/clk/qcom/gcc-mdm9615.c
 create mode 100644 drivers/clk/qcom/lcc-mdm9615.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-mdm9615.h
 create mode 100644 include/dt-bindings/clock/qcom,lcc-mdm9615.h
 create mode 100644 include/dt-bindings/reset/qcom,gcc-mdm9615.h

-- 
1.9.1

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

end of thread, other threads:[~2016-06-23  9:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-17 10:04 [PATCH 0/3] clk: Add MDM9615 Clock Controllers driver and bindings Neil Armstrong
2016-06-17 10:04 ` [PATCH 1/3] clk: mdm9615: Add support for MDM9615 Clock Controllers Neil Armstrong
2016-06-17 15:42   ` kbuild test robot
2016-06-21  1:21   ` Stephen Boyd
2016-06-23  9:05     ` Neil Armstrong
2016-06-17 10:04 ` [PATCH 2/3] dt-bindings: clock: Update bindings for MDM9615 GCC and LCC Neil Armstrong
2016-06-20 15:59   ` Rob Herring
2016-06-17 10:04 ` [PATCH 3/3] dt-bindings: Add MDM9615 DT bindings include files for " Neil Armstrong

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