]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: axp20x: Migrate to regulator core's simplified DT parsing code
authorChen-Yu Tsai <wens@csie.org>
Fri, 9 Jan 2015 16:23:44 +0000 (00:23 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 9 Jan 2015 17:12:58 +0000 (17:12 +0000)
commit765e8023251d3366b959f2e77e5ed48c597d57a0
treedc5c8bdb445d69f91f59fe5768b18a098a2ef606
parent880fe82dc555c514b5b4b14642f397afddd82860
regulator: axp20x: Migrate to regulator core's simplified DT parsing code

A common simplified DT parsing code for regulators was introduced in
commit a0c7b164ad11 ("regulator: of: Provide simplified DT parsing
method"). This is very similar to our own code, so get rid of ours
and use the common code.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/axp20x-regulator.c