summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0Felipe Balbi2017-09-181-0/+7
* Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-08-223-16/+14Star
|\
| * usb: dwc3: of-simple: remove include of clk-provider.hShawn Guo2017-08-151-2/+2
| * usb: dwc3: keystone: Add PM_RUNTIME Support to DWC3 Keystone USB driverFranklin S Cooper Jr2017-08-091-12/+10Star
| * usb: dwc3: omap: fix error return code in dwc3_omap_probe()Gustavo A. R. Silva2017-08-091-2/+2
| * usb: dwc3: pci: constify dev_pm_opsDoug Wilson2017-08-091-1/+1
* | Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-141-1/+32
|\ \
| * | usb: dwc3: gadget: Correct ISOC DATA PIDs for short packetsManu Gautam2017-08-031-1/+32
| |/
* / usb/dwc3:constify dev_pm_opsDoug Wilson2017-08-101-1/+1
|/
* 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/+8Star
* 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/+1Star
|\
| * PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki2017-06-281-2/+1Star
* | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-0411-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/+4Star
| | * usb: dwc3: debugfs: slightly improve output of trb_ringFelipe Balbi2017-06-021-5/+4Star
| | * usb: dwc3: update documentationFelipe Balbi2017-06-024-65/+124
| | * usb: dwc3: replace %p with %pKFelipe Balbi2017-06-022-7/+4Star
| | * 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/+1Star
* | | 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-0513-580/+511Star
|\
| * Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-1113-579/+510Star
| |\
| | * 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/+59Star
| | * usb: dwc3: ep0: improve handling of unaligned OUT requestsFelipe Balbi2017-04-113-92/+29Star
| | * 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/+18Star
| | * usb: dwc3: expose dwc3_trb_type_string()Felipe Balbi2017-04-113-55/+31Star
| | * usb: dwc3: debugfs: return strings that match tracepointsFelipe Balbi2017-04-111-4/+4