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 <[email protected]> Cc: Simon Horman <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Signed-off-by: Linus Walleij <[email protected]> --- drivers/staging/emxx_udc/TODO | 2 ++ 1 file changed, 2 insertions(+) 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/ -- 2.14.3 _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
