aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/otg_fsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman1-2/+2
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman1-10/+9
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-08-10usb: chipidea: otg_fsm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-03usb: Make use of ktime_* comparison functionsMariusz Skamra1-4/+4
2016-12-25ktime: Get rid of the unionThomas Gleixner1-7/+7
2016-03-04usb: chipidea: otg: add A idle to B disconnect timerLi Jun1-2/+10
2016-03-04usb: chipidea: otg: enable HNP polling support for gadget and hostLi Jun1-0/+4
2016-03-04usb: chipidea: otg: set host_request_flag for gadgetLi Jun1-1/+12
2015-12-24usb: chipidea: otg: use usb autosuspend to suspend bus for HNPLi Jun1-8/+18
2015-08-14usb: chipidea: otg_fsm: delete the duplicated reset controller operationPeter Chen1-1/+0
2015-04-28usb: chipidea: otg: remove mutex unlock and lock while stop and start roleLi Jun1-4/+0
2015-03-26usb: chipidea: use hrtimer for otg fsm timersLi Jun1-182/+182
2015-03-26usb: otg-fsm: move 2 otg fsm timers definition to otg_fsm_timerLi Jun1-4/+4
2015-03-26usb: chipidea: otg: remove unnecessary B_SESS_VLD timerLi Jun1-30/+1
2015-03-18usb: chipidea: support runtime power management for otg fsm modeLi Jun1-3/+19
2014-11-26usb: chipidea: Fixed a few typos in commentsMickael Maison1-2/+2
2014-11-26usb: chipidea: parameter 'mode' isn't needed for hw_device_resetPeter Chen1-1/+1
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-15/+12
2014-11-03usb: chipidea: otg_fsm: delete unnecessary 'out of memory' messagesPeter Chen1-8/+2
2014-11-03usb: chipidea: add support to the generic PHY frameworkAntoine Tenart1-1/+5
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart1-13/+3
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart1-1/+1
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-6/+6
2014-05-23usb: chipidea: using one inline function to cover queue work operationsPeter Chen1-46/+23
2014-04-24usb: chipidea: add sys inputs for OTG fsm inputLi Jun1-0/+173
2014-04-24usb: chipidea: OTG HNP and SRP fsm implementationLi Jun1-0/+243
2014-04-24usb: chipidea: OTG fsm timers initializationLi Jun1-0/+189
2014-04-24usb: chipidea: add OTG fsm operation functions implementationLi Jun1-0/+197
2014-04-24usb: chipidea: usb OTG fsm initialization.Li Jun1-0/+63