]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: fsl_mxc_udc: Remove the driver
authorFabio Estevam <festevam@gmail.com>
Thu, 10 Dec 2020 21:04:13 +0000 (18:04 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Dec 2020 14:41:33 +0000 (15:41 +0100)
commitdadd7e952f53226ae8d743f417a9854d40dba057
tree6ddc92019223a1936c99e6ba5e00bc5c051b6db7
parent4ca3e0f64e27f2a9a79b5dfff09289e4ff422528
usb: gadget: fsl_mxc_udc: Remove the driver

Since 5.10-rc1 i.MX is a devicetree-only platform, and this driver
was only used by the old non-DT i.MX devices.

Remove the driver as it has no users left.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Peter Chen <peter.chen@nxp.com>
Link: https://lore.kernel.org/r/20201210210413.15262-1-festevam@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/Kconfig
drivers/usb/gadget/udc/Makefile
drivers/usb/gadget/udc/fsl_mxc_udc.c [deleted file]