]> asedeno.scripts.mit.edu Git - linux.git/commit
regulator: of: Pass the regulator description in the match table
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Mon, 10 Nov 2014 13:43:54 +0000 (14:43 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 26 Nov 2014 18:58:14 +0000 (18:58 +0000)
commit75d6b2faf79cbe9086e831351d5d9085f1852928
tree15538806a5ea1a7e01e56fad62e73e97780a993b
parent072e78b12bf5182a3e2e460388214a291023ef1c
regulator: of: Pass the regulator description in the match table

Drivers can use the of_regulator_match() function to parse the regulator
init_data from DT. A match table is used to specify the name of the node
containing the regulators, the device node and to return the init_data
to the caller.

But also the static regulator descriptor is needed to correctly extract
some DT properties like the regulator initial and suspend modes. Use the
match table to pass that information.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/of_regulator.c
include/linux/regulator/of_regulator.h