Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let gpio_detach() do something useful. | 2004-11-23 | 1 | -2/+14 | |
| | | | | Tested by reyk@ on gpio@ath. | ||||
* | added detach function to support hotpluggable gpios. | 2004-11-22 | 1 | -2/+10 | |
| | | | | ok grange@ | ||||
* | Tweak in comment. | 2004-09-15 | 1 | -2/+2 | |
| | |||||
* | A framework for supporting various General Purpose Input/Output (GPIO) | 2004-06-03 | 1 | -0/+241 | |
devices. Such devices provide a set of pins that you can use to connect for example leds to it. The pins can be accessed either from userland through the /dev/gpio* device files or from the kernel drivers. The latter is necessary for implementing timing-sensitive things like i2c or 1-wire master controller. ok deraadt@ |