Hi all, The following series add initial support for tps65217 battery charger. Changes since v1: - Requested by Sebastian Reichel - Set prev_ac_online at the beginning of the tps56217_charger_irq() - Use devm_power_supply_register call. - Fix style problems reported by checkpatch.pl --strict Best regards, Enric Balletbo i Serra (2): devicetree: Add TPS65217 charger binding. power_supply: Add support for tps65217-charger. .../bindings/power_supply/tps65217_charger.txt | 12 + drivers/power/Kconfig | 7 + drivers/power/Makefile | 1 + drivers/power/tps65217_charger.c | 267 +++++++++++++++++++++ 4 files changed, 287 insertions(+) create mode 100644 Documentation/devicetree/bindings/power_supply/tps65217_charger.txt create mode 100644 drivers/power/tps65217_charger.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html