Hi all, The following series add initial support for tps65217 battery charger. This series is a first attempt and will have mistake so all comments and suggestions are welcomed. Best regards, Enric Balletbo i Serra (3): devicetree: Add TPS65217 charger binding. power_supply: Add support for tps65217-charger. mfd: Add battery charger as subdevice to the tps65217. .../bindings/power_supply/tps65217_charger.txt | 12 + drivers/mfd/tps65217.c | 4 + drivers/power/Kconfig | 7 + drivers/power/Makefile | 1 + drivers/power/tps65217_charger.c | 269 +++++++++++++++++++++ 5 files changed, 293 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