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>
This commit is contained in:
parent
2c3f894567
commit
8618b9ac46
|
@ -1,4 +1,6 @@
|
||||||
* add clock framework support (platform device with CCF needs special care)
|
* add clock framework support (platform device with CCF needs special care)
|
||||||
* break out board-specific VBUS GPIO to work with multiplatform
|
* 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
|
* DT bindings
|
||||||
* move driver into drivers/usb/gadget/
|
* move driver into drivers/usb/gadget/
|
||||||
|
|
Loading…
Reference in New Issue