freebsd-dev/sys/dev/gpio
Luiz Otavio O Souza 6ad7f49152 Change ofw_gpiobus_destroy_devinfo() to unmap the GPIO pins and then
rework the code a little bit to use this function consistently to cleanup
all the changes made as part of the probe phase.

This fixes an issue where a FDT child node without a matching driver could
leave the GPIO pins mapped and prevent the further use of them.
2015-03-05 02:54:30 +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
gpiobus_if.m Fix the gpiobus locking by using a more sane model where it isn't necessary 2014-10-31 19:15:14 +00:00
gpiobus.c Add a bus_probe_nomatch() method for gpiobus/ofw_gpiobus. 2015-03-05 01:49:58 +00:00
gpiobusvar.h Move duplicate code to a new public function. 2015-03-02 22:28:47 +00:00
gpioc.c Moves all the duplicate code to a single function. 2014-11-18 17:22:08 +00:00
gpioiic.c Fix the gpiobus locking by using a more sane model where it isn't necessary 2014-10-31 19:15:14 +00:00
gpioled.c Add ofw_gpiobus_parse_gpios(), a new public function, to parse the gpios 2015-02-28 21:01:01 +00:00
ofw_gpiobus.c Change ofw_gpiobus_destroy_devinfo() to unmap the GPIO pins and then 2015-03-05 02:54:30 +00:00