aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/musb.h
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2013-02-06 18:58:49 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-06 11:40:13 -0800
commitfa1dfe4abe7f3e1d28ee80753acd9a8a87dbacd7 (patch)
treeeeb30a8bd0187bcf55db714dc113939880ca8717 /include/linux/usb/musb.h
parentARM: OMAP: devices: create device for usb part of control module (diff)
downloadlinux-dev-fa1dfe4abe7f3e1d28ee80753acd9a8a87dbacd7.tar.xz
linux-dev-fa1dfe4abe7f3e1d28ee80753acd9a8a87dbacd7.zip
ARM: OMAP2: MUSB: Specify omap4 has mailbox
Added has_mailbox to the musb platform data to specify that omap uses an external mailbox (in control module) to communicate with the musb core during device connect and disconnect. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb/musb.h')
-rw-r--r--include/linux/usb/musb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h
index eb505250940a..053c26841cc3 100644
--- a/include/linux/usb/musb.h
+++ b/include/linux/usb/musb.h
@@ -99,6 +99,8 @@ struct musb_hdrc_platform_data {
/* MUSB_HOST, MUSB_PERIPHERAL, or MUSB_OTG */
u8 mode;
+ u8 has_mailbox:1;
+
/* for clk_get() */
const char *clock;