diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-06-13 10:59:57 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-17 16:47:17 -0400 |
commit | 691962d1593a16d5c8c9a5bb60b586ac3e54acc8 (patch) | |
tree | c1883ccaa32b99032b62e856b9db46e36e9c7d74 /include/linux/usb/chipidea.h | |
parent | 40dcd0e8067b35e247f74409d79443634daf35ac (diff) |
usb: chipidea: introduce dual role mode pdata flags
Even if a chipidea core is otg capable the board may not be. This allows
to explicitly set the core to host/peripheral mode. Without these flags
the driver falls back to the old behaviour.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb/chipidea.h')
-rw-r--r-- | include/linux/usb/chipidea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h index 1a2aa1848804..b3146476be5c 100644 --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h | |||
@@ -20,7 +20,7 @@ struct ci13xxx_platform_data { | |||
20 | #define CI13XXX_REQUIRE_TRANSCEIVER BIT(1) | 20 | #define CI13XXX_REQUIRE_TRANSCEIVER BIT(1) |
21 | #define CI13XXX_PULLUP_ON_VBUS BIT(2) | 21 | #define CI13XXX_PULLUP_ON_VBUS BIT(2) |
22 | #define CI13XXX_DISABLE_STREAMING BIT(3) | 22 | #define CI13XXX_DISABLE_STREAMING BIT(3) |
23 | 23 | enum usb_dr_mode dr_mode; | |
24 | #define CI13XXX_CONTROLLER_RESET_EVENT 0 | 24 | #define CI13XXX_CONTROLLER_RESET_EVENT 0 |
25 | #define CI13XXX_CONTROLLER_STOPPED_EVENT 1 | 25 | #define CI13XXX_CONTROLLER_STOPPED_EVENT 1 |
26 | void (*notify_event) (struct ci13xxx *ci, unsigned event); | 26 | void (*notify_event) (struct ci13xxx *ci, unsigned event); |