Searched hist:f9da0f894328802cb8aaeb8a24660e37ff624d26 (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | core.c | f9da0f894328802cb8aaeb8a24660e37ff624d26 Mon Mar 26 05:08:06 CDT 2012 Vipin KUMAR <vipin.kumar@st.com> Enable high speed support for USB device framework and usbtty
This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support.
Along with that specific peripheral drivers also need to define a function to let the framework know that the enumeration has happened at high speed. This function prototype is "int is_usbd_high_speed(void)"
Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>
|
H A D | ep0.c | f9da0f894328802cb8aaeb8a24660e37ff624d26 Mon Mar 26 05:08:06 CDT 2012 Vipin KUMAR <vipin.kumar@st.com> Enable high speed support for USB device framework and usbtty
This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support.
Along with that specific peripheral drivers also need to define a function to let the framework know that the enumeration has happened at high speed. This function prototype is "int is_usbd_high_speed(void)"
Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>
|
/openbmc/u-boot/include/ |
H A D | usbdevice.h | f9da0f894328802cb8aaeb8a24660e37ff624d26 Mon Mar 26 05:08:06 CDT 2012 Vipin KUMAR <vipin.kumar@st.com> Enable high speed support for USB device framework and usbtty
This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support.
Along with that specific peripheral drivers also need to define a function to let the framework know that the enumeration has happened at high speed. This function prototype is "int is_usbd_high_speed(void)"
Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>
|
H A D | usbdescriptors.h | f9da0f894328802cb8aaeb8a24660e37ff624d26 Mon Mar 26 05:08:06 CDT 2012 Vipin KUMAR <vipin.kumar@st.com> Enable high speed support for USB device framework and usbtty
This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support.
Along with that specific peripheral drivers also need to define a function to let the framework know that the enumeration has happened at high speed. This function prototype is "int is_usbd_high_speed(void)"
Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>
|
/openbmc/u-boot/drivers/serial/ |
H A D | usbtty.c | f9da0f894328802cb8aaeb8a24660e37ff624d26 Mon Mar 26 05:08:06 CDT 2012 Vipin KUMAR <vipin.kumar@st.com> Enable high speed support for USB device framework and usbtty
This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support.
Along with that specific peripheral drivers also need to define a function to let the framework know that the enumeration has happened at high speed. This function prototype is "int is_usbd_high_speed(void)"
Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>
|
H A D | usbtty.h | f9da0f894328802cb8aaeb8a24660e37ff624d26 Mon Mar 26 05:08:06 CDT 2012 Vipin KUMAR <vipin.kumar@st.com> Enable high speed support for USB device framework and usbtty
This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support.
Along with that specific peripheral drivers also need to define a function to let the framework know that the enumeration has happened at high speed. This function prototype is "int is_usbd_high_speed(void)"
Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>
|
/openbmc/u-boot/ |
H A D | README | f9da0f894328802cb8aaeb8a24660e37ff624d26 Mon Mar 26 05:08:06 CDT 2012 Vipin KUMAR <vipin.kumar@st.com> Enable high speed support for USB device framework and usbtty
This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support.
Along with that specific peripheral drivers also need to define a function to let the framework know that the enumeration has happened at high speed. This function prototype is "int is_usbd_high_speed(void)"
Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>
|