NetBSD/sys/dev/gpio
dyoung c1b390d493 A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
2010-02-24 22:37:54 +00:00
..
files.gpio Add support for multi-position electro-mechanical keylocks. An example 2009-08-14 21:17:21 +00:00
gpio.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
gpioiic.c Delete unnecessary device-activation hooks. Simplify the rest. 2009-12-06 22:33:44 +00:00
gpiolock.c Delete unnecessary device-activation hooks. Simplify the rest. 2009-12-06 22:33:44 +00:00
gpioow.c Simplify activation hook. 2009-11-12 19:22:08 +00:00
gpiosim.c Delete unnecessary device-activation hooks. Simplify the rest. 2009-12-06 22:33:44 +00:00
gpiovar.h Before trying to attach a child device driver, make sure the GPIO pins can 2009-08-21 12:53:42 +00:00