freebsd-dev/sys/dev/gpio
Luiz Otavio O Souza d442709662 Move the GPIOBUS_SET_PINFLAGS(..., ..., pin, GPIO_PIN_OUTPUT) to led(4)
control callback function.  This makes gpioled(4) works even if the pin
is accidentally set to an input.

Approved by:	adrian (mentor)
2013-12-06 17:56:20 +00:00
..
gpio_if.m
gpiobus_if.m
gpiobus.c Fix gpiobus to return BUS_PROBE_GENERIC insted of BUS_PROBE_SPECIFIC (0) so 2013-11-12 16:08:23 +00:00
gpiobusvar.h
gpioc.c Remove extra semicolon which rendered condition useless 2012-04-02 00:11:26 +00:00
gpioiic.c Remove unnecessary includes and an unused softc variable. While here apply 2013-12-06 17:49:34 +00:00
gpioled.c Move the GPIOBUS_SET_PINFLAGS(..., ..., pin, GPIO_PIN_OUTPUT) to led(4) 2013-12-06 17:56:20 +00:00