public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] clk: Add functions to get optional clocks
@ 2018-07-30 13:31 Phil Edworthy
  2018-07-30 13:31 ` [PATCH v3 1/2] clk: Add of_clk_get_by_name_optional() function Phil Edworthy
  2018-07-30 13:31 ` [PATCH v3 2/2] clk: Add functions to get optional clocks Phil Edworthy
  0 siblings, 2 replies; 5+ messages in thread
From: Phil Edworthy @ 2018-07-30 13:31 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Russell King
  Cc: Geert Uytterhoeven, Simon Horman, Andy Shevchenko, linux-clk,
	linux-kernel, linux-arm-kernel, Phil Edworthy

Quite a few drivers get an optional clock, e.g. a bus clock required to 
access peripheral's registers that is always enabled on some devices.

Phil Edworthy (2):
  clk: Add of_clk_get_by_name_optional() function
  clk: Add functions to get optional clocks

 drivers/clk/clk-devres.c | 18 +++++++++++++++--
 drivers/clk/clkdev.c     | 51 +++++++++++++++++++++++++++++++++++++++++++-----
 include/linux/clk.h      | 35 +++++++++++++++++++++++++++++++++
 3 files changed, 97 insertions(+), 7 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-07-30 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-30 13:31 [PATCH v3 0/2] clk: Add functions to get optional clocks Phil Edworthy
2018-07-30 13:31 ` [PATCH v3 1/2] clk: Add of_clk_get_by_name_optional() function Phil Edworthy
2018-07-30 16:03   ` Andy Shevchenko
2018-07-30 16:38     ` Phil Edworthy
2018-07-30 13:31 ` [PATCH v3 2/2] clk: Add functions to get optional clocks Phil Edworthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox