diff options
-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> |