[PATCH 1/2] ab8500: remove explicit handling of battery type

2012-12-03 Thread Rajanikanth H.V
From: "Rajanikanth H.V" dt property, 'battery-type' shall be one of supported technology type instead blank. refer:Documentation/devicetree/bindings/power_supply/ab8500/fg.txt for the list of supported types thanks to Francesco Lavra for highlighting missing of_node_pu

[PATCH 2/2] ab8500: promote ab8500_fg probe before ab8500_btemp probe

2012-12-03 Thread Rajanikanth H.V
From: "Rajanikanth H.V" ab8500_fg driver prepares instance list of fuelgauge which is required by btemp driver for battery identification. So make sure that ab8500 fuelgauge list is ready before btemp driver starts. for '3.7-rc5': of git://git.infradead.org/battery-2.6.git

[PATCH] ab8500: remove explicit handling of battery type

2012-11-28 Thread Rajanikanth H.V
From: "Rajanikanth H.V" property, battery-type shall be one of supported technology type instead blank - refer: Documentation/devicetree/bindings/power_supply/ab8500/fg.txt for the list supported types - this patch appends to ab8500 bm devs DT binding patch set ref:

[PATCH 4/4] mfd: ab8500: add devicetree support for chargalg

2012-11-22 Thread Rajanikanth H.V
From: "Rajanikanth H.V" This patch adds device tree support for charging algorithm driver Signed-off-by: Rajanikanth H.V --- .../bindings/power_supply/ab8500/chargalg.txt | 16 ++ arch/arm/boot/dts/dbx5x0.dtsi |5 ++ drivers/mfd/ab8

[PATCH 1/4] mfd: ab8500: add devicetree support for fuelgauge

2012-11-22 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 assign

[PATCH 2/4] mfd: ab8500: add devicetree support for btemp

2012-11-22 Thread Rajanikanth H.V
From: "Rajanikanth H.V" This patch adds device tree support for battery-temperature-monitor driver Signed-off-by: Rajanikanth H.V --- Documentation/devicetree/bindings/mfd/ab8500.txt |6 ++ .../bindings/power_supply/ab8500/btemp.txt | 16 + arch/arm/boot/dts/d

[PATCH 3/4] mfd: ab8500: add devicetree support for charger

2012-11-22 Thread Rajanikanth H.V
From: "Rajanikanth H.V" This patch adds device tree support for ab8500-charger driver Signed-off-by: Rajanikanth H.V --- Documentation/devicetree/bindings/mfd/ab8500.txt | 14 .../bindings/power_supply/ab8500/charger.txt | 25 +++ arch/arm/boot/dts/d

[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 platfo

[PATCH 1/4] mfd: ab8500: add devicetree support for fuelgauge

2012-10-31 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 assign

[PATCH 4/4] mfd: ab8500: add devicetree support for chargalg

2012-10-31 Thread Rajanikanth H.V
From: "Rajanikanth H.V" This patch adds device tree support for charging algorithm driver Signed-off-by: Rajanikanth H.V --- .../bindings/power_supply/ab8500/chargalg.txt | 16 ++ arch/arm/boot/dts/dbx5x0.dtsi |5 ++ drivers/mfd/ab8

[PATCH 3/4] mfd: ab8500: add devicetree support for charger

2012-10-31 Thread Rajanikanth H.V
From: "Rajanikanth H.V" This patch adds device tree support for ab8500-charger driver Signed-off-by: Rajanikanth H.V --- Documentation/devicetree/bindings/mfd/ab8500.txt | 14 .../bindings/power_supply/ab8500/charger.txt | 25 +++ arch/arm/boot/dts/d

[PATCH 2/4] mfd: ab8500: add devicetree support for btemp

2012-10-31 Thread Rajanikanth H.V
From: "Rajanikanth H.V" This patch adds device tree support for battery-temperature-monitor driver Signed-off-by: Rajanikanth H.V --- Documentation/devicetree/bindings/mfd/ab8500.txt |6 ++ .../bindings/power_supply/ab8500/btemp.txt | 16 + arch/arm/boot/dts/d

[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 platfo