NetBSD/sys/dev/gpio
dsl e21a34c25e Add some pre-processor magic to verify that the type of the data item
passed to sysctl_createv() actually matches the declared type for
  the item itself.
In the places where the caller specifies a function and a structure
  address (typically the 'softc') an explicit (void *) cast is now needed.
Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c
  sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting
  AcpiGbl_EnableAmlDebugObject.
(mostly passing the address of a uint64_t when typed as CTLTYPE_INT).
I've test built quite a few kernels, but there may be some unfixed MD
  fallout. Most likely passing &char[] to char *.
Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet.
2012-06-02 21:36:41 +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 Don't ignore the gpiobus_close() return value. Found by joerg@ using clang. 2011-11-25 13:49:43 +00:00
gpioiic.c
gpiolock.c
gpioow.c
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