summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: only unmap requests from DMA if mappedJack Pham2017-07-171-3/+5
* usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irqVignesh R2017-07-171-10/+8
* usb: dwc3: core: Call dwc3_core_get_phy() before initializing physVignesh R2017-07-171-3/+3
* Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-041-2/+1
|\
| * PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki2017-06-281-2/+1
* | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-0311-191/+554
|\ \ | |/ |/|
| * Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-2011-191/+554
| |\
| | * usb: dwc3: exynos: Handle return value of clk_prepare_enableArvind Yadav2017-06-151-3/+10
| | * usb: dwc3: gadget: increase readability of dwc3_gadget_init_endpoints()Andy Shevchenko2017-06-131-14/+15
| | * usb: dwc3: core: program PHY for proper DRD modesFelipe Balbi2017-06-131-1/+26
| | * usb: dwc3: core: initialize ULPI before trying to get the PHYFelipe Balbi2017-06-131-4/+6
| | * usb: dwc3: ulpi: conditionally resume ULPI PHYFelipe Balbi2017-06-131-0/+12
| | * usb: dwc3: ep0: make sure wValue is 0 on GetStatus()Felipe Balbi2017-06-131-0/+6
| | * usb: dwc3: gadget: implement ->udc_set_speed()Felipe Balbi2017-06-131-43/+58
| | * usb: dwc3: trace: decode ctrl requestFelipe Balbi2017-06-022-4/+238
| | * usb: dwc3: debug: remove static char buffer from dwc3_decode_event()Felipe Balbi2017-06-022-8/+9
| | * usb: dwc3: trace: rely on __string() and __assign_str()Felipe Balbi2017-06-021-8/+8
| | * usb: dwc3: gadget: slight cleanup to dwc3_process_event_entry()Felipe Balbi2017-06-021-12/+4
| | * usb: dwc3: debugfs: slightly improve output of trb_ringFelipe Balbi2017-06-021-5/+4
| | * usb: dwc3: update documentationFelipe Balbi2017-06-024-65/+124
| | * usb: dwc3: replace %p with %pKFelipe Balbi2017-06-022-7/+4
| | * usb: dwc3: add disable u2mac linestate check quirkWilliam Wu2017-05-172-6/+18
| | * usb: dwc3: gadget: lazily map requests for DMAFelipe Balbi2017-05-171-9/+12
| | * usb: dwc3: gadget: don't WARN about lack of TRBsFelipe Balbi2017-05-171-3/+1
* | | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-5/+5
|/ /
* | usb: dwc3: keystone: check return valuePan Bian2017-05-161-0/+4
* | usb: dwc3: gadget: Prevent losing events in event cacheThinh Nguyen2017-05-161-0/+9
* | usb: dwc3: gadget: Fix ISO transfer performanceRoger Quadros2017-05-161-1/+11
* | usb: dwc3: pci: add Intel Cannonlake PCI IDsHeikki Krogerus2017-05-161-0/+4
|/
* Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-0413-580/+511
|\
| * Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-1113-579/+510
| |\
| | * usb: dwc3: Add dual-role supportRoger Quadros2017-04-115-4/+111
| | * usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros2017-04-113-38/+80
| | * usb: dwc3: debugfs: remove unnecessary | operatorRoger Quadros2017-04-111-3/+3
| | * usb: dwc3: core: add current_dr_role memberRoger Quadros2017-04-112-0/+4
| | * usb: dwc3: simplify ZLP handlingFelipe Balbi2017-04-113-83/+59
| | * usb: dwc3: ep0: improve handling of unaligned OUT requestsFelipe Balbi2017-04-113-92/+29
| | * usb: dwc3: ep0: pass dep as argument to internal functionsFelipe Balbi2017-04-111-26/+26
| | * usb: dwc3: ep0: use immediate SETUP on TRBFelipe Balbi2017-04-113-36/+18
| | * usb: dwc3: expose dwc3_trb_type_string()Felipe Balbi2017-04-113-55/+31
| | * usb: dwc3: debugfs: return strings that match tracepointsFelipe Balbi2017-04-111-4/+4
| | * usb: dwc3: debugfs: make use of dwc3_gadget_link_string()Felipe Balbi2017-04-111-46/+1
| | * usb: dwc3: debugfs: downcase OTG on 'mode' fileFelipe Balbi2017-04-111-1/+1
| | * usb: dwc3: use BIT() macro where possibleRoger Quadros2017-04-113-131/+132
| | * usb: dwc3: trace: change format for string to cmd traceFelipe Balbi2017-04-111-1/+1
| | * usb: dwc3: gadget: Fix starting microframe for ISOCJohn Youn2017-04-111-2/+5
| | * usb: dwc3: exynos: change goto labels to meaningful namesShuah Khan2017-04-111-11/+11
| | * usb: dwc3: remove dwc3_gadget_init_hw_endpointsBryan O'Donoghue2017-04-111-9/+4
| | * usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue2017-04-114-43/+14
| | * usb: dwc3: make macros safe to expression argumentsRoger Quadros2017-04-111-13/+13