summaryrefslogtreecommitdiff
path: root/drivers/staging/emxx_udc
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-04-19 10:41:13 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:36:10 +0200
commit8618b9ac464365c03f9a7a4c59e829d782817392 (patch)
treeb0420be9bbf114b96da03c50830a111cb19a3568 /drivers/staging/emxx_udc
parent2c3f894567c6556772048b54d306b48c2d87b4a6 (diff)
staging: emxx_udc: Add GPIO descriptor work to TODO
To make sure this driver does not leave staging without a proper conversion to the GPIO descriptor API, leave a note in the TODO. Cc: Magnus Damm <damm+renesas@opensource.se> Cc: Simon Horman <horms+renesas@verge.net.au> Cc: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/emxx_udc')
-rw-r--r--drivers/staging/emxx_udc/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/emxx_udc/TODO b/drivers/staging/emxx_udc/TODO
index 1319379beb7e..471529a470c7 100644
--- a/drivers/staging/emxx_udc/TODO
+++ b/drivers/staging/emxx_udc/TODO
@@ -1,4 +1,6 @@
* add clock framework support (platform device with CCF needs special care)
* break out board-specific VBUS GPIO to work with multiplatform
+* convert VBUS GPIO to use GPIO descriptors from <linux/gpio/consumer.h>
+ and stop using the old GPIO API
* DT bindings
* move driver into drivers/usb/gadget/