diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-19 10:41:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-23 14:36:10 +0200 |
commit | f670e481ca69a1f56f4487ae3659c4b6ef135874 (patch) | |
tree | 96576302e7d87bd5545a1a830bdba654e5af3e50 /drivers | |
parent | 8618b9ac464365c03f9a7a4c59e829d782817392 (diff) | |
download | linux-f670e481ca69a1f56f4487ae3659c4b6ef135874.tar.gz linux-f670e481ca69a1f56f4487ae3659c4b6ef135874.tar.bz2 linux-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')
-rw-r--r-- | drivers/staging/fbtft/TODO | 4 |
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> |