]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] SMDK6410: Request GPIOs for LCD power control
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 8 Apr 2009 15:12:35 +0000 (16:12 +0100)
committerBen Dooks <ben-linux@fluff.org>
Wed, 15 Apr 2009 13:46:03 +0000 (14:46 +0100)
commit7c6663ad1243ee33e60c42a8a678f7a20dcbb38c
tree8576a269de095b2a5b4f86103adf12ed2c653e10
parent7ef82ee11c906787b7dfe47cc0756e272b31dc8f
[ARM] SMDK6410: Request GPIOs for LCD power control

Going forward gpio_request() will be a requirement for GPIO API users so
call it for the LCD power GPIOs. With present code the kernel functions
but generaets loud WARN_ON()s when using the unrequested GPIOs.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6410/mach-smdk6410.c