public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v5 0/2] power: regulator: add driver for ANATOP regulator
@ 2021-03-27 13:46 Ying-Chun Liu
  2021-03-27 13:46 ` [PATCH v5 1/2] " Ying-Chun Liu
  2021-03-27 13:46 ` [PATCH v5 2/2] doc: device-tree-bindings: regulator: anatop regulator Ying-Chun Liu
  0 siblings, 2 replies; 7+ messages in thread
From: Ying-Chun Liu @ 2021-03-27 13:46 UTC (permalink / raw)
  To: u-boot

From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>

Anatop is an integrated regulator inside i.MX6 SoC.
There are 3 digital regulators which controls PU, CORE (ARM), and SOC.
And 3 analog regulators which controls 1P1, 2P5, 3P0 (USB).
This patch adds the Anatop regulator driver.

Ying-Chun Liu (PaulLiu) (2):
  power: regulator: add driver for ANATOP regulator
  doc: device-tree-bindings: regulator: anatop regulator

v2: add functions for set selector and delay. Define ANATOP_REGULATOR_STEP
v3: add vin-supply. move regmap retrival to probe
v4: check control_reg and return -ENOSYS if error. check vin-supply error
v5: fix typo "wrie" -> "write"

 .../regulator/fsl,anatop-regulator.txt        |  45 +++
 drivers/power/regulator/Kconfig               |  10 +
 drivers/power/regulator/Makefile              |   1 +
 drivers/power/regulator/anatop_regulator.c    | 278 ++++++++++++++++++
 4 files changed, 334 insertions(+)
 create mode 100644 doc/device-tree-bindings/regulator/fsl,anatop-regulator.txt
 create mode 100644 drivers/power/regulator/anatop_regulator.c

-- 
2.30.2

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

end of thread, other threads:[~2021-04-20 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-27 13:46 [PATCH v5 0/2] power: regulator: add driver for ANATOP regulator Ying-Chun Liu
2021-03-27 13:46 ` [PATCH v5 1/2] " Ying-Chun Liu
2021-03-28 23:01   ` Jaehoon Chung
2021-04-20 14:20   ` Tom Rini
2021-03-27 13:46 ` [PATCH v5 2/2] doc: device-tree-bindings: regulator: anatop regulator Ying-Chun Liu
2021-03-28 23:02   ` Jaehoon Chung
2021-04-20 14:20   ` Tom Rini

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