NetBSD/sys/dev/gpio
mbalmer 90077b6e6d Add a ga_flags field to the gpio_attach structure to hand driver
specific flags to drivers being attached at gpio pins.  gpioiic(4)
uses this to reverse the SDA/SCL signal order.  gpioctl(8) accepts
the flag values as optional argument to the attach command.
While here, make sure we retain backwards compatability and wrap compat
code in #ifdef COMPAT_50/#endif.
2011-10-02 09:33:18 +00:00
..
files.gpio Add support for multi-position electro-mechanical keylocks. An example 2009-08-14 21:17:21 +00:00
gpio.c Add a ga_flags field to the gpio_attach structure to hand driver 2011-10-02 09:33:18 +00:00
gpioiic.c Add a ga_flags field to the gpio_attach structure to hand driver 2011-10-02 09:33:18 +00:00
gpiolock.c Delete unnecessary device-activation hooks. Simplify the rest. 2009-12-06 22:33:44 +00:00
gpioow.c Newline is \n, not /n. 2011-09-07 07:43:05 +00:00
gpiosim.c Unconditionally include <sys/modules.h>. 2011-08-30 07:22:11 +00:00
gpiovar.h Add a ga_flags field to the gpio_attach structure to hand driver 2011-10-02 09:33:18 +00:00