From c4d63980f305f5543fa2e26991db5697dea19327 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 19 Apr 2018 10:41:15 +0200 Subject: 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 Signed-off-by: Linus Walleij Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/TODO | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 drivers/staging/greybus/TODO (limited to 'drivers/staging/greybus') 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 to the + GPIO descriptor API in 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. -- cgit v1.2.3