summaryrefslogtreecommitdiffstats
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2014-11-10 14:43:54 +0100
committerMark Brown <broonie@kernel.org>2014-11-26 18:58:14 +0000
commit75d6b2faf79cbe9086e831351d5d9085f1852928 (patch)
tree15538806a5ea1a7e01e56fad62e73e97780a993b /include/linux/regulator
parent072e78b12bf5182a3e2e460388214a291023ef1c (diff)
downloadop-kernel-dev-75d6b2faf79cbe9086e831351d5d9085f1852928.zip
op-kernel-dev-75d6b2faf79cbe9086e831351d5d9085f1852928.tar.gz
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>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r--include/linux/regulator/of_regulator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/of_regulator.h b/include/linux/regulator/of_regulator.h
index 8d1d136..763953f 100644
--- a/include/linux/regulator/of_regulator.h
+++ b/include/linux/regulator/of_regulator.h
@@ -13,6 +13,7 @@ struct of_regulator_match {
void *driver_data;
struct regulator_init_data *init_data;
struct device_node *of_node;
+ const struct regulator_desc *desc;
};
#if defined(CONFIG_OF)
OpenPOWER on IntegriCloud