Re: [RFC PATCH 1/3] mfd: AXP22x: add support for APX221 PMIC

2014-05-23 Thread Lee Jones
> > This patch introduces preliminary support for the X-Powers AXP221 PMIC. > > The AXP221 is typically used on boards using Allwinner's A31 SoC. > > > > At the moment, this driver only exposes regulator devices, but other > > subdevices. > > > > Signed-off-by: Boris BRE

Re: [RFC PATCH 1/3] mfd: AXP22x: add support for APX221 PMIC

2014-05-23 Thread Boris BREZILLON
Hello Lee On 20/05/2014 09:48, Lee Jones wrote: > This patch introduces preliminary support for the X-Powers AXP221 PMIC. > The AXP221 is typically used on boards using Allwinner's A31 SoC. > > At the moment, this driver only exposes regulator devices, but other > subdevices. >>

Re: [RFC PATCH 1/3] mfd: AXP22x: add support for APX221 PMIC

2014-05-20 Thread Hans de Goede
Hi, On 05/19/2014 07:45 PM, Boris BREZILLON wrote: > Hello Lee, > > On 19/05/2014 19:28, Lee Jones wrote: >>> This patch introduces preliminary support for the X-Powers AXP221 PMIC. >>> The AXP221 is typically used on boards using Allwinner's A31 SoC. >>> >>> At the moment, this driver only expos

Re: [RFC PATCH 1/3] mfd: AXP22x: add support for APX221 PMIC

2014-05-20 Thread Lee Jones
> >>> This patch introduces preliminary support for the X-Powers AXP221 PMIC. > >>> The AXP221 is typically used on boards using Allwinner's A31 SoC. > >>> > >>> At the moment, this driver only exposes regulator devices, but other > >>> subdevices. > >>> > >>> Signed-off-by: Boris BREZILLON > >>>

Re: [RFC PATCH 1/3] mfd: AXP22x: add support for APX221 PMIC

2014-05-19 Thread Boris BREZILLON
Hello Lee, On 19/05/2014 19:28, Lee Jones wrote: >> This patch introduces preliminary support for the X-Powers AXP221 PMIC. >> The AXP221 is typically used on boards using Allwinner's A31 SoC. >> >> At the moment, this driver only exposes regulator devices, but other >> subdevices. >> >> Signed-of

Re: [RFC PATCH 1/3] mfd: AXP22x: add support for APX221 PMIC

2014-05-19 Thread Lee Jones
> This patch introduces preliminary support for the X-Powers AXP221 PMIC. > The AXP221 is typically used on boards using Allwinner's A31 SoC. > > At the moment, this driver only exposes regulator devices, but other > subdevices. > > Signed-off-by: Boris BREZILLON > --- > drivers/mfd/Kconfig

[RFC PATCH 1/3] mfd: AXP22x: add support for APX221 PMIC

2014-05-15 Thread Boris BREZILLON
This patch introduces preliminary support for the X-Powers AXP221 PMIC. The AXP221 is typically used on boards using Allwinner's A31 SoC. At the moment, this driver only exposes regulator devices, but other subdevices. Signed-off-by: Boris BREZILLON --- drivers/mfd/Kconfig| 12 +++ dri