This patch series compose of 2 patches. First patch, updates max8998 charger driver, so it's possible to parse devicetree for configuration. Second patch, updates max8998 documentation, so it includes new node and properties, needed for charger. Patches has been tested on, Samsung Galaxy S (i9000) phone. Changes from v3: - Property prefix should be maxim, not max8998 - Changed property name to more meaning full - Describe what End of Charge in percent means Changes from v2: - Make charge-restart-level-microvolt and charge-timeout-hours properties optional. If they're not present, assume they're disabled. Changes from v1: - Removed unneeded Fixes tag - Correct description of all charger values - Added missing property unit for charger properties - Removed already applied patch Paweł Chmiel (2): power: supply: max8998-charger: Parse device tree for required data. dt-bindings: mfd: max8998: Add charger subnode binding .../devicetree/bindings/mfd/max8998.txt | 26 ++++++++ drivers/power/supply/max8998_charger.c | 60 +++++++++++++++++++ 2 files changed, 86 insertions(+) -- 2.17.1