usb: dwc3: add imx8mp dwc3 glue layer driver
authorLi Jun <jun.li@nxp.com>
Tue, 29 Dec 2020 11:37:44 +0000 (19:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Jan 2021 15:38:08 +0000 (16:38 +0100)
commit6dd2565989b4dca09eeae45a3694ec533c6a99c0
treefe301633059ea3498c7540284923729e4cf37f77
parentd2a704e297117cce7863b24a4fabe65930209cd3
usb: dwc3: add imx8mp dwc3 glue layer driver

imx8mp SoC integrate dwc3 3.30b IP and has some customizations to
support low power, which has a seprated wakeup irq and additional
logic to wakeup usb from low power mode both for host mode and
device mode.

Signed-off-by: Li Jun <jun.li@nxp.com>
Link: https://lore.kernel.org/r/1609241866-9508-3-git-send-email-jun.li@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/Kconfig
drivers/usb/dwc3/Makefile
drivers/usb/dwc3/dwc3-imx8mp.c [new file with mode: 0644]