Re: [PATCH] mfd: axp20x: Mark axp288 CHRG_BAK_CTRL register volatile

2018-01-02 Thread Lee Jones
On Fri, 22 Dec 2017, Hans de Goede wrote: > The input current limit bits get updated by the charger detection logic, > so we should not cache the contents of this register. > > Signed-off-by: Hans de Goede > --- > drivers/mfd/axp20x.c | 1 + > 1 file changed, 1

Re: [PATCH] mfd: axp20x: Mark axp288 CHRG_BAK_CTRL register volatile

2018-01-02 Thread Lee Jones
On Fri, 22 Dec 2017, Hans de Goede wrote: > The input current limit bits get updated by the charger detection logic, > so we should not cache the contents of this register. > > Signed-off-by: Hans de Goede > --- > drivers/mfd/axp20x.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks.

Re: [PATCH] mfd: axp20x: Mark axp288 CHRG_BAK_CTRL register volatile

2017-12-25 Thread Chen-Yu Tsai
On Fri, Dec 22, 2017 at 8:35 PM, Hans de Goede wrote: > The input current limit bits get updated by the charger detection logic, > so we should not cache the contents of this register. > > Signed-off-by: Hans de Goede Reviewed-by: Chen-Yu Tsai

Re: [PATCH] mfd: axp20x: Mark axp288 CHRG_BAK_CTRL register volatile

2017-12-25 Thread Chen-Yu Tsai
On Fri, Dec 22, 2017 at 8:35 PM, Hans de Goede wrote: > The input current limit bits get updated by the charger detection logic, > so we should not cache the contents of this register. > > Signed-off-by: Hans de Goede Reviewed-by: Chen-Yu Tsai

[PATCH] mfd: axp20x: Mark axp288 CHRG_BAK_CTRL register volatile

2017-12-22 Thread Hans de Goede
The input current limit bits get updated by the charger detection logic, so we should not cache the contents of this register. Signed-off-by: Hans de Goede --- drivers/mfd/axp20x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/axp20x.c

[PATCH] mfd: axp20x: Mark axp288 CHRG_BAK_CTRL register volatile

2017-12-22 Thread Hans de Goede
The input current limit bits get updated by the charger detection logic, so we should not cache the contents of this register. Signed-off-by: Hans de Goede --- drivers/mfd/axp20x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index