summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | usb: dwc3: drd: Switch to device property for 'extcon' handlingAndy Shevchenko2018-11-261-2/+3
| * | usb: dwc3: don't log probe deferrals; but do log other error codesBrian Norris2018-11-261-1/+2
| * | usb: dwc3: Support option to disable USB2 LPMThinh Nguyen2018-11-263-1/+8
| * | usb: dwc3: Set GUSB2PHYCFG.ENBLSLPMThinh Nguyen2018-11-261-0/+2
| * | usb: dwc3: debugfs: Print/set link state for peripheral modeThinh Nguyen2018-11-261-0/+13
| * | usb: dwc3: debugfs: Properly print/set link state for HSThinh Nguyen2018-11-262-2/+46
| * | usb: dwc3: debugfs: Dump internal LSP and ep registersThinh Nguyen2018-11-262-4/+154
| * | usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytesThinh Nguyen2018-11-261-0/+8
| * | usb: dwc3: debugfs: Properly name Tx/RxFIFOThinh Nguyen2018-11-262-10/+10
* | | Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"Felipe Balbi2018-11-261-5/+0
|/ /
* | usb: dwc3: gadget: fix ISOC TRB type on unaligned transfersFelipe Balbi2018-11-141-3/+3
* | usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()Kuppuswamy Sathyanarayanan2018-11-141-1/+3
* | usb: dwc3: gadget: Properly check last unaligned/zero chain TRBThinh Nguyen2018-11-061-1/+1
* | usb: dwc3: core: Clean up ULPI deviceAndy Shevchenko2018-11-061-0/+1
|/
* usb: dwc3: Fix spelling of 'optimizations'Faisal Mehmood2018-10-021-1/+1
* usb: dwc3: gadget: Check ENBLSLPM before sending ep commandThinh Nguyen2018-10-021-10/+19
* usb: dwc3: add EXTCON dependency for qcomArnd Bergmann2018-10-021-1/+1
* usb: dwc3: exynos: Add support for Exynos5433 variant with all clocksMarek Szyprowski2018-10-021-0/+9
* usb: dwc3: exynos: Rework clock handling and prepare for new variantsMarek Szyprowski2018-10-021-48/+80
* usb: dwc3: exynos: Remove dead codeMarek Szyprowski2018-10-021-75/+0
* Merge tag 'fixes-for-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-062-8/+6
|\
| * usb: dwc3: pci: Fix return value check in dwc3_byt_enable_ulpi_refclock()Wei Yongjun2018-08-291-2/+2
| * usb: dwc3: of-simple: avoid unused function warningsArnd Bergmann2018-08-291-6/+4
* | usb/dwc3/gadget: fix kernel-doc parameter warningRandy Dunlap2018-09-051-1/+0
|/
* 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/+0
|/
* usb: dwc3: qcom: mark PM functions as __maybe_unusedArnd Bergmann2018-06-191-8/+4
* 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/+11
* usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driverDouglas Anderson2018-05-311-1/+0
* 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