Files
u-boot-tk1-som/drivers
Bernhard Nortmann d375ebbcb6 add generic stubs for GPIO LEDs
For boards that support LEDs driven via GPIO (CONFIG_GPIO_LED),
it may be useful to have some generic stubs (wrapper functions)
for the "colored" LEDs.

This allows defining STATUS_LED_* values directly to GPIO numbers,
e.g.: #define STATUS_LED_GREEN	248 /* = PH24 */

To keep those optional, it's probably best to introduce an additional
configuration setting. I've chosen CONFIG_GPIO_LED_STUBS for that.
Placing the code in drivers/misc/gpio_led.c also ensures that it
automatically depends on CONFIG_GPIO_LED too.

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2015-10-23 12:15:28 -04:00
..
2015-09-02 21:28:23 -06:00
2015-09-11 17:15:32 -04:00
2015-10-22 14:22:22 -04:00
2015-04-10 14:23:23 +02:00
2015-10-23 12:15:28 -04:00
2015-05-26 14:13:12 +02:00
2015-10-21 20:47:40 -04:00
2015-10-12 12:56:32 -04:00
2015-10-23 07:37:03 +08:00
2015-10-23 07:37:03 +08:00