diff options
author | Jingchang Lu <b35083@freescale.com> | 2012-07-26 16:37:38 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-09-12 16:49:55 -0400 |
commit | 02d27a69deed00b2866ca941cd3312000bd96b7a (patch) | |
tree | e3f75bff0333622353ef9826d00cbf845456b4b7 /include | |
parent | a3a01b2d057f18efaf6143dda3bda98c1d22056a (diff) |
ENGR00181396-2: high-speed USB device disconnection management
Detection of high-speed USB device disconnection should be enable
on connection and disable on disconnection.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_devices.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 2567d84afb73..dd8e4cd3c15b 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -419,4 +419,8 @@ struct mxs_platform_perfmon_data { void (*plt_exit) (void); }; +#ifdef CONFIG_ARCH_MVF +extern void fsl_platform_set_usb_phy_dis(struct fsl_usb2_platform_data *pdata, + bool enable); +#endif #endif /* _FSL_DEVICE_H_ */ |