As we are heading towards kernel charger manager soulutions and few are already in mainaline and few are in pipeline. It makes sense have uniform low level driver support independent of charger manager frameworks.
This patchset add the neccessary changes to power supply class to make charger drivers usable with charger managers. And also enables charegr manager to use power supply drivers for charge controls. Ramakrishna Pallala (2): power_supply: Add charge control struct in power supply class charger_manager: Enable power supply driver support for charge controls drivers/power/Kconfig | 6 ++ drivers/power/charger-manager.c | 23 +++++---- drivers/power/power_supply_core.c | 18 +++++++ include/linux/power/charger-manager.h | 84 +++++++++++++++++++++++++++++++++ include/linux/power_supply.h | 26 ++++++++++ 5 files changed, 146 insertions(+), 11 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/