aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/TODO
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-04-19 10:41:14 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:36:10 +0200
commitf670e481ca69a1f56f4487ae3659c4b6ef135874 (patch)
tree96576302e7d87bd5545a1a830bdba654e5af3e50 /drivers/staging/fbtft/TODO
parentstaging: emxx_udc: Add GPIO descriptor work to TODO (diff)
downloadlinux-dev-f670e481ca69a1f56f4487ae3659c4b6ef135874.tar.xz
linux-dev-f670e481ca69a1f56f4487ae3659c4b6ef135874.zip
staging: fbtft: Add TODO file with GPIO work item
To make sure that these drivers do not leave staging before they are properly converted to use the new GPIO descriptor API, create the TODO file with this work item. Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Noralf Tronnes <notro@tronnes.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/TODO')
-rw-r--r--drivers/staging/fbtft/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/TODO b/drivers/staging/fbtft/TODO
new file mode 100644
index 000000000000..7e64c7e438f0
--- /dev/null
+++ b/drivers/staging/fbtft/TODO
@@ -0,0 +1,4 @@
+* 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>