linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] qcom audio clock control drivers
@ 2014-11-26  1:35 Stephen Boyd
  2014-11-26  1:35 ` [PATCH v2 1/8] clk: Add __clk_mux_determine_rate_closest Stephen Boyd
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Stephen Boyd @ 2014-11-26  1:35 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds support for the low power audio subsystem (LPASS)
clock controller hardware. I split out the #define patch for IPQ so that
it can go through the clock tree and the arm-soc tree in parallel
if desired. New in this version is the msm8960/apq8064 support.

Change since v1:
 * Renamed clk-cdiv to clk-regmap-divider
 * Added msm8960/apq8064 support
 * Split out dividers and branches to check for halt bits

Josh Cartwright (1):
  clk: qcom: Add support for regmap divider clocks

Rajendra Nayak (3):
  dt-bindings: Add #defines for IPQ806x lpass clock control
  clk: qcom: Add IPQ806X LPASS clock controller (LCC) driver
  devicetree: bindings: Document qcom,lcc

Stephen Boyd (4):
  clk: Add __clk_mux_determine_rate_closest
  clk: divider: Make generic for usage elsewhere
  clk: qcom: Add simple regmap based muxes
  clk: qcom: Add MSM8960/APQ8064 LPASS clock controller (LCC) driver

 .../devicetree/bindings/clock/qcom,lcc.txt         |  21 +
 drivers/clk/clk-divider.c                          | 195 ++++---
 drivers/clk/clk.c                                  |  47 +-
 drivers/clk/qcom/Kconfig                           |  18 +
 drivers/clk/qcom/Makefile                          |   4 +
 drivers/clk/qcom/clk-regmap-divider.c              |  70 +++
 drivers/clk/qcom/clk-regmap-divider.h              |  29 +
 drivers/clk/qcom/clk-regmap-mux.c                  |  59 +++
 drivers/clk/qcom/clk-regmap-mux.h                  |  29 +
 drivers/clk/qcom/gcc-ipq806x.c                     |  12 +
 drivers/clk/qcom/lcc-ipq806x.c                     | 473 +++++++++++++++++
 drivers/clk/qcom/lcc-msm8960.c                     | 585 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-ipq806x.h       |   1 -
 include/dt-bindings/clock/qcom,lcc-ipq806x.h       |  30 ++
 include/dt-bindings/clock/qcom,lcc-msm8960.h       |  50 ++
 include/linux/clk-provider.h                       |  20 +-
 16 files changed, 1555 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,lcc.txt
 create mode 100644 drivers/clk/qcom/clk-regmap-divider.c
 create mode 100644 drivers/clk/qcom/clk-regmap-divider.h
 create mode 100644 drivers/clk/qcom/clk-regmap-mux.c
 create mode 100644 drivers/clk/qcom/clk-regmap-mux.h
 create mode 100644 drivers/clk/qcom/lcc-ipq806x.c
 create mode 100644 drivers/clk/qcom/lcc-msm8960.c
 create mode 100644 include/dt-bindings/clock/qcom,lcc-ipq806x.h
 create mode 100644 include/dt-bindings/clock/qcom,lcc-msm8960.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2014-12-04  1:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26  1:35 [PATCH v2 0/8] qcom audio clock control drivers Stephen Boyd
2014-11-26  1:35 ` [PATCH v2 1/8] clk: Add __clk_mux_determine_rate_closest Stephen Boyd
2014-11-26  1:35 ` [PATCH v2 2/8] clk: divider: Make generic for usage elsewhere Stephen Boyd
2014-11-26  1:35 ` [PATCH v2 3/8] clk: qcom: Add support for regmap divider clocks Stephen Boyd
2014-11-26  1:35 ` [PATCH v2 4/8] clk: qcom: Add simple regmap based muxes Stephen Boyd
2014-11-26  1:35 ` [PATCH v2 5/8] dt-bindings: Add #defines for IPQ806x lpass clock control Stephen Boyd
2014-11-26  1:35 ` [PATCH v2 6/8] clk: qcom: Add IPQ806X LPASS clock controller (LCC) driver Stephen Boyd
2014-12-04  1:05   ` Stephen Boyd
2014-11-26  1:35 ` [PATCH v2 7/8] clk: qcom: Add MSM8960/APQ8064 " Stephen Boyd
2014-11-26  1:35 ` [PATCH v2 8/8] devicetree: bindings: Document qcom,lcc 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).