summaryrefslogtreecommitdiffstats
path: root/sys/dev/gpio/gpioled.c
Commit message (Collapse)AuthorAgeFilesLines
* Set the pin to output on attach, we can't assume it already is.thompsa2010-11-081-0/+3
| | | | Reviewed by: gonzo
* Fix legal staff in GPIO sources:gonzo2010-09-291-10/+11
| | | | | | | | - license clause now contains "AUTHOR AND CONTRIBUTORS" instead of just "AUTHOR" - Add license/copyright to gpioc.c Spotted by: Edward Tomasz Napierala, Andrew Turner
* Initial GPIO bus support. Includes:gonzo2010-09-281-0/+142
- GPIO bus controller interface - GPIO bus interface - Implementation of GPIO led(4) compatible device - Implementation of iic(4) bus over GPIO (author: Luiz Otavio O Souza) Tested by: Luiz Otavio O Souza, Alexandr Rybalko
OpenPOWER on IntegriCloud