linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add a devm_of_clk_add_hw_provider() API
@ 2017-09-01 23:16 Stephen Boyd
  2017-09-01 23:16 ` [PATCH 1/2] clk: Add devm_of_clk_add_hw_provider()/del_provider() APIs Stephen Boyd
  2017-09-01 23:16 ` [PATCH 2/2] clk: qcom: common: Migrate to devm_* APIs for resets and clk providers Stephen Boyd
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Boyd @ 2017-09-01 23:16 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-kernel, linux-clk, Tirupathi Reddy

This cleans up some open-coded versions of this API and makes it official.
It's also another carrot to convert drivers to use the clk hw registration
APIs instead of the clk registration APIs.

Stephen Boyd (2):
  clk: Add devm_of_clk_add_hw_provider()/del_provider() APIs
  clk: qcom: common: Migrate to devm_* APIs for resets and clk providers

 Documentation/driver-model/devres.txt |  1 +
 drivers/clk/clk.c                     | 52 +++++++++++++++++++++++++++++++++++
 drivers/clk/qcom/common.c             | 26 ++----------------
 include/linux/clk-provider.h          | 13 +++++++++
 4 files changed, 68 insertions(+), 24 deletions(-)

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

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

end of thread, other threads:[~2017-11-02  6:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-01 23:16 [PATCH 0/2] Add a devm_of_clk_add_hw_provider() API Stephen Boyd
2017-09-01 23:16 ` [PATCH 1/2] clk: Add devm_of_clk_add_hw_provider()/del_provider() APIs Stephen Boyd
2017-11-02  6:38   ` Stephen Boyd
2017-09-01 23:16 ` [PATCH 2/2] clk: qcom: common: Migrate to devm_* APIs for resets and clk providers Stephen Boyd
2017-11-02  6:38   ` 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).