All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove clocks dependency from SCM driver
@ 2016-10-29  0:08 ` Sarangdhar Joshi
  0 siblings, 0 replies; 15+ messages in thread
From: Sarangdhar Joshi @ 2016-10-29  0:08 UTC (permalink / raw)
  To: Andy Gross, David Brown, Rob Herring, Mark Rutland,
	Catalin Marinas, Will Deacon, Bjorn Andersson
  Cc: Sarangdhar Joshi, linux-arm-msm, linux-soc, devicetree,
	linux-arm-kernel, linux-kernel, Stephen Boyd, Trilok Soni

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

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

end of thread, other threads:[~2016-11-02 20:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-29  0:08 [PATCH 0/3] Remove clocks dependency from SCM driver Sarangdhar Joshi
2016-10-29  0:08 ` Sarangdhar Joshi
2016-10-29  0:08 ` [PATCH 1/3] dt-bindings: firmware: scm: Add MSM8996 DT bindings Sarangdhar Joshi
2016-10-29  0:08   ` Sarangdhar Joshi
2016-10-29  0:08   ` Sarangdhar Joshi
     [not found]   ` <1477699729-18451-2-git-send-email-spjoshi-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2016-10-31  6:23     ` Rob Herring
2016-10-31  6:23       ` Rob Herring
2016-10-31  6:23       ` Rob Herring
2016-10-29  0:08 ` [PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency Sarangdhar Joshi
2016-10-29  2:31   ` kbuild test robot
2016-10-29  2:31     ` kbuild test robot
2016-11-01 23:11   ` Stephen Boyd
2016-11-02 19:24     ` Sarangdhar Joshi
2016-11-02 20:04       ` Bjorn Andersson
2016-10-29  0:08 ` [PATCH 3/3] firmware: qcom: scm: Return PTR_ERR when devm_clk_get fails Sarangdhar Joshi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.