Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1217753
| From | Georgi Djakov <georgi.djakov@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/2] Add initial support for RPM clocks |
| Date | 2015-09-02 19:00 +0200 |
| Message-ID | <q4jya-2ro-23@gated-at.bofh.it> (permalink) |
| References | <pTr61-j4-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/03/2015 07:48 PM, Georgi Djakov wrote: > This patchset adds initial support for the clocks controlled by > the RPM (Resource Power Manager) processor on Qualcomm platforms. > It depends on Bjorn's Qualcomm SMD & RPM patches, that are now in > linux-next: https://lkml.org/lkml/2015/7/27/1125 > > The first patch implements the RPM clock operations, which are > using a shared memory for sending requests to the RPM processor. > The second patch adds the support of RPM clocks on the MSM8916 > platform. > > Changes since v1 (https://lkml.org/lkml/2015/7/9/257): > * Changed the driver name to clk-smd-rpm, also build it only > when it is needed - suggested by Srini and Bjorn. > * More detailed binding example. > * Minor changes. > > Georgi Djakov (2): > clk: qcom: Add support for RPM Clocks > clk: qcom: Add MSM8916 RPM clock driver > > .../devicetree/bindings/clock/qcom,rpmcc.txt | 35 ++++ > drivers/clk/qcom/Kconfig | 4 + > drivers/clk/qcom/Makefile | 2 + > drivers/clk/qcom/clk-smd-rpm.c | 165 ++++++++++++++++ > drivers/clk/qcom/clk-smd-rpm.h | 139 ++++++++++++++ > drivers/clk/qcom/gcc-msm8916.c | 13 -- > drivers/clk/qcom/rpmcc-msm8916.c | 196 ++++++++++++++++++++ > include/dt-bindings/clock/qcom,rpmcc-msm8916.h | 44 +++++ > 8 files changed, 585 insertions(+), 13 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,rpmcc.txt > create mode 100644 drivers/clk/qcom/clk-smd-rpm.c > create mode 100644 drivers/clk/qcom/clk-smd-rpm.h > create mode 100644 drivers/clk/qcom/rpmcc-msm8916.c > create mode 100644 include/dt-bindings/clock/qcom,rpmcc-msm8916.h > Hi Stephen, any comments on this? Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2 0/2] Add initial support for RPM clocks Georgi Djakov <georgi.djakov@linaro.org> - 2015-09-02 19:00 +0200
csiph-web