linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for STM32MP1 power regulators
@ 2019-04-15  9:17 Pascal PAILLET-LME
  2019-04-15  9:17 ` [PATCH v2 1/2] dt-bindings: regulator: Add stm32mp1 pwr regulators Pascal PAILLET-LME
  2019-04-15  9:17 ` [PATCH v2 2/2] regulator: Add support for stm32 power regulators Pascal PAILLET-LME
  0 siblings, 2 replies; 4+ messages in thread
From: Pascal PAILLET-LME @ 2019-04-15  9:17 UTC (permalink / raw)
  To: lgirdwood, broonie, robh+dt, mark.rutland, mcoquelin.stm32,
	Alexandre TORGUE, linux-kernel, devicetree, linux-stm32,
	linux-arm-kernel
  Cc: Pascal PAILLET-LME, linux-stm32

The POWER block of the STM32MP1 integrates 3 fixed regulators with a ready
status bit for each one. The goal of this patchset is to add support those
regulators.

Pascal Paillet (2):
changes in v2:
* add COMPILE_TEST switch
* do not test ready in is_enabled() callback
* remove of_regulator_match
* change author

  dt-bindings: regulator: Add stm32mp1 pwr regulators
  regulator: Add support for stm32 power regulators

 .../bindings/regulator/st,stm32mp1-pwr-reg.txt     |  43 +++++
 drivers/regulator/Kconfig                          |   7 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/stm32-pwr.c                      | 190 +++++++++++++++++++++
 4 files changed, 241 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/st,stm32mp1-pwr-reg.txt
 create mode 100644 drivers/regulator/stm32-pwr.c

-- 
1.9.1

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

end of thread, other threads:[~2019-04-15  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-15  9:17 [PATCH v2 0/2] Add support for STM32MP1 power regulators Pascal PAILLET-LME
2019-04-15  9:17 ` [PATCH v2 1/2] dt-bindings: regulator: Add stm32mp1 pwr regulators Pascal PAILLET-LME
2019-04-15  9:17 ` [PATCH v2 2/2] regulator: Add support for stm32 power regulators Pascal PAILLET-LME
2019-04-15  9:57   ` Mark Brown

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).