aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/greybus/TODO')
-rw-r--r--drivers/staging/greybus/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/greybus/TODO b/drivers/staging/greybus/TODO
new file mode 100644
index 000000000000..3b90a5711998
--- /dev/null
+++ b/drivers/staging/greybus/TODO
@@ -0,0 +1,5 @@
+* Convert all uses of the old GPIO API from <linux/gpio.h> to the
+ GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
+ lines from device tree or ACPI.
+* Convert the GPIO driver to use the GPIO irqchip library
+ GPIOLIB_IRQCHIP instead of reimplementing the same.