All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] power: regulator: add driver for ANATOP regulator
@ 2021-03-23 13:48 Ying-Chun Liu
  2021-03-23 13:48 ` [PATCH v2 1/2] " Ying-Chun Liu
  2021-03-23 13:48 ` [PATCH v2 2/2] doc: device-tree-bindings: regulator: anatop regulator Ying-Chun Liu
  0 siblings, 2 replies; 6+ messages in thread
From: Ying-Chun Liu @ 2021-03-23 13:48 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

 .../regulator/fsl,anatop-regulator.txt        |  45 +++
 drivers/power/regulator/Kconfig               |  10 +
 drivers/power/regulator/Makefile              |   1 +
 drivers/power/regulator/anatop_regulator.c    | 299 ++++++++++++++++++
 4 files changed, 355 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 13:48 [PATCH v2 0/2] power: regulator: add driver for ANATOP regulator Ying-Chun Liu
2021-03-23 13:48 ` [PATCH v2 1/2] " Ying-Chun Liu
2021-03-23 15:06   ` Sean Anderson
2021-03-24  2:01     ` Ying-Chun Liu
2021-03-25 14:20       ` Sean Anderson
2021-03-23 13:48 ` [PATCH v2 2/2] doc: device-tree-bindings: regulator: anatop regulator Ying-Chun Liu

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.