Re: [PATCH V1] fix da9052 volatile register definition ommissions

2014-02-03 Thread Lee Jones
> > > Three of the PMIC registers have some bits that are changed > > > autonomously by the PMIC itself (some time) after being set by some > > > component driver of the DA9052 PMIC and hence they need to be marked > > > as volatile so that the regmap API will not cache their values. > > >

RE: [PATCH V1] fix da9052 volatile register definition ommissions

2014-02-03 Thread Opensource [Anthony Olech]
> -Original Message- > From: Lee Jones [mailto:lee.jo...@linaro.org] > Sent: 03 February 2014 10:29 > To: Opensource [Anthony Olech] > Cc: Mark Brown; Samuel Ortiz; linux-kernel@vger.kernel.org; David Dajun > Chen > Subject: Re: [PATCH V1] fix da9052 volatile register

Re: [PATCH V1] fix da9052 volatile register definition ommissions

2014-02-03 Thread Lee Jones
> Three of the PMIC registers have some bits that are changed > autonomously by the PMIC itself (some time) after being set > by some component driver of the DA9052 PMIC and hence they > need to be marked as volatile so that the regmap API will > not cache their values. > > Signed-off-by: Anthony

Re: [PATCH V1] fix da9052 volatile register definition ommissions

2014-02-03 Thread Lee Jones
Three of the PMIC registers have some bits that are changed autonomously by the PMIC itself (some time) after being set by some component driver of the DA9052 PMIC and hence they need to be marked as volatile so that the regmap API will not cache their values. Signed-off-by: Anthony Olech

RE: [PATCH V1] fix da9052 volatile register definition ommissions

2014-02-03 Thread Opensource [Anthony Olech]
-Original Message- From: Lee Jones [mailto:lee.jo...@linaro.org] Sent: 03 February 2014 10:29 To: Opensource [Anthony Olech] Cc: Mark Brown; Samuel Ortiz; linux-kernel@vger.kernel.org; David Dajun Chen Subject: Re: [PATCH V1] fix da9052 volatile register definition ommissions

Re: [PATCH V1] fix da9052 volatile register definition ommissions

2014-02-03 Thread Lee Jones
Three of the PMIC registers have some bits that are changed autonomously by the PMIC itself (some time) after being set by some component driver of the DA9052 PMIC and hence they need to be marked as volatile so that the regmap API will not cache their values. Signed-off-by: Anthony