Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | leds: Teach leds-gpio to handle timer-unsafe GPIOs | David Brownell | 2007-07-15 |
| | | | | | | | | Teach the new leds-gpio driver that some GPIOs can't be accessed from timer callbacks ... which is how all today's standard triggers use them. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Richard Purdie <rpurdie@rpsys.net> | ||
* | leds: Add generic GPIO LED driver | Raphael Assenat | 2007-07-15 |
This patch adds support for GPIO connected leds via the new GPIO framework. Information about leds (gpio, polarity, name, default trigger) is passed to the driver via platform_data. Signed-off-by: Raphael Assenat <raph@8d.com> Signed-off-by: Richard Purdie <rpurdie@rpsys.net> |