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:
c20b15f
)
USB: musb: use new platform data interface of musb to replace old one
author
Bryan Wu
<cooloney@kernel.org>
Tue, 2 Dec 2008 19:33:43 +0000
(21:33 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 7 Jan 2009 18:00:06 +0000
(10:00 -0800)
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb/musb.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/usb/musb.h
b/include/linux/usb/musb.h
index 630962c04ca45363fbf64a7115529f79c0e8bc1d..d6aad0ea603336c2442924fe9f5b10969380ff45 100644
(file)
--- a/
include/linux/usb/musb.h
+++ b/
include/linux/usb/musb.h
@@
-47,6
+47,11
@@
struct musb_hdrc_config {
u8 ram_bits; /* ram address size */
struct musb_hdrc_eps_bits *eps_bits;
+#ifdef CONFIG_BLACKFIN
+ /* A GPIO controlling VRSEL in Blackfin */
+ unsigned int gpio_vrsel;
+#endif
+
};
struct musb_hdrc_platform_data {