public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH -next 0/4] iio: Use devm_clk_get_enabled() helper function
@ 2023-08-25 10:57 Jinjie Ruan
  2023-08-25 10:57 ` [PATCH -next 1/4] iio: adc: at91_adc: " Jinjie Ruan
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jinjie Ruan @ 2023-08-25 10:57 UTC (permalink / raw)
  To: jic23, lars, nicolas.ferre, alexandre.belloni, claudiu.beznea,
	matthias.bgg, angelogioacchino.delregno, Michael.Hennerich, heiko,
	yangyingliang, robh, linux-iio, linux-arm-kernel, linux-mediatek
  Cc: ruanjinjie

Commit 7ef9651e9792 ("clk: Provide new devm_clk helpers for prepared
and enabled clocks") provides a new helper function to prepare and
enable a clock which keeps prepared (or enabled) during the whole
lifetime of the driver.

Jinjie Ruan (4):
  iio: adc: at91_adc: Use devm_clk_get_enabled() helper function
  iio: adc: mt6577_auxadc: Use devm_clk_get_enabled() helper function
  iio: adc: spear_adc: Use devm_clk_get_enabled() helper function
  iio: frequency: adf4350: Use devm_clk_get_enabled() helper function

 drivers/iio/adc/at91_adc.c      | 38 +++++++++------------------------
 drivers/iio/adc/mt6577_auxadc.c | 17 +++------------
 drivers/iio/adc/spear_adc.c     | 30 ++++++--------------------
 drivers/iio/frequency/adf4350.c | 20 +++++------------
 4 files changed, 25 insertions(+), 80 deletions(-)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-08-26  2:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 10:57 [PATCH -next 0/4] iio: Use devm_clk_get_enabled() helper function Jinjie Ruan
2023-08-25 10:57 ` [PATCH -next 1/4] iio: adc: at91_adc: " Jinjie Ruan
2023-08-25 12:50   ` Jonathan Cameron
2023-08-26  2:02     ` Ruan Jinjie
2023-08-25 10:57 ` [PATCH -next 2/4] iio: adc: mt6577_auxadc: " Jinjie Ruan
2023-08-25 12:54   ` Jonathan Cameron
2023-08-26  2:37     ` Ruan Jinjie
2023-08-25 10:57 ` [PATCH -next 3/4] iio: adc: spear_adc: " Jinjie Ruan
2023-08-25 12:55   ` Jonathan Cameron
2023-08-25 10:57 ` [PATCH -next 4/4] iio: frequency: adf4350: " Jinjie Ruan
2023-08-25 12:57   ` Jonathan Cameron

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