[PATCH 2/9] staging: fbtft: Add TODO file with GPIO work item

Linus Walleij linus.walleij at linaro.org
Thu Apr 19 08:41:14 UTC 2018


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 at free-electrons.com>
Cc: Noralf Tronnes <notro at tronnes.org>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 drivers/staging/fbtft/TODO | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 drivers/staging/fbtft/TODO

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>
-- 
2.14.3



More information about the devel mailing list