summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec
diff options
context:
space:
mode:
authorLinus Walleij2018-04-19 10:41:19 +0200
committerGreg Kroah-Hartman2018-04-23 14:36:10 +0200
commit5a3e59ce3acf2f52c8b4a6fc656c3b1e4a329f06 (patch)
treeb8fe6c5335a3313635f77ab597823ef94775f417 /drivers/staging/nvec
parentstaging: gpio-mt7621: Include the right header (diff)
downloadkernel-qcow2-linux-5a3e59ce3acf2f52c8b4a6fc656c3b1e4a329f06.tar.gz
kernel-qcow2-linux-5a3e59ce3acf2f52c8b4a6fc656c3b1e4a329f06.tar.xz
kernel-qcow2-linux-5a3e59ce3acf2f52c8b4a6fc656c3b1e4a329f06.zip
staging: nvec: 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: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/nvec')
-rw-r--r--drivers/staging/nvec/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/nvec/TODO b/drivers/staging/nvec/TODO
index e4d85d9b4681..78b84c243df4 100644
--- a/drivers/staging/nvec/TODO
+++ b/drivers/staging/nvec/TODO
@@ -4,3 +4,8 @@ ToDo list (incomplete, unordered)
- move event handling to nvec_events
- finish suspend/resume support
- add support for more device implementations
+ - 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
+ line descriptor from device tree, ACPI or board files
+ - drop the dependency on <linux/of_gpio.h> altogether when migrating
+ to GPIO descriptors