commit | d47c1e4b2f51e81683b087480401b9b42b2a58fd | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Mon Mar 05 19:05:55 2018 +0100 |
committer | Sebastian Reichel <sre@kernel.org> | Fri Mar 09 16:50:28 2018 +0100 |
tree | 63fecd49162f059fb2de36cc9075a0ac31d922d5 | |
parent | f5fec4cc2949421af74bdd005abd99fcbaf9d0d7 [diff] |
power: supply: gpio-charger: Remove pdata from gpio_charger Platform data are now used only during probe time, so remove them from gpio_charger structure and consolidate probing function accordingly. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> [Replace of_property_read_string with dev_property_read_string] Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>