commit | c891a46eb6724a7338b6307faeab4548d34c46ea | [log] [tgz] |
---|---|---|
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | Mon Feb 20 14:50:33 2023 +0900 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 22 19:40:11 2023 +0100 |
tree | 60a6e04a5886cececabb1610b2e2dbbcd3229791 | |
parent | d6104335c17bbd04a28dd4a4e873056d9078c49e [diff] |
usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3 dwc3-uniphier depends on xhci-dwc3 framework, however, it is preferable to use dwc3-generic. This driver calls the exported dwc3-generic functions and redefine the SoC-dependent operations to fit dwc3-generic. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Reviewed-by: Marek Vasut <marex@denx.de>