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