summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: dwc3: Workaround for irq mask issueJohn Youn2016-11-181-0/+11
| * usb: dwc3: Implement interrupt moderationJohn Youn2016-11-181-0/+16
| * usb: dwc3: core: add a event buffer cacheJohn Youn2016-11-181-0/+4
| * usb: dwc3: core: remove dwc3_soft_reset()Felipe Balbi2016-11-181-39/+0Star
| * usb: dwc3: Add a function to check propertiesJohn Youn2016-11-181-26/+33
| * usb: dwc3: trace: purge dwc3_trace()Felipe Balbi2016-11-081-12/+3Star
| * usb: dwc3: core: add dwc3_get_properties()Felipe Balbi2016-11-031-41/+49
| * usb: dwc3: core: remove unnecessary alignmentFelipe Balbi2016-11-031-6/+2Star
| * usb: dwc3: core: introduce dwc3_core_setup_global_control()Felipe Balbi2016-11-031-42/+48
| * usb: dwc3: core: introduce dwc3_core_is_valid()Felipe Balbi2016-11-031-10/+22
| * usb: dwc3: Add support for device L1 exitJohn Youn2016-11-031-0/+10
| * usb: dwc3: remove unused struct member dwc3->memLu Baolu2016-11-031-1/+0Star
* | usb: dwc3: Fix error handling for core initVivek Gautam2016-10-311-3/+2Star
|/
* Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-141-14/+108
|\
| * usb: dwc3: Fix dr_mode validationThinh Nguyen2016-09-071-11/+54
| * usb: dwc3: Add ENDXFER command pollingJohn Youn2016-08-251-0/+11
| * usb: dwc3: core: Move the mode setting to the right placeBaolin Wang2016-08-251-3/+15
| * usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu2016-08-251-0/+5
| * usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu2016-08-251-0/+18
| * usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu2016-08-251-0/+5
* | usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi2016-08-221-0/+1
|/
* usb: dwc3: core: cleanup IRQ resourcesRoger Quadros2016-06-211-14/+8Star
* usb: dwc3: fix runtime PM in error pathRoger Quadros2016-06-211-8/+18
* usb: dwc3: core: fixup dr_mode fallback selectionFelipe Balbi2016-06-211-2/+6
* usb: dwc3: remove handling of platform dataHeikki Krogerus2016-06-201-35/+0Star
* usb: dwc3: implement runtime PMFelipe Balbi2016-06-201-14/+134
* usb: dwc3: core: simplify suspend/resume operationsFelipe Balbi2016-06-201-54/+5Star
* usb: dwc3: core: re-factor init and exit pathsFelipe Balbi2016-06-201-58/+60
* usb: dwc3: core: move fladj to dwc3 structureFelipe Balbi2016-06-201-9/+7Star
* usb: dwc3: core: get rid of DWC3_PM_OPS macroFelipe Balbi2016-06-201-6/+2Star
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-281-66/+52Star
|\
| * usb: dwc3: core: add fifo space helperFelipe Balbi2016-04-191-0/+14
| * usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin2016-04-191-9/+1Star
| * usb: dwc3: add disable receiver detection in P3 quirkRajesh Bhagat2016-04-181-0/+6
| * usb: dwc3: drop ev_buffs arrayFelipe Balbi2016-04-141-9/+4Star
| * usb: dwc3: remove num_event_buffersFelipe Balbi2016-04-141-49/+32Star
| * usb: dwc3: drop FIFO resizing logicFelipe Balbi2016-04-141-4/+0Star
* | usb: dwc3: core: fix PHY handling during suspendFelipe Balbi2016-04-181-1/+22
|/
* usb: dwc3: core: improve reset sequenceFelipe Balbi2016-03-291-30/+18Star
* usb: dwc3: Validate the maximum_speed parameterJohn Youn2016-03-041-2/+16
* usb: dwc3: Update maximum_speed for SuperSpeedPlusJohn Youn2016-03-041-4/+13
* usb: dwc3: core: purge dev_dbg() callsFelipe Balbi2015-12-151-3/+5
* usb: dwc3: Add dis_enblslpm_quirkJohn Youn2015-10-091-0/+6
* usb: dwc3: Support Synopsys USB 3.1 IPJohn Youn2015-10-091-2/+8
* usb: dwc3: core: convert to unified device property interfaceHeikki Krogerus2015-09-271-26/+24Star
* usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-271-1/+1
* usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus2015-09-271-1/+2
* usb: dwc3: support for pinctrl state change during system sleepSekhar Nori2015-09-271-0/+5
* usb: dwc3: Add frame length adjustment quirkNikhil Badola2015-09-271-0/+34
* usb: dwc3: core: remove unnecessary dev_warn()Felipe Balbi2015-07-291-2/+0Star