On Tue, Dec 27, 2011 at 06:06:27PM +0800, Ying-Chun Liu (PaulLiu) wrote:
> (2011年12月22日 19:33), Mark Brown wrote:
> >> +#include
> >> +#include
> > Why does your regulator driver need this? That suggests a layering
> > violation.
> Sorry, I'm not sure what does this mean.
> But if I want to a
(2011年12月22日 19:33), Mark Brown wrote:
>
>> +#include
>> +#include
>
> Why does your regulator driver need this? That suggests a layering
> violation.
>
Sorry, I'm not sure what does this mean.
But if I want to access regulator_constraints, shouldn't I include this
header file?
Yours Sincer
On Thu, Dec 22, 2011 at 11:33:38AM +, Mark Brown wrote:
> On Wed, Dec 21, 2011 at 05:03:31PM +0800, Ying-Chun Liu (PaulLiu) wrote:
> > + if (anatop_reg->rdata->control_reg) {
> > + val = anatop_reg->rdata->min_bit_val +
> > + (uv - reg->constraints->min_uV) / 2500
On Wed, Dec 21, 2011 at 05:03:31PM +0800, Ying-Chun Liu (PaulLiu) wrote:
> From: "Ying-Chun Liu (PaulLiu)"
>
> Anatop regulator driver is used by i.MX6 SoC. The regulator provides
> controlling the voltage of PU, CORE, SOC, and some devices. This patch
> adds the Anatop regulator driver.
It's st
From: "Ying-Chun Liu (PaulLiu)"
Anatop regulator driver is used by i.MX6 SoC. The regulator provides
controlling the voltage of PU, CORE, SOC, and some devices. This patch
adds the Anatop regulator driver.
Signed-off-by: Nancy Chen
Signed-off-by: Ying-Chun Liu (PaulLiu)
Cc: Mark Brown
Cc: Lia