Re: [PATCH] mfd: ab8500: add devicetree support for fuelgauge

2012-10-23 Thread Francesco Lavra
Hi, On 10/23/2012 11:20 AM, Rajanikanth HV wrote: >>> diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c >>> index bf02225..ff64dd4 100644 >>> --- a/drivers/power/ab8500_fg.c >>> +++ b/drivers/power/ab8500_fg.c >>> @@ -22,15 +22,16 @@ > [...] >>> >>> #define MILLI_TO_MICRO

Re: [PATCH] mfd: ab8500: add devicetree support for fuelgauge

2012-10-20 Thread Francesco Lavra
Hi Rajanikanth, On 10/16/2012 05:36 AM, Rajanikanth H.V wrote: > From: "Rajanikanth H.V" > > - This patch adds device tree support for fuelgauge driver > - optimize bm devices platform_data usage and of_probe(...) > Note: of_probe() routine for battery managed devices is made > common across

[PATCH] mfd: ab8500: add devicetree support for fuelgauge

2012-10-15 Thread Rajanikanth H . V
From: "Rajanikanth H.V" - This patch adds device tree support for fuelgauge driver - optimize bm devices platform_data usage and of_probe(...) Note: of_probe() routine for battery managed devices is made common across all bm drivers. - test status: - interrupt numbers assigned differs betwe