Re: [PATCH v13] Regulator: Add Anatop regulator driver

2012-03-22 Thread Shawn Guo
On Thu, Mar 22, 2012 at 02:49:36PM +0800, Ying-Chun Liu (PaulLiu) wrote: ... > Ouch. I'll prepare a separate patch to add back the documentation. > I just gave a quick testing on the driver with the dts change you posted on imx6. There is some little problem we may need to address. prom_parse: B

Re: [PATCH v13] Regulator: Add Anatop regulator driver

2012-03-21 Thread Ying-Chun Liu (PaulLiu)
(2012年03月22日 13:24), Shawn Guo wrote: > On Wed, Mar 14, 2012 at 10:29:12AM +0800, Ying-Chun Liu (PaulLiu) wrote: >> From: "Ying-Chun Liu (PaulLiu)" >> >> Anatop is an integrated regulator inside i.MX6 SoC. >> There are 3 digital regulators which controls PU, CORE (ARM), and SOC. >> And 3 analog re

Re: [PATCH v13] Regulator: Add Anatop regulator driver

2012-03-21 Thread Shawn Guo
On Wed, Mar 14, 2012 at 10:29:12AM +0800, Ying-Chun Liu (PaulLiu) wrote: > From: "Ying-Chun Liu (PaulLiu)" > > 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).

Re: [PATCH v13] Regulator: Add Anatop regulator driver

2012-03-14 Thread Mark Brown
On Wed, Mar 14, 2012 at 10:29:12AM +0800, Ying-Chun Liu (PaulLiu) wrote: > From: "Ying-Chun Liu (PaulLiu)" > > 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).

[PATCH v13] Regulator: Add Anatop regulator driver

2012-03-13 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" 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 Signed-of