Re: [PATCH v3] regulator: Versatile Express regulator driver

2012-10-11 Thread Mark Brown
On Mon, Sep 24, 2012 at 06:56:54PM +0100, Pawel Moll wrote: > Implementation of the regulator framework driver for the > Versatile Express voltage control. Devices without > voltage constraints (ie. "regulator-[min|max]-microvolt" > properties in the DT node) are treated as fixed (or rather >

Re: [PATCH v3] regulator: Versatile Express regulator driver

2012-10-11 Thread Mark Brown
On Mon, Sep 24, 2012 at 06:56:54PM +0100, Pawel Moll wrote: Implementation of the regulator framework driver for the Versatile Express voltage control. Devices without voltage constraints (ie. regulator-[min|max]-microvolt properties in the DT node) are treated as fixed (or rather read-only)

[PATCH v3] regulator: Versatile Express regulator driver

2012-09-24 Thread Pawel Moll
Implementation of the regulator framework driver for the Versatile Express voltage control. Devices without voltage constraints (ie. "regulator-[min|max]-microvolt" properties in the DT node) are treated as fixed (or rather read-only) regulators. Signed-off-by: Pawel Moll ---

[PATCH v3] regulator: Versatile Express regulator driver

2012-09-24 Thread Pawel Moll
Implementation of the regulator framework driver for the Versatile Express voltage control. Devices without voltage constraints (ie. regulator-[min|max]-microvolt properties in the DT node) are treated as fixed (or rather read-only) regulators. Signed-off-by: Pawel Moll pawel.m...@arm.com ---