This patchset support DT(Device Tree) to get platform data for charger desc structure from dts file and use IIO(Industrial I/O) subsystem to read ADC value of battery temperature instead of using legacy method. Chanwoo Choi (4): charger-manager: Support DT to get platform data for charger_desc charger-manager: Use IIO subsystem to read battery temperature instead of legacy method charger-manager: Add device tree binding for charger-manager charger-manager: Remove build warning fo unused variable .../devicetree/bindings/power/charger-manager.txt | 106 ++++++ drivers/power/Kconfig | 1 + drivers/power/charger-manager.c | 379 ++++++++++++++++++++- include/linux/power/charger-manager.h | 25 +- 4 files changed, 493 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/power/charger-manager.txt -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html