summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2017-06-02usb: dwc3: trace: decode ctrl requestFelipe Balbi2-4/+238
2017-06-02usb: dwc3: debug: remove static char buffer from dwc3_decode_event()Felipe Balbi2-8/+9
2017-06-02usb: dwc3: trace: rely on __string() and __assign_str()Felipe Balbi1-8/+8
2017-06-02usb: dwc3: gadget: slight cleanup to dwc3_process_event_entry()Felipe Balbi1-12/+4
2017-06-02usb: dwc3: debugfs: slightly improve output of trb_ringFelipe Balbi1-5/+4
2017-06-02usb: dwc3: update documentationFelipe Balbi4-65/+124
2017-06-02usb: dwc3: replace %p with %pKFelipe Balbi2-7/+4
2017-05-17usb: dwc3: add disable u2mac linestate check quirkWilliam Wu2-6/+18
2017-05-17usb: dwc3: gadget: lazily map requests for DMAFelipe Balbi1-9/+12
2017-05-17usb: dwc3: gadget: don't WARN about lack of TRBsFelipe Balbi1-3/+1
2017-05-16usb: dwc3: keystone: check return valuePan Bian1-0/+4
2017-05-16usb: dwc3: gadget: Prevent losing events in event cacheThinh Nguyen1-0/+9
2017-05-16usb: dwc3: gadget: Fix ISO transfer performanceRoger Quadros1-1/+11
2017-05-16usb: dwc3: pci: add Intel Cannonlake PCI IDsHeikki Krogerus1-0/+4
2017-05-05Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds13-580/+511
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-2/+3
2017-04-11Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman13-579/+510
2017-04-11usb: dwc3: Add dual-role supportRoger Quadros5-4/+111
2017-04-11usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros3-38/+80
2017-04-11usb: dwc3: debugfs: remove unnecessary | operatorRoger Quadros1-3/+3
2017-04-11usb: dwc3: core: add current_dr_role memberRoger Quadros2-0/+4
2017-04-11usb: dwc3: simplify ZLP handlingFelipe Balbi3-83/+59
2017-04-11usb: dwc3: ep0: improve handling of unaligned OUT requestsFelipe Balbi3-92/+29
2017-04-11usb: dwc3: ep0: pass dep as argument to internal functionsFelipe Balbi1-26/+26
2017-04-11usb: dwc3: ep0: use immediate SETUP on TRBFelipe Balbi3-36/+18
2017-04-11usb: dwc3: expose dwc3_trb_type_string()Felipe Balbi3-55/+31
2017-04-11usb: dwc3: debugfs: return strings that match tracepointsFelipe Balbi1-4/+4
2017-04-11usb: dwc3: debugfs: make use of dwc3_gadget_link_string()Felipe Balbi1-46/+1
2017-04-11usb: dwc3: debugfs: downcase OTG on 'mode' fileFelipe Balbi1-1/+1
2017-04-11usb: dwc3: use BIT() macro where possibleRoger Quadros3-131/+132
2017-04-11usb: dwc3: trace: change format for string to cmd traceFelipe Balbi1-1/+1
2017-04-11usb: dwc3: gadget: Fix starting microframe for ISOCJohn Youn1-2/+5
2017-04-11usb: dwc3: exynos: change goto labels to meaningful namesShuah Khan1-11/+11
2017-04-11usb: dwc3: remove dwc3_gadget_init_hw_endpointsBryan O'Donoghue1-9/+4
2017-04-11usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue4-43/+14
2017-04-11usb: dwc3: make macros safe to expression argumentsRoger Quadros1-13/+13
2017-03-27usb: dwc3: remove dwc3_log_msg trace classLu Baolu1-25/+0
2017-03-27usb: dwc3: make sure UX_EXIT_PX is clearedFelipe Balbi2-0/+7
2017-03-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman1-4/+17
2017-03-23usb: dwc3: pci: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko1-2/+3
2017-03-22usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic1-4/+17
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-1/+1
2017-03-08usb: dwc3: gadget: make to increment req->remaining in all casesFelipe Balbi1-3/+3
2017-03-06usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Roger Quadros1-0/+1
2017-03-06usb: dwc3: gadget: Fix system suspend/resume on TI platformsRoger Quadros1-6/+1
2017-03-06usb: dwc3: Fix incorrect type for utmi modeFranck Demathieu1-1/+1
2017-03-06usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeueFelipe Balbi1-0/+63
2017-03-06usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi1-7/+7
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman6-62/+197
2017-01-26usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisionsFelipe Balbi1-3/+18