summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-07-309-96/+446
|\
| * usb: dwc3: gadget: Check MaxPacketSize from descriptorThinh Nguyen2018-07-301-1/+1
| * usb: dwc3: core: Enable AutoRetry feature in the controllerAnurag Kumar Vulisha2018-07-302-0/+19
| * usb: dwc3: Set default mode for dwc_usb31Thinh Nguyen2018-07-301-0/+8
| * usb: dwc3: pci: Intel Merrifield can be hostAndy Shevchenko2018-07-301-1/+7
| * usb: dwc3: pci: Supply device properties via driver dataAndy Shevchenko2018-07-301-57/+74
| * usb: dwc3: Enable undefined length INCR burst typePengbo Mu2018-07-302-0/+97
| * usb: dwc3: add global soc bus configuration reg0Pengbo Mu2018-07-301-0/+11
| * usb: dwc3: Describe 'wakeup_work' field of struct dwc3_pciAndy Shevchenko2018-07-301-0/+1
| * usb: dwc3: change stream event enable bit back to 13Erich E. Hoover2018-07-261-1/+1
| * usb: dwc3: of-simple: reset host controller at suspend/resumeEnric Balletbo i Serra2018-07-261-0/+29
| * usb: dwc3: pci: Use devm functions to get the phy GPIOsHans de Goede2018-07-261-4/+4
| * usb: dwc3: pci: Enable ULPI Refclk on platforms where the firmware does notHans de Goede2018-07-261-0/+31
| * usb: dwc3: pci: Add GPIO lookup table on platforms without ACPI GPIO resourcesHans de Goede2018-07-261-0/+18
| * usb: dwc3: Add a glue driver for Synopsys HAPS platformThinh Nguyen2018-07-264-34/+147
* | usb: dwc3: gadget: remove redundant variable maxpacketColin Ian King2018-07-131-3/+0Star
|/
* usb: dwc3: qcom: mark PM functions as __maybe_unusedArnd Bergmann2018-06-191-8/+4Star
* usb: dwc3: Fix error return code in dwc3_qcom_probe()Wei Yongjun2018-06-191-0/+1
* usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devicesHans de Goede2018-06-181-10/+13
* usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold2018-06-181-1/+2
* usb: dwc3: pci: add support for Intel IceLakeHeikki Krogerus2018-06-181-0/+2
* USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-32/+11Star
* usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driverDouglas Anderson2018-05-311-1/+0Star
* usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueMayank Rana2018-05-211-1/+1
* usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticWei Yongjun2018-05-211-1/+1
* usb: dwc3: dwc3_get_extcon() can be statickbuild test robot2018-05-211-1/+1
* usb: dwc3: gadget: init req->{direction,epnum} from alloc_request()Felipe Balbi2018-05-211-2/+1Star
* usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd()Felipe Balbi2018-05-212-6/+1Star
* usb: dwc3: gadget: assign resource_index inside get_transfer_index()Felipe Balbi2018-05-213-10/+6Star
* usb: dwc3: gadget: always start isochronous aligned to dep->intervalFelipe Balbi2018-05-211-10/+5Star
* usb: dwc3: gadget: don't issue End Transfer if we have started reqsFelipe Balbi2018-05-211-1/+3
* usb: dwc3: debug: decode uFrame from event tooFelipe Balbi2018-05-211-3/+7
* usb: dwc3: gadget: move dwc3_calc_trbs_left() in place of prototypeFelipe Balbi2018-05-211-49/+47Star
* usb: dwc3: gadget: move set_xfer_resource() in place of prototypeFelipe Balbi2018-05-211-13/+11Star
* usb: dwc3: gadget: remove a few more dwc argumentsFelipe Balbi2018-05-211-8/+10
* usb: dwc3: gadget: combine modify & restore into single argumentFelipe Balbi2018-05-211-22/+11Star
* usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints()Felipe Balbi2018-05-211-87/+116
* usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests()Felipe Balbi2018-05-211-24/+36
* usb: dwc3: gadget: get rid of the length variableFelipe Balbi2018-05-211-3/+1Star
* usb: dwc3: gadget: reduce scope of ret variableFelipe Balbi2018-05-211-1/+1
* usb: dwc3: gadget: one declaration per lineFelipe Balbi2018-05-211-2/+3
* usb: dwc3: gadget: simplify IOC handlingFelipe Balbi2018-05-211-15/+10Star
* usb: dwc3: gadget: simplify short packet eventFelipe Balbi2018-05-211-7/+1Star
* usb: dwc3: trace: print out event status tooFelipe Balbi2018-05-211-4/+16
* usb: dwc3: gadget: simplify unaligned and zlp handlingFelipe Balbi2018-05-211-4/+2Star
* usb: dwc3: gadget: remove unnecessary 'chain' variableFelipe Balbi2018-05-211-3/+1Star
* usb: dwc3: gadget: remove PENDING handling from cleanup_completedFelipe Balbi2018-05-211-14/+0Star
* usb: dwc3: gadget: split scatterlist and linear handlersFelipe Balbi2018-05-211-26/+45
* usb: dwc3: gadget: simplify isoc case on cleanup_completed_requestsFelipe Balbi2018-05-211-10/+3Star
* usb: dwc3: gadget: simplify queueing of isoc transfersFelipe Balbi2018-05-211-12/+6Star