summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-31usb: dwc3: Fix error handling for core initVivek Gautam1-3/+2
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-14/+108
2016-09-07usb: dwc3: Fix dr_mode validationThinh Nguyen1-11/+54
2016-08-25usb: dwc3: Add ENDXFER command pollingJohn Youn1-0/+11
2016-08-25usb: dwc3: core: Move the mode setting to the right placeBaolin Wang1-3/+15
2016-08-25usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu1-0/+5
2016-08-25usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu1-0/+18
2016-08-25usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu1-0/+5
2016-08-22usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi1-0/+1
2016-06-21usb: dwc3: core: cleanup IRQ resourcesRoger Quadros1-14/+8
2016-06-21usb: dwc3: fix runtime PM in error pathRoger Quadros1-8/+18
2016-06-21usb: dwc3: core: fixup dr_mode fallback selectionFelipe Balbi1-2/+6
2016-06-20usb: dwc3: remove handling of platform dataHeikki Krogerus1-35/+0
2016-06-20usb: dwc3: implement runtime PMFelipe Balbi1-14/+134
2016-06-20usb: dwc3: core: simplify suspend/resume operationsFelipe Balbi1-54/+5
2016-06-20usb: dwc3: core: re-factor init and exit pathsFelipe Balbi1-58/+60
2016-06-20usb: dwc3: core: move fladj to dwc3 structureFelipe Balbi1-9/+7
2016-06-20usb: dwc3: core: get rid of DWC3_PM_OPS macroFelipe Balbi1-6/+2
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-66/+52
2016-04-19usb: dwc3: core: add fifo space helperFelipe Balbi1-0/+14
2016-04-19usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin1-9/+1
2016-04-18usb: dwc3: add disable receiver detection in P3 quirkRajesh Bhagat1-0/+6
2016-04-18usb: dwc3: core: fix PHY handling during suspendFelipe Balbi1-1/+22
2016-04-14usb: dwc3: drop ev_buffs arrayFelipe Balbi1-9/+4
2016-04-14usb: dwc3: remove num_event_buffersFelipe Balbi1-49/+32
2016-04-14usb: dwc3: drop FIFO resizing logicFelipe Balbi1-4/+0
2016-03-29usb: dwc3: core: improve reset sequenceFelipe Balbi1-30/+18
2016-03-04usb: dwc3: Validate the maximum_speed parameterJohn Youn1-2/+16
2016-03-04usb: dwc3: Update maximum_speed for SuperSpeedPlusJohn Youn1-4/+13
2015-12-15usb: dwc3: core: purge dev_dbg() callsFelipe Balbi1-3/+5
2015-10-09usb: dwc3: Add dis_enblslpm_quirkJohn Youn1-0/+6
2015-10-09usb: dwc3: Support Synopsys USB 3.1 IPJohn Youn1-2/+8
2015-09-27usb: dwc3: core: convert to unified device property interfaceHeikki Krogerus1-26/+24
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus1-1/+1
2015-09-27usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus1-1/+2
2015-09-27usb: dwc3: support for pinctrl state change during system sleepSekhar Nori1-0/+5
2015-09-27usb: dwc3: Add frame length adjustment quirkNikhil Badola1-0/+34
2015-07-29usb: dwc3: core: remove unnecessary dev_warn()Felipe Balbi1-2/+0
2015-07-06usb: dwc3: core: avoid NULL pointer dereferenceFelipe Balbi1-2/+4
2015-05-13usb: dwc3: add ULPI interface supportHeikki Krogerus1-3/+31
2015-05-13usb: dwc3: add hsphy_interface propertyHeikki Krogerus1-0/+20
2015-05-13usb: dwc3: setup phys earlierHeikki Krogerus1-6/+2
2015-05-13usb: dwc3: soft reset to it's own functionHeikki Krogerus1-16/+30
2015-05-13usb: dwc3: cache hwparams earlierHeikki Krogerus1-2/+1
2015-05-13usb: dwc3: store driver data earlierHeikki Krogerus1-1/+2
2015-03-10usb: dwc3: make LPM configurable in DTRobert Baldyga1-0/+3
2015-03-09usb: dwc3: core: only reset res->start in case of errorFelipe Balbi1-22/+34
2015-01-27usb: dwc3: remove reliance on dev_vdbg()Felipe Balbi1-1/+1
2014-11-06usb: dwc3: core: enable phy suspend quirk on non-FPGAFelipe Balbi1-2/+2
2014-11-03usb: dwc3: make HIRD threshold configurableHuang Rui1-0/+17