NetBSD/sys/dev/gpio
chs cbab9cadce split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
2012-10-27 17:17:22 +00:00
..
files.gpio gpiopwm(4) is a driver to pulse GPIO pins in software. This obsoletes 2011-11-13 12:33:00 +00:00
gpio.c Quiet down autoconfiguration by changing some printf() calls to 2012-10-17 21:35:38 +00:00
gpioiic.c split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +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
gpiopwm.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
gpiosim.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
gpiovar.h Remove software pulsing in gpio(4), this functionality is now provided 2011-11-13 13:20:02 +00:00