summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2018-11-26usb: dwc3: drd: Switch to device property for 'extcon' handlingAndy Shevchenko
2018-11-26usb: dwc3: don't log probe deferrals; but do log other error codesBrian Norris
2018-11-26usb: dwc3: Support option to disable USB2 LPMThinh Nguyen
2018-11-26usb: dwc3: Set GUSB2PHYCFG.ENBLSLPMThinh Nguyen
2018-11-26usb: dwc3: debugfs: Print/set link state for peripheral modeThinh Nguyen
2018-11-26usb: dwc3: debugfs: Properly print/set link state for HSThinh Nguyen
2018-11-26usb: dwc3: debugfs: Dump internal LSP and ep registersThinh Nguyen
2018-11-26usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytesThinh Nguyen
2018-11-26usb: dwc3: debugfs: Properly name Tx/RxFIFOThinh Nguyen
2018-11-26Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"Felipe Balbi
2018-11-14usb: dwc3: gadget: fix ISOC TRB type on unaligned transfersFelipe Balbi
2018-11-14usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()Kuppuswamy Sathyanarayanan
2018-11-06usb: dwc3: gadget: Properly check last unaligned/zero chain TRBThinh Nguyen
2018-11-06usb: dwc3: core: Clean up ULPI deviceAndy Shevchenko
2018-10-02usb: dwc3: Fix spelling of 'optimizations'Faisal Mehmood
2018-10-02usb: dwc3: gadget: Check ENBLSLPM before sending ep commandThinh Nguyen
2018-10-02usb: dwc3: add EXTCON dependency for qcomArnd Bergmann
2018-10-02usb: dwc3: exynos: Add support for Exynos5433 variant with all clocksMarek Szyprowski
2018-10-02usb: dwc3: exynos: Rework clock handling and prepare for new variantsMarek Szyprowski
2018-10-02usb: dwc3: exynos: Remove dead codeMarek Szyprowski
2018-09-06Merge tag 'fixes-for-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2018-09-05usb/dwc3/gadget: fix kernel-doc parameter warningRandy Dunlap
2018-08-29usb: dwc3: pci: Fix return value check in dwc3_byt_enable_ulpi_refclock()Wei Yongjun
2018-08-29usb: dwc3: of-simple: avoid unused function warningsArnd Bergmann
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2018-07-30usb: dwc3: gadget: Check MaxPacketSize from descriptorThinh Nguyen
2018-07-30usb: dwc3: core: Enable AutoRetry feature in the controllerAnurag Kumar Vulisha
2018-07-30usb: dwc3: Set default mode for dwc_usb31Thinh Nguyen
2018-07-30usb: dwc3: pci: Intel Merrifield can be hostAndy Shevchenko
2018-07-30usb: dwc3: pci: Supply device properties via driver dataAndy Shevchenko
2018-07-30usb: dwc3: Enable undefined length INCR burst typePengbo Mu
2018-07-30usb: dwc3: add global soc bus configuration reg0Pengbo Mu
2018-07-30usb: dwc3: Describe 'wakeup_work' field of struct dwc3_pciAndy Shevchenko
2018-07-26usb: dwc3: change stream event enable bit back to 13Erich E. Hoover
2018-07-26usb: dwc3: of-simple: reset host controller at suspend/resumeEnric Balletbo i Serra
2018-07-26usb: dwc3: pci: Use devm functions to get the phy GPIOsHans de Goede
2018-07-26usb: dwc3: pci: Enable ULPI Refclk on platforms where the firmware does notHans de Goede
2018-07-26usb: dwc3: pci: Add GPIO lookup table on platforms without ACPI GPIO resourcesHans de Goede
2018-07-26usb: dwc3: Add a glue driver for Synopsys HAPS platformThinh Nguyen
2018-07-13usb: dwc3: gadget: remove redundant variable maxpacketColin Ian King
2018-06-19usb: dwc3: qcom: mark PM functions as __maybe_unusedArnd Bergmann
2018-06-19usb: dwc3: Fix error return code in dwc3_qcom_probe()Wei Yongjun
2018-06-18usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devicesHans de Goede
2018-06-18usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold
2018-06-18usb: dwc3: pci: add support for Intel IceLakeHeikki Krogerus
2018-05-31USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driverDouglas Anderson
2018-05-21usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueMayank Rana
2018-05-21usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticWei Yongjun
2018-05-21usb: dwc3: dwc3_get_extcon() can be statickbuild test robot