From 02d27a69deed00b2866ca941cd3312000bd96b7a Mon Sep 17 00:00:00 2001 From: Jingchang Lu Date: Thu, 26 Jul 2012 16:37:38 +0800 Subject: 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 --- include/linux/fsl_devices.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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_ */ -- cgit v1.2.3