/* * Copyright 2012 Freescale Semiconductor, Inc. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-license.html * http://www.gnu.org/copyleft/gpl.html */ #ifndef __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H #define __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H struct imx_usbmisc_data { struct device *dev; int index; unsigned int disable_oc:1; /* over current detect disabled */ unsigned int evdo:1; /* set external vbus divider option */ }; int imx_usbmisc_init(struct imx_usbmisc_data *); int imx_usbmisc_init_post(struct imx_usbmisc_data *); int imx_usbmisc_set_wakeup(struct imx_usbmisc_data *, bool); #endif /* __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp | |
richard zhao | richard zhao | 26 | 41.27% | 1 | 14.29% |
peter chen | peter chen | 10 | 15.87% | 1 | 14.29% |
rahul bedarkar | rahul bedarkar | 9 | 14.29% | 1 | 14.29% |
michael grzeschik | michael grzeschik | 7 | 11.11% | 1 | 14.29% |
sascha hauer | sascha hauer | 5 | 7.94% | 1 | 14.29% |
stefan agner | stefan agner | 5 | 7.94% | 1 | 14.29% |
fabio estevam | fabio estevam | 1 | 1.59% | 1 | 14.29% |
Total | 63 | 100.00% | 7 | 100.00% |