summaryrefslogtreecommitdiff
path: root/drivers/usb/chipidea/otg.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-21usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flagTomer Maimon1-1/+4
2023-03-23usb: chipidea: core: fix possible concurrent when switch roleXu Yang1-1/+4
2022-10-23usb: chipidea: core: add controller resume support when controller is powered...Xu Yang1-1/+1
2021-11-17usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+2
2021-05-27usb: chipidea: otg: Fix formatting and missing documentation issuesLee Jones1-4/+5
2020-07-09usb: chipidea: otg: Fix kerneldoc issues relating to description of 'ci'Lee Jones1-2/+4
2020-03-16usb: chipidea: otg: handling vbus disconnect event occurred during system sus...Peter Chen1-0/+7
2019-08-28usb: chipidea: add role switch class supportLi Jun1-4/+4
2018-09-20usb: chipidea: Fix otg event handlerLoic Poulain1-3/+6
2017-11-07USB: chipidea: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-01-20usb: chipidea: vbus event may exist before starting gadgetPeter Chen1-5/+12
2017-01-20usb: chipidea: Consolidate extcon notifiersStephen Boyd1-4/+4
2017-01-20usb: chipidea: Handle extcon events properlyStephen Boyd1-5/+41
2017-01-20usb: chipidea: Only read/write OTGSC from one placeStephen Boyd1-4/+30
2016-02-25usb: chipidea: otg: change workqueue ci_otg as freezablePeter Chen1-1/+1
2015-10-22usb: chipidea: otg: don't wait vbus drops below BSV when starts hostLi Jun1-3/+6
2015-10-22usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov1-1/+38
2015-03-18usb: chipidea: add runtime power management supportPeter Chen1-0/+2
2014-04-24usb: chipidea: add sys inputs for OTG fsm inputLi Jun1-0/+2
2014-04-24usb: chipidea: OTG HNP and SRP fsm implementationLi Jun1-2/+7
2014-04-24usb: chipidea: usb OTG fsm initialization.Li Jun1-0/+4
2014-04-24usb: chipidea: operate on otgsc register in a general wayLi Jun1-9/+24
2013-08-14usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen1-0/+4
2013-08-14usb: chipidea: add vbus interrupt handlerPeter Chen1-7/+35
2013-08-14usb: chipidea: move otg related things to otg filePeter Chen1-2/+55
2013-08-14usb: chipidea: otg: add otg file used to access otgscPeter Chen1-0/+35