index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
gpio
/
gpiovar.h
Age
Commit message (
Expand
)
Author
2018-05-19
Overhaul of GPIO interrupt support (that wasn't even used by anything).
thorpej
2017-07-06
Let the controller provide a default name for pins. This makes pins easier
jmcneill
2016-05-11
As proposed in
bouyer
2011-11-13
Remove software pulsing in gpio(4), this functionality is now provided
mbalmer
2011-10-02
Add a ga_flags field to the gpio_attach structure to hand driver
mbalmer
2011-08-31
Remove what I committed accidentally...
mbalmer
2011-08-28
Add a new ioctl, GPIOPULSE to gpio(4) to allow for pulsing a pin.
mbalmer
2011-08-12
gpio(4) and gpiosim(4) can now be built and used as modules. While here,
mbalmer
2009-08-21
Before trying to attach a child device driver, make sure the GPIO pins can
mbalmer
2009-07-25
Use device_t instead of struct device * per cegger's request.
mbalmer
2009-07-25
Rework the GPIO framework. Tie it to the kauth(9) framework to control
mbalmer
2008-06-24
Both legs of a diagraph must return the same type.
gmcgarry
2008-05-27
#include <sys/device.h> for device_t definition.
dyoung
2008-04-29
gpio(4): Extend with open/close to request/release the ppbus(4) on open/close.
cegger
2006-02-20
Flesh out the framework for attaching drivers to the GPIO pins.
riz
2005-12-11
merge ktrace-lwp.
christos
2005-10-11
-kill gba_name in attach arg
drochner
2005-09-27
Import general purpose I/O framework from OpenBSD.
jmcneill