commit | 9d4701de041f172085d961c68db20dd55d828642 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Dec 04 01:44:41 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Dec 17 21:54:38 2015 +0100 |
tree | 8d87d2dc0c446a95d72ea46950fc4829e7e8dd5e | |
parent | 0b9075052669c7e6f54446687bbf74d932791f59 [diff] |
usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phy The driver is actually for the Designware DWC2 controller. This patch renames struct s3c_usbotg_phy to struct dwc2_usbotg_phy to make things more obvious and clear. Signed-off-by: Marek Vasut <marex@denx.de>