Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1460482
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESEND PATCH v2 0/3] clk: Add MDM9615 Clock Controllers driver and bindings |
| Date | 2016-08-11 14:50 +0200 |
| Message-ID | <s4XAS-3T5-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. Changes since v1 at http://lkml.kernel.org/r/1466157875-14428-1-git-send-email-narmstrong@baylibre.com : - Switch to use DT cxo_board instead of workaround for cxo source - re-order patches to add dt-bindings includes before driver - Fix config naming to use MDM Neil Armstrong (3): dt-bindings: Add MDM9615 DT bindings include files for GCC and LCC clk: mdm9615: Add support for MDM9615 Clock Controllers dt-bindings: clock: Update bindings for MDM9615 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 | 1727 ++++++++++++++++++++ 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, 2843 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RESEND PATCH v2 0/3] clk: Add MDM9615 Clock Controllers driver and bindings Neil Armstrong <narmstrong@baylibre.com> - 2016-08-11 14:50 +0200
[RESEND PATCH v2 3/3] dt-bindings: clock: Update bindings for MDM9615 GCC and LCC Neil Armstrong <narmstrong@baylibre.com> - 2016-08-11 14:50 +0200
[RESEND PATCH v2 1/3] dt-bindings: Add MDM9615 DT bindings include files for GCC and LCC Neil Armstrong <narmstrong@baylibre.com> - 2016-08-11 14:50 +0200
Re: [RESEND PATCH v2 1/3] dt-bindings: Add MDM9615 DT bindings include files for GCC and LCC Stephen Boyd <sboyd@codeaurora.org> - 2016-08-16 01:20 +0200
Re: [RESEND PATCH v2 2/3] clk: mdm9615: Add support for MDM9615 Clock Controllers Stephen Boyd <sboyd@codeaurora.org> - 2016-08-16 01:20 +0200
csiph-web