freebsd-dev/sys/dev/gpio
Oleksandr Tymoshenko 26c36284a9 Use GPIO pin management API in gpiobacklight
- Get rid of hack with re-parenting gpio-leds node to gpiobus
- Use gpio_pin_set_active to enable/disable backlight, it automatically
    takes care of active-low pins
2016-05-11 00:26:52 +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 INTRNG: Define 'INTR_IRQ_INVALID' constant and use it consistently 2016-04-28 12:04:12 +00:00
gpiobusvar.h Pass device tree node as a part of gpio_pin_get_by_ofw_XXX API 2016-05-10 20:02:03 +00:00
gpioc.c Add a new ioctl to allow the setting of GPIO pin names. 2015-03-08 00:47:50 +00:00
gpioiic.c Fix IIC "how" argument dereferencing on big-endian platforms 2016-04-10 23:17:06 +00:00
gpioled.c gpioled(4) depends on gpiobus. 2015-08-17 17:09:57 +00:00
ofw_gpiobus.c Pass device tree node as a part of gpio_pin_get_by_ofw_XXX API 2016-05-10 20:02:03 +00:00