Re: [PATCH 39/46] power: tosa: simplify probe function

2019-10-19 Thread Sebastian Reichel
Hi Arnd, On Fri, Oct 18, 2019 at 05:41:54PM +0200, Arnd Bergmann wrote: > We have three power supplies that need similar initialization. > As a preparation for the gpio lookup table conversion, split > out the initialization into a separate function. > > Cc: Sebastian Reichel > Cc:

[PATCH 39/46] power: tosa: simplify probe function

2019-10-18 Thread Arnd Bergmann
We have three power supplies that need similar initialization. As a preparation for the gpio lookup table conversion, split out the initialization into a separate function. Cc: Sebastian Reichel Cc: linux...@vger.kernel.org Signed-off-by: Arnd Bergmann --- drivers/power/supply/tosa_battery.c |