All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: stm32-adc: add PM support
@ 2018-11-20 10:12 ` Fabrice Gasnier
  0 siblings, 0 replies; 18+ messages in thread
From: Fabrice Gasnier @ 2018-11-20 10:12 UTC (permalink / raw)
  To: jic23
  Cc: linux-arm-kernel, linux-kernel, mcoquelin.stm32, alexandre.torgue,
	fabrice.gasnier, linux-iio, lars, knaack.h, pmeerw, linux-stm32

This patch series adds support for power management to stm32-adc iio driver.
It slighlty reworks regulator and clock handling, to move them in dedicated
routines. Then these routines can be called from probe/remove and PM callbacks.
It also takes care of running ADC when going to low power mode.

Fabrice Gasnier (3):
  iio: adc: stm32-adc: move self-calibration to prepare routine
  iio: adc: stm32-adc: add power management support
  iio: adc: stm32-adc: switch off running adc when going to low power

 drivers/iio/adc/stm32-adc-core.c | 182 +++++++++++++++--------
 drivers/iio/adc/stm32-adc.c      | 303 ++++++++++++++++++++++++++++-----------
 2 files changed, 343 insertions(+), 142 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2018-11-26 10:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-20 10:12 [PATCH 0/3] iio: stm32-adc: add PM support Fabrice Gasnier
2018-11-20 10:12 ` Fabrice Gasnier
2018-11-20 10:12 ` [PATCH 1/3] iio: adc: stm32-adc: move self-calibration to prepare routine Fabrice Gasnier
2018-11-20 10:12   ` Fabrice Gasnier
2018-11-25 13:03   ` Jonathan Cameron
2018-11-25 13:03     ` Jonathan Cameron
2018-11-25 13:14     ` Jonathan Cameron
2018-11-25 13:14       ` Jonathan Cameron
2018-11-26 10:41       ` Fabrice Gasnier
2018-11-26 10:41         ` Fabrice Gasnier
2018-11-20 10:12 ` [PATCH 2/3] iio: adc: stm32-adc: add power management support Fabrice Gasnier
2018-11-20 10:12   ` Fabrice Gasnier
2018-11-25 13:16   ` Jonathan Cameron
2018-11-25 13:16     ` Jonathan Cameron
2018-11-20 10:12 ` [PATCH 3/3] iio: adc: stm32-adc: switch off running adc when going to low power Fabrice Gasnier
2018-11-20 10:12   ` Fabrice Gasnier
2018-11-25 13:17   ` Jonathan Cameron
2018-11-25 13:17     ` Jonathan Cameron

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.