projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6558d7e
)
usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_data
author
Sebastian Andrzej Siewior
<bigeasy@linutronix.de>
Fri, 26 Jul 2013 09:11:37 +0000
(11:11 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 29 Jul 2013 10:58:28 +0000
(13:58 +0300)
The ti81xx platform is not fully supported right now. This patch renames
the date structure to a am33xx prefix which is actually used.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_dsps.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/musb/musb_dsps.c
b/drivers/usb/musb/musb_dsps.c
index 55f5ff9351d6184223b78f874cba195d1adf373d..aba2dc58938d9ca8dca7b6d1015e935837b73d2f 100644
(file)
--- a/
drivers/usb/musb/musb_dsps.c
+++ b/
drivers/usb/musb/musb_dsps.c
@@
-720,7
+720,7
@@
static int dsps_resume(struct device *dev)
static SIMPLE_DEV_PM_OPS(dsps_pm_ops, dsps_suspend, dsps_resume);
-static const struct dsps_musb_wrapper
ti81
xx_driver_data = {
+static const struct dsps_musb_wrapper
am33
xx_driver_data = {
.revision = 0x00,
.control = 0x14,
.status = 0x18,
@@
-753,7
+753,7
@@
static const struct dsps_musb_wrapper ti81xx_driver_data = {
static const struct of_device_id musb_dsps_of_match[] = {
{ .compatible = "ti,musb-am33xx",
- .data = (void *) &
ti81
xx_driver_data, },
+ .data = (void *) &
am33
xx_driver_data, },
{ },
};
MODULE_DEVICE_TABLE(of, musb_dsps_of_match);