projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f522f94
)
usb: dwc2: Rename to dwc2_usb
author
Marek Vasut
<marex@denx.de>
Wed, 12 Aug 2015 20:19:15 +0000
(22:19 +0200)
committer
Marek Vasut
<marex@denx.de>
Wed, 19 Aug 2015 20:31:39 +0000
(22:31 +0200)
This driver is not used only on exynos, but also on Altera SoCFPGA,
HiSilicon SoCs, RPi etc, so rename it accordingly to prevent confusion.
Signed-off-by: Marek Vasut <marex@denx.de>
drivers/usb/host/dwc2.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/dwc2.c
b/drivers/usb/host/dwc2.c
index
7b29134
..
85236ae
100644
(file)
--- a/
drivers/usb/host/dwc2.c
+++ b/
drivers/usb/host/dwc2.c
@@
-1118,7
+1118,7
@@
static const struct udevice_id dwc2_usb_ids[] = {
};
U_BOOT_DRIVER(usb_dwc2) = {
- .name = "dwc2_
exynos
",
+ .name = "dwc2_
usb
",
.id = UCLASS_USB,
.of_match = dwc2_usb_ids,
.ofdata_to_platdata = dwc2_usb_ofdata_to_platdata,