From: Linus Walleij Date: Thu, 19 Apr 2018 08:41:13 +0000 (+0200) Subject: staging: emxx_udc: Add GPIO descriptor work to TODO X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8618b9ac464365c03f9a7a4c59e829d782817392;p=openwrt%2Fstaging%2Fblogic.git 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 Cc: Simon Horman Cc: Geert Uytterhoeven Signed-off-by: Linus Walleij Signed-off-by: Greg Kroah-Hartman --- 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 + and stop using the old GPIO API * DT bindings * move driver into drivers/usb/gadget/