index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
gpio
Age
Commit message (
Expand
)
Author
2007-06-05
Switch to rwlock(9)
Jonathan Gray
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2006-03-26
Don't allow to change gpio pin state if /dev/gpio was opened
Alexander Yurchenko
2006-03-04
Dallas 1-Wire bus support. Includes the following drivers:
Alexander Yurchenko
2006-01-20
Add support for driving SDA in push-pull + tri-state mode.
Alexander Yurchenko
2006-01-18
Check that SDA pin is able to read input.
Alexander Yurchenko
2006-01-17
Make it detachable.
Alexander Yurchenko
2006-01-15
Nit.
Alexander Yurchenko
2006-01-14
Add a comment.
Alexander Yurchenko
2006-01-14
Some improvements:
Alexander Yurchenko
2006-01-14
Add gpio_pin_caps() method to provide pin capabilities.
Alexander Yurchenko
2006-01-14
Support for I2C bus bit-banging through the GPIO pins.
Alexander Yurchenko
2006-01-05
Finish framework for attaching kernel drivers to the GPIO pins.
Alexander Yurchenko
2005-03-08
Cosmetics...
Thierry Deval
2004-11-23
Let gpio_detach() do something useful.
Alexander Yurchenko
2004-11-22
added detach function to support hotpluggable gpios.
Reyk Floeter
2004-09-15
Tweak in comment.
Alexander Yurchenko
2004-06-03
A framework for supporting various General Purpose Input/Output (GPIO)
Alexander Yurchenko