]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
gpio_led: add gpio_request to __led_init
authorThomas Chou <thomas@wytron.com.tw>
Wed, 9 Jun 2010 05:32:46 +0000 (13:32 +0800)
committerScott McNutt <smcnutt@psyent.com>
Mon, 12 Jul 2010 15:30:52 +0000 (11:30 -0400)
commitec3b4981923396ba43f3b173eeffda60123e8d9d
tree1f8132b848942630e59d5e14c66d62a0b3259ec2
parent6db6c18b5074f959882bb199c850359ded54778f
gpio_led: add gpio_request to __led_init

This patch adds the gpio usage request. The polarity is changed to
positive as suggested by Mike Frysinger.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
drivers/misc/gpio_led.c