]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
power/ltc2941-battery-gauge.c: Use the devicetree node name as supply name
authorMike Looijmans <mike.looijmans@topic.nl>
Wed, 1 Jul 2015 09:40:53 +0000 (11:40 +0200)
committerSebastian Reichel <sre@kernel.org>
Fri, 24 Jul 2015 14:52:24 +0000 (16:52 +0200)
commit377b641ac84c573bcea06aec47f7ad1ba4047e1c
treed6170cd8ced052df6cad22faeb62d9ffb8d01f51
parent325b50aa5d1c7dae57d1e44defdbacd1e2bcabde
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>
drivers/power/ltc2941-battery-gauge.c