]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/staging/greybus/TODO
3b90a5711998f9cdd047d14e3d16cd25a2eb0cf1
[linux.git] / drivers / staging / greybus / TODO
1 * Convert all uses of the old GPIO API from <linux/gpio.h> to the
2   GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
3   lines from device tree or ACPI.
4 * Convert the GPIO driver to use the GPIO irqchip library
5   GPIOLIB_IRQCHIP instead of reimplementing the same.