regulator: core: convert to use gpio_desc internally
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Jun 2014 16:55:54 +0000 (17:55 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 30 Jun 2014 10:00:07 +0000 (11:00 +0100)
commit778b28b4348af9c72bb5ac0dc129363a706325ef
treeb051af5e54639c7467092485d865e0aaabb35df0
parent7171511eaec5bf23fb06078f59784a3a0626b38f
regulator: core: convert to use gpio_desc internally

Convert the regulator GPIO handling to use a gpio descriptor rather than
numbers.  This allows us to revise the interfaces to permit all GPIOs
to be used with the regulator core.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/core.c