summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/TODO
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2019-01-14 20:26:16 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-15 16:18:14 +0100
commite28dd69ee81be1ce44cc96a61a2172fc503944a4 (patch)
treef0a061e20377db18e330989b934a9552f315f843 /drivers/staging/greybus/TODO
parentac544a459a95fbded20132cc58bb51663c98114c (diff)
staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIP
Convert the GPIO driver to use the GPIO irqchip library GPIOLIB_IRQCHIP instead of reimplementing the same. Reviewed-by: Johan Hovold <johan@kernel.org> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus/TODO')
-rw-r--r--drivers/staging/greybus/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/TODO b/drivers/staging/greybus/TODO
index 3b90a5711998..31f1f2cb401c 100644
--- a/drivers/staging/greybus/TODO
+++ b/drivers/staging/greybus/TODO
@@ -1,5 +1,3 @@
* 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.