summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/TODO
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-04-19 10:41:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:36:10 +0200
commiteec01e35e6dd19626c0776640669ea6ac5717a29 (patch)
treeec0047956e6246f7bdb8c845d68374110612082f /drivers/staging/wilc1000/TODO
parentfbbd5e53f96592f19ce23603cb5132f858a81035 (diff)
staging: wilc1000: Augment TODO file with GPIO work item
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>
Diffstat (limited to 'drivers/staging/wilc1000/TODO')
-rw-r--r--drivers/staging/wilc1000/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/wilc1000/TODO b/drivers/staging/wilc1000/TODO
index ae61b55f14fd..c441beba75bd 100644
--- a/drivers/staging/wilc1000/TODO
+++ b/drivers/staging/wilc1000/TODO
@@ -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>