[PATCH v13] Regulator: Add Anatop regulator driver
From: Shawn Guo <hidden>
Date: 2012-03-22 05:25:10
Also in:
lkml
On Wed, Mar 14, 2012 at 10:29:12AM +0800, Ying-Chun Liu (PaulLiu) wrote:
From: "Ying-Chun Liu (PaulLiu)" <redacted> 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. Signed-off-by: Nancy Chen <redacted> Signed-off-by: Ying-Chun Liu (PaulLiu) <redacted> Acked-by: Shawn Guo <redacted> Reviewed-by: Axel Lin <redacted> Cc: Mark Brown <redacted> Cc: Liam Girdwood <redacted> Cc: Samuel Ortiz <redacted> Cc: Jean-Christophe PLAGNIOL-VILLARD <redacted> --- drivers/regulator/Kconfig | 8 + drivers/regulator/Makefile | 1 + drivers/regulator/anatop-regulator.c | 241 ++++++++++++++++++++++++++++++++++ 3 files changed, 250 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/anatop-regulator.c
I just noticed that the binding document below got lost since v11 of the series. Documentation/devicetree/bindings/regulator/anatop-regulator.txt It got lost by mistaken or you dropped it for some reason? -- Regards, Shawn