This patch series finally bringing support for charging battery on Nokia N900 (RX-51) without any proprietary Nokia bits in userspace. I removed hook function from bq2415x_charger driver and replaced it by Jenny TC power_supply notifier code. This simplify usage of bq2415x driver and also allow adding DT support in future because driver does not need board specific function anymore (only static data). I tested this series with linux 3.12-rc5 on Nokia N900. Pali Rohár (3): power_supply: Add power_supply notifier bq2415x_charger: Use power_supply notifier for automode RX-51: Add platform data for bq24150a charger arch/arm/mach-omap2/board-rx51-peripherals.c | 17 +++++- drivers/power/bq2415x_charger.c | 77 ++++++++++++++++++++------ drivers/power/power_supply_core.c | 17 ++++++ include/linux/power/bq2415x_charger.h | 48 ++-------------- include/linux/power_supply.h | 10 ++++ 5 files changed, 108 insertions(+), 61 deletions(-) -- 1.7.9.5 -- 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