[PATCH 0/4] Implement device tree support for ab8500 BM Devices

2012-11-22 Thread Rajanikanth H.V
From: "Rajanikanth H.V" This patch-set adds device tree binding for ab8500 battery-managed devices. Removes the redundant platform structure maintained across bm devices and implements common DT probe routine across all the modules. Test status: a) Tested across 'legacy platform data' and DT bin

Re: [PATCH 0/4] Implement device tree support for ab8500 BM Devices

2012-11-18 Thread Anton Vorontsov
On Mon, Nov 19, 2012 at 09:28:59AM +0530, Rajanikanth HV wrote: > > FWIW, I fixed these warnings. > > > > CHECK drivers/power/ab8500_bmdata.c > > drivers/power/ab8500_bmdata.c:146:23: warning: symbol > > 'temp_to_batres_tbl_thermistor' was not declared. Should it be static? > > drivers/power/a

Re: [PATCH 0/4] Implement device tree support for ab8500 BM Devices

2012-11-18 Thread Rajanikanth HV
> On 19 November 2012 09:16, Anton Vorontsov wrote: > (But I'm bouncing the patches to Samuel and Mark anyway, jfyi.) > > p.s. > > FWIW, I fixed these warnings. > > CHECK drivers/power/ab8500_bmdata.c > drivers/power/ab8500_bmdata.c:146:23: warning: symbol > 'temp_to_batres_tbl_thermistor' wa

Re: [PATCH 0/4] Implement device tree support for ab8500 BM Devices

2012-11-18 Thread Anton Vorontsov
On Wed, Oct 31, 2012 at 03:40:29PM +, Rajanikanth H.V wrote: > From: "Rajanikanth H.V" > > This patch-set adds device tree binding for ab8500 battery-managed > devices. Removes the redundant platform structure maintained > across bm devices and implements common DT probe routine across all th

[PATCH 0/4] Implement device tree support for ab8500 BM Devices

2012-10-31 Thread Rajanikanth H.V
From: "Rajanikanth H.V" This patch-set adds device tree binding for ab8500 battery-managed devices. Removes the redundant platform structure maintained across bm devices and implements common DT probe routine across all the modules. Test status: a) Tested across 'legacy platform data' and DT bin