]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita60ec60a4f3e5f7c6152e8e3e6f0756c669c7062
treeb051af5e54639c7467092485d865e0aaabb35df0
parent081ef54181a1ff0d2c7e189052277797ff8dd0dd
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