index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
*
ENGR00325203 usb: chipidea: host: check if ci->hcd initialized before access it
Li Jun
2014-08-01
*
ENGR00323241 usb: chipidea: otg: delay 2s to decrease power.usage_count
Li Jun
2014-07-18
*
ENGR00322594 usb: chipidea: udc: disconnect gadget for udc restore in non-otg...
Li Jun
2014-07-13
*
ENGR00321224 usb: gadget: composite: try to dequeue cdev->req before free it
Li Jun
2014-07-13
*
ENGR00311619 usb: chipidea: core: run resume if controller is at low power mode
Peter Chen
2014-07-04
*
ENGR00320792-3 usb: gadget: mark init as late_initcall
Peter Chen
2014-07-04
*
ENGR00320792-2 Revert "drivers: usb: udc-core: add deferred bind for gadget d...
Peter Chen
2014-07-04
*
ENGR00320792-1 Revert "usb: gadget: remove __init from gadget driver bind fun...
Peter Chen
2014-07-04
*
ENGR00320439-10 usb: phy: mxs: refine phy shutdown
Li Jun
2014-06-30
*
ENGR00320439-9 usb: phy: mxs: refine mxs_phy_disconnect_line
Li Jun
2014-06-30
*
ENGR00320439-8 usb: chipidea: otg_fsm: power lost handling for otg fsm
Li Jun
2014-06-30
*
ENGR00320439-7 usb: chipidea: usb resume from power lost during system sleep
Li Jun
2014-06-30
*
ENGR00320439-6 usb: chipidea: export ci_handle_id_switch interface
Li Jun
2014-06-30
*
ENGR00320439-5 usb: chipidea: udc: save and restore routine for power lost of...
Li Jun
2014-06-30
*
ENGR00320439-4 usb: chipidea: host: save and restore for host power lost
Li Jun
2014-06-30
*
ENGR00320439-3 usb: chipidea: host:add API to check if device connected
Li Jun
2014-06-30
*
ENGR00320439-2 usb: chipidea: host: set ci->hcd to be NULL after stop host role.
Li Jun
2014-06-30
*
ENGR00320439-1 usb: chipidea: imx: usb resume from power lost during system s...
Li Jun
2014-06-30
*
ENGR00320099 usb: chipidea: add vbus glitch handling
Li Jun
2014-06-26
*
ENGR00318485-8 usb: chipidea: add condition for wakeup by SRP
Li Jun
2014-06-26
*
ENGR00319720-7 usb: chipidea: otg_fsm: set host request flag via sys input
Li Jun
2014-06-26
*
ENGR00319720-6 usb: chipidea: otg_fsm: add HNP polling support
Li Jun
2014-06-26
*
ENGR00319720-5 usb: chipidea: udc: add OTG status request handling
Li Jun
2014-06-26
*
ENGR00319720-4 usb: common: otg-fsm: clear host_request_flag when leave host ...
Li Jun
2014-06-26
*
ENGR00319720-3 usb: common: otg-fsm: add HNP polling request sending funciton
Li Jun
2014-06-26
*
ENGR00319720-2 usb: common: otg-fsm: start HNP polling timer in host state
Li Jun
2014-06-26
*
usb: gadget: udc-core: move sysfs_notify() to a workqueue
Felipe Balbi
2014-06-26
*
usb: chipidea: imx: Use dev_name() for ci_hdrc name to distinguish USBs
Alexander Shiyan
2014-06-26
*
usb: chipidea: core: Add missing module owner field
Alexander Shiyan
2014-06-26
*
usb: chipidea: udc: update gadget states according to ch9
Peter Chen
2014-06-26
*
chipidea: usbmisc_imx: Allow USB OTG to work on mx51
Fabio Estevam
2014-06-26
*
usb: chipidea: using one inline function to cover queue work operations
Peter Chen
2014-06-26
*
usb: chipidea: udc: delete useless code
Peter Chen
2014-06-26
*
usb: chipidea: update TODO list
Peter Chen
2014-06-26
*
usb: udc-core: set gadget state as not attached after unloading module
Peter Chen
2014-06-26
*
usb: gadget: set gadget state as configured
Peter Chen
2014-06-26
*
usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c
Peter Chen
2014-06-26
*
usb: move usb/usb-common.c to usb/common/usb-common.c
Peter Chen
2014-06-26
*
usb: gadget: remove __init from gadget driver bind function
Peter Chen
2014-06-26
*
drivers: usb: udc-core: add deferred bind for gadget driver
Robert Baldyga
2014-06-26
*
usb: chipidea: udc: delete td from req's td list at ep_dequeue
Peter Chen
2014-06-26
*
ENGR00310498 usb: chipidea: otg: fix otg role switch from host to device failure
Li Jun
2014-04-26
*
ENGR00309701 usb: phy: otg-fsm: export symbol of otg_statemachine
Li Jun
2014-04-21
*
ENGR00308631 usb: chipidea: fix oops if unload module too fast
Peter Chen
2014-04-20
*
ENGR00307558-13 usb: chipidea: otg-fsm: enable low power mode for otg fsm mode.
Li Jun
2014-04-16
*
ENGR00307558-12 usb: chipidea: udc: usb charger handling when otg fsm mode
Li Jun
2014-04-16
*
ENGR00307558-9 usb: chipidea: debug: add debug file for OTG variables
Li Jun
2014-04-16
*
ENGR00307558-8 usb: chipidea: add sys inputs for OTG fsm input.
Li Jun
2014-04-16
*
ENGR00307558-7 usb: chipidea: OTG HNP and SRP fsm implementation.
Li Jun
2014-04-16
*
ENGR00307558-6 usb: chipidea: OTG fsm timers initialization.
Li Jun
2014-04-16
[next]