commit | 377b641ac84c573bcea06aec47f7ad1ba4047e1c | [log] [tgz] |
---|---|---|
author | Mike Looijmans <mike.looijmans@topic.nl> | Wed Jul 01 11:40:53 2015 +0200 |
committer | Sebastian Reichel <sre@kernel.org> | Fri Jul 24 16:52:24 2015 +0200 |
tree | d6170cd8ced052df6cad22faeb62d9ffb8d01f51 | |
parent | 325b50aa5d1c7dae57d1e44defdbacd1e2bcabde [diff] |
power/ltc2941-battery-gauge.c: Use the devicetree node name as supply name Make it possible to set the name of the supply from the devicetree. Like other power supply drivers just use the node name. This makes the code smaller as well, as it doesn't need to allocate memory to hold the name and allocate a unique ID. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Sebastian Reichel <sre@kernel.org>