Re: [PATCH v5 07/12] regulator: axp20x: add support for AXP22X regulators

2015-03-10 Thread Mark Brown
On Tue, Mar 10, 2015 at 07:59:18PM +0800, Chen-Yu Tsai wrote: > From: Boris BREZILLON > > Add AXP22X regulator definitions and variant id associations. > This introduces a new "switch" type output for one of the regulators. > It is a switchable secondary output of one regulator, with the same > v

Re: [PATCH v5 07/12] regulator: axp20x: add support for AXP22X regulators

2015-03-10 Thread Mark Brown
On Tue, Mar 10, 2015 at 07:59:18PM +0800, Chen-Yu Tsai wrote: > From: Boris BREZILLON > > Add AXP22X regulator definitions and variant id associations. > This introduces a new "switch" type output for one of the regulators. > It is a switchable secondary output of one regulator, with the same > v

[PATCH v5 07/12] regulator: axp20x: add support for AXP22X regulators

2015-03-10 Thread Chen-Yu Tsai
From: Boris BREZILLON Add AXP22X regulator definitions and variant id associations. This introduces a new "switch" type output for one of the regulators. It is a switchable secondary output of one regulator, with the same voltage level as the primary output. Signed-off-by: Boris BREZILLON [w...