summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | * usb: dwc3: remove dwc3_log_msg trace classLu Baolu2017-03-271-25/+0
| | * usb: dwc3: make sure UX_EXIT_PX is clearedFelipe Balbi2017-03-272-0/+7
| * | Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman2017-03-271-4/+17
| |\ \ | | |/
| * | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
* | | Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-05-041-2/+3
|\ \ \ | |_|/ |/| |
| * | usb: dwc3: pci: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-03-231-2/+3
* | | usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic2017-03-221-4/+17
| |/ |/|
* | usb: dwc3: gadget: make to increment req->remaining in all casesFelipe Balbi2017-03-081-3/+3
* | usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Roger Quadros2017-03-061-0/+1
* | usb: dwc3: gadget: Fix system suspend/resume on TI platformsRoger Quadros2017-03-061-6/+1
* | usb: dwc3: Fix incorrect type for utmi modeFranck Demathieu2017-03-061-1/+1
* | usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeueFelipe Balbi2017-03-061-0/+63
* | usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi2017-03-061-7/+7
|/
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-266-62/+197
|\
| * usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisionsFelipe Balbi2017-01-261-3/+18
| * usb: dwc3: gadget: read IN ep FIFO size from HWFelipe Balbi2017-01-251-0/+38
OpenPOWER on IntegriCloud