freebsd-dev/sys/dev/gpio
Luiz Otavio O Souza da3b488d62 Move duplicate code to a new public function.
This new function can be used by other drivers to reserve the use of GPIO
pins.

Anyway, the use of ofw_gpiobus_parse_gpios() is preferred when possible.

Requested by:	Michal Meloun
2015-03-02 22:28:47 +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 Move duplicate code to a new public function. 2015-03-02 22:28:47 +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 Move duplicate code to a new public function. 2015-03-02 22:28:47 +00:00