summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-04-19 10:41:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:36:10 +0200
commitc4d63980f305f5543fa2e26991db5697dea19327 (patch)
tree04b29f39cc87d62c780d3796347d1cd93ee432cd /drivers/staging/greybus
parentf670e481ca69a1f56f4487ae3659c4b6ef135874 (diff)
staging: greybus: Add TODO file with GPIO work items
To make sure that these drivers do not leave staging before they are properly converted to use the new GPIO descriptor API, and the GPIOLIB_IRQCHIP helper library, create the TODO file with these work items. Cc: Johan Hovold <johan@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus')
-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.