Re: [PATCH] power: supply: sbs-battery: simplify DT parsing

2016-09-19 Thread Phil Reid
G'day Arnd, Sorry for the delay. Been distracted and just catching up on mail I was just getting back to implementing basically this same thing as requested by Sebastian when I saw your change. Couple of comments below, I haven't tested it. On 6/09/2016 21:16, Arnd Bergmann wrote: After the

Re: [PATCH] power: supply: sbs-battery: simplify DT parsing

2016-09-07 Thread Sebastian Reichel
Hi, On Wed, Sep 07, 2016 at 09:58:10AM +0200, Arnd Bergmann wrote: > On Wednesday, September 7, 2016 1:55:23 AM CEST Sebastian Reichel wrote: > > > > Patch looks fine to me. Actually I already asked Phil to > > implement your change [0]. I just queued it to power-supply's > > for-next branch. > >

Re: [PATCH] power: supply: sbs-battery: simplify DT parsing

2016-09-07 Thread Arnd Bergmann
On Wednesday, September 7, 2016 1:55:23 AM CEST Sebastian Reichel wrote: > > Patch looks fine to me. Actually I already asked Phil to > implement your change [0]. I just queued it to power-supply's > for-next branch. > > [0] https://marc.info/?l=linux-pm&m=147273382018953&w=2 Glad to see we had

Re: [PATCH] power: supply: sbs-battery: simplify DT parsing

2016-09-06 Thread Sebastian Reichel
Hi Arnd, On Tue, Sep 06, 2016 at 03:16:33PM +0200, Arnd Bergmann wrote: > After the change to use the gpio descriptor interface, we get a warning if > -Wmaybe-uninitialized is added back to the build flags (it is currently > disabled: > > drivers/power/supply/sbs-battery.c: In function 'sbs_probe