freebsd-skq/sys/dev/gpio
Luiz Otavio O Souza 03302aa37f Get rid of two consumers of gpiobus acquire/release.
The GPIO hardware should not be owned by a single device, this defeats any
chance of use of the GPIO controller as an interrupt source.

ow(4) is now the only consumer of this 'feature' before we can remove it
for good.

Discussed with:	ian, bsdimp
2016-05-22 03:55:57 +00:00
..
gpio_if.m Implement a new method to retrieve the gpiobus reference from a GPIO 2015-01-31 15:50:19 +00:00
gpiobacklight.c Use GPIO pin management API in gpiobacklight 2016-05-11 00:26:52 +00:00
gpiobus_if.m Add a new ioctl to allow the setting of GPIO pin names. 2015-03-08 00:47:50 +00:00
gpiobus.c Add gpiobus_release_pin function to release mapped pin 2016-05-12 20:12:45 +00:00
gpiobusvar.h Add gpiobus_release_pin function to release mapped pin 2016-05-12 20:12:45 +00:00
gpioc.c Use DEVMETHOD_END instead of its value to indicate end of methods table 2016-05-11 00:34:43 +00:00
gpioiic.c Get rid of two consumers of gpiobus acquire/release. 2016-05-22 03:55:57 +00:00
gpiokeys_codes.c Add gpiokeys driver 2016-05-11 17:57:26 +00:00
gpiokeys.c Fix detach routine for gpiokeys 2016-05-12 20:15:23 +00:00
gpiokeys.h Add gpiokeys driver 2016-05-11 17:57:26 +00:00
gpioled.c Get rid of two consumers of gpiobus acquire/release. 2016-05-22 03:55:57 +00:00
ofw_gpiobus.c OFWGPIOBUS: Make ofwgpiobus_devclass externaly visible. 2016-05-15 14:43:52 +00:00