Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the pin to output on attach, we can't assume it already is. | thompsa | 2010-11-08 | 1 | -0/+3 |
| | | | | Reviewed by: gonzo | ||||
* | Fix legal staff in GPIO sources: | gonzo | 2010-09-29 | 1 | -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: | gonzo | 2010-09-28 | 1 | -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 |