]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
staging: wilc1000: Augment TODO file with GPIO work item
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 19 Apr 2018 08:41:21 +0000 (10:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:36:10 +0000 (14:36 +0200)
To make sure that this driver does not leave staging before it
is properly converted to use the new GPIO descriptor API,
augment the TODO file with this work item.

Cc: Johnny Kim <johnny.kim@microchip.com>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/TODO

index ae61b55f14fd769f8275ce6e698f5855f0c94296..c441beba75bd910726ffd7a6bbd2d308d2cf8a99 100644 (file)
@@ -16,3 +16,7 @@ TODO:
 - support resume/suspend function
 - replace SIOCDEVPRIVATE commands with generic API functions
 - use wext-core handling instead of private SIOCSIWPRIV implementation
+- 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, ACPI or board files, board files should
+  use <linux/gpio/machine.h>