projects
/
GitHub
/
LineageOS
/
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:
317a3fa
)
usb: omap1: add extcon to platform data
author
Aaro Koskinen
<aaro.koskinen@iki.fi>
Fri, 6 Dec 2013 14:13:05 +0000
(16:13 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 6 Dec 2013 20:36:37 +0000
(14:36 -0600)
Add extcon field to platform data.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Felipe Balbi <balbi@ti.com>
include/linux/platform_data/usb-omap1.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/platform_data/usb-omap1.h
b/include/linux/platform_data/usb-omap1.h
index 8c7764ddd2841b46f6ef66067df4011701945ca9..43b5ce139c375e9af1527b462b1cd04a3992dbc1 100644
(file)
--- a/
include/linux/platform_data/usb-omap1.h
+++ b/
include/linux/platform_data/usb-omap1.h
@@
-23,6
+23,8
@@
struct omap_usb_config {
unsigned register_dev:1;
u8 otg; /* port number, 1-based: usb1 == 2 */
+ const char *extcon; /* extcon device for OTG */
+
u8 hmc_mode;
/* implicitly true if otg: host supports remote wakeup? */