Re: [PATCH 3/5] mfd: axp20x: Add support for the AXP808 PMIC

2017-02-03 Thread Rask Ingemann Lambertsen
On Thu, Feb 02, 2017 at 03:23:33PM +0800, Chen-Yu Tsai wrote: > On Fri, Jan 27, 2017 at 5:25 AM, Rask Ingemann Lambertsen > wrote: [...] > > diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c > > index 25115fe..2d3383e 100644 > > --- a/drivers/mfd/axp20x.c > > +++

Re: [PATCH 3/5] mfd: axp20x: Add support for the AXP808 PMIC

2017-02-03 Thread Rask Ingemann Lambertsen
On Thu, Feb 02, 2017 at 03:23:33PM +0800, Chen-Yu Tsai wrote: > On Fri, Jan 27, 2017 at 5:25 AM, Rask Ingemann Lambertsen > wrote: [...] > > diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c > > index 25115fe..2d3383e 100644 > > --- a/drivers/mfd/axp20x.c > > +++ b/drivers/mfd/axp20x.c

Re: [PATCH 3/5] mfd: axp20x: Add support for the AXP808 PMIC

2017-02-01 Thread Chen-Yu Tsai
On Fri, Jan 27, 2017 at 5:25 AM, Rask Ingemann Lambertsen wrote: > The X-Powers AXP808 is a PMIC which, like the very similar AXP806, is > used on boards featuring Allwinner's A80 SoC. Unlike the AXP806, it > doesn't support address space extension and its associated registers,

Re: [PATCH 3/5] mfd: axp20x: Add support for the AXP808 PMIC

2017-02-01 Thread Chen-Yu Tsai
On Fri, Jan 27, 2017 at 5:25 AM, Rask Ingemann Lambertsen wrote: > The X-Powers AXP808 is a PMIC which, like the very similar AXP806, is > used on boards featuring Allwinner's A80 SoC. Unlike the AXP806, it > doesn't support address space extension and its associated registers, > but the two are

[PATCH 3/5] mfd: axp20x: Add support for the AXP808 PMIC

2017-01-26 Thread Rask Ingemann Lambertsen
The X-Powers AXP808 is a PMIC which, like the very similar AXP806, is used on boards featuring Allwinner's A80 SoC. Unlike the AXP806, it doesn't support address space extension and its associated registers, but the two are otherwise identical (including the chip ID). This patch adds support for

[PATCH 3/5] mfd: axp20x: Add support for the AXP808 PMIC

2017-01-26 Thread Rask Ingemann Lambertsen
The X-Powers AXP808 is a PMIC which, like the very similar AXP806, is used on boards featuring Allwinner's A80 SoC. Unlike the AXP806, it doesn't support address space extension and its associated registers, but the two are otherwise identical (including the chip ID). This patch adds support for