Re: [PATCH V2] regulator: da9061/62: Adjust LDO voltage selection minimum value

2019-06-19 Thread Felix Riemann
Hi Steve, > > I have taken your previous patch, fixed the whitespace like we discussed > and updated the commit message to add more details. Also, I have > simplified your original patch slightly by using a single define in the > include file instead of repeating the same value for each LDO[1-4].

AW: [PATCH] regulator: da9062: Adjust LDO voltage selection minimum value

2019-06-18 Thread Felix Riemann
Twiss Gesendet: Donnerstag, 13. Juni 2019 16:00 An: Felix Riemann ; linux-kernel@vger.kernel.org Cc: lee.jo...@linaro.org; broo...@kernel.org; lgirdw...@gmail.com; Support Opensource Betreff: RE: [PATCH] regulator: da9062: Adjust LDO voltage selection minimum value Hi Felix, On 13 June 2019 14:02

[PATCH] regulator: da9062: Adjust LDO voltage selection minimum value

2019-06-13 Thread Felix Riemann
According to the datasheet the LDO's voltage selection registers have a minimum value of 0x2. This offset was not observed by the driver, causing the LDO output being two steps (= 0.1V) lower than requested. Signed-off-by: Felix Riemann --- drivers/regulator/da9062-regulator.c