From: Javier Martinez Canillas Date: Mon, 10 Nov 2014 13:43:53 +0000 (+0100) Subject: regulator: of: Add regulator desc param to of_get_regulator_init_data() X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~23^2^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072e78b12bf5182a3e2e460388214a291023ef1c;p=pandora-kernel.git regulator: of: Add regulator desc param to of_get_regulator_init_data() The of_get_regulator_init_data() function is used to extract the regulator init_data but information on how to extract certain data is defined in the static regulator descriptor (e.g: how to map the hardware operating modes). Add a const struct regulator_desc * parameter to the function signature so the parsing logic could use the information in the struct regulator_desc. of_get_regulator_init_data() relies on of_get_regulation_constraints() to actually extract the init_data so it has to pass the struct regulator_desc but that is modified on a later patch. Signed-off-by: Javier Martinez Canillas Signed-off-by: Mark Brown --- Reading git-diff-tree failed