summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: dwc3: core: add dwc3_get_properties()Felipe Balbi2016-11-031-41/+49
| * usb: dwc3: core: remove unnecessary alignmentFelipe Balbi2016-11-031-6/+2
| * 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/+0
* | usb: dwc3: Fix error handling for core initVivek Gautam2016-10-311-3/+2
|/
* 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/+8
* 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/+0
* usb: dwc3: implement runtime PMFelipe Balbi2016-06-201-14/+134
* usb: dwc3: core: simplify suspend/resume operationsFelipe Balbi2016-06-201-54/+5
* 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/+7
* usb: dwc3: core: get rid of DWC3_PM_OPS macroFelipe Balbi2016-06-201-6/+2
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-281-66/+52
|\
| * 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/+1
| * usb: dwc3: add disable receiver detection in P3 quirkRajesh Bhagat2016-04-181-0/+6
| * usb: dwc3: drop ev_buffs arrayFelipe Balbi2016-04-141-9/+4
| * usb: dwc3: remove num_event_buffersFelipe Balbi2016-04-141-49/+32
| * usb: dwc3: drop FIFO resizing logicFelipe Balbi2016-04-141-4/+0
* | usb: dwc3: core: fix PHY handling during suspendFelipe Balbi2016-04-181-1/+22
|/
* usb: dwc3: core: improve reset sequenceFelipe Balbi2016-03-291-30/+18
* 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/+24
* 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/+0
* usb: dwc3: core: avoid NULL pointer dereferenceFelipe Balbi2015-07-061-2/+4
* usb: dwc3: add ULPI interface supportHeikki Krogerus2015-05-131-3/+31
* usb: dwc3: add hsphy_interface propertyHeikki Krogerus2015-05-131-0/+20
* usb: dwc3: setup phys earlierHeikki Krogerus2015-05-131-6/+2
* usb: dwc3: soft reset to it's own functionHeikki Krogerus2015-05-131-16/+30
* usb: dwc3: cache hwparams earlierHeikki Krogerus2015-05-131-2/+1