Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1511490
| From | Sarangdhar Joshi <spjoshi@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Remove clocks dependency from SCM driver |
| Date | 2016-10-29 02:10 +0200 |
| Message-ID | <sxpnI-6UQ-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
On earlier chiptsets (APQ8064, MSM8660, MSM8690, MSM8916, APQ8084, MSM8974) crypto operations of TZ were depends on crypto clocks controlled by users/clients. However on MSM8996 crypto clocks control is handled internally in TZ itself. The current series of patches handle this clock dependency in SCM driver. Sarangdhar Joshi (3): dt-bindings: firmware: scm: Add MSM8996 DT bindings firmware: qcom: scm: Remove core, iface and bus clocks dependency firmware: qcom: scm: Return PTR_ERR when devm_clk_get fails .../devicetree/bindings/firmware/qcom,scm.txt | 2 + drivers/firmware/qcom_scm.c | 65 +++++++++++++++------- 2 files changed, 48 insertions(+), 19 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Remove clocks dependency from SCM driver Sarangdhar Joshi <spjoshi@codeaurora.org> - 2016-10-29 02:10 +0200
[PATCH 3/3] firmware: qcom: scm: Return PTR_ERR when devm_clk_get fails Sarangdhar Joshi <spjoshi@codeaurora.org> - 2016-10-29 02:10 +0200
[PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency Sarangdhar Joshi <spjoshi@codeaurora.org> - 2016-10-29 02:20 +0200
Re: [PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency Stephen Boyd <sboyd@codeaurora.org> - 2016-11-02 00:20 +0100
Re: [PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency Sarangdhar Joshi <spjoshi@codeaurora.org> - 2016-11-02 20:30 +0100
Re: [PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-11-02 21:10 +0100
csiph-web