Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-16 | leds: Teach leds-gpio to handle timer-unsafe GPIOs | David Brownell | |
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> | |||
2007-07-16 | leds: Add generic GPIO LED driver | Raphael Assenat | |
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> |