aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-11usb: dwc3: debug: fix string position formatting mixup with ret and lenColin Ian King1-24/+15
2020-02-11usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fieldsAnurag Kumar Vulisha1-1/+2
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-26/+61
2020-01-27Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2020-01-22usb: dwc3: pci: add ID for the Intel Comet Lake -V variantHeikki Krogerus1-0/+4
2020-01-15usb: dwc3: gadget: Remove END_TRANSFER delayThinh Nguyen1-13/+5
2020-01-15usb: dwc3: gadget: Delay starting transferThinh Nguyen2-0/+12
2020-01-15usb: dwc3: gadget: Check END_TRANSFER completionThinh Nguyen3-2/+9
2020-01-15usb: dwc3: turn off VBUS when leaving host modeBin Liu1-0/+3
2020-01-15usb: dwc3: gadget: Clear DCTL.ULSTCHNGREQ before setThinh Nguyen1-0/+3
2020-01-15usb: dwc3: gadget: Set link state to RX_Detect on disconnectThinh Nguyen1-0/+2
2020-01-15usb: dwc3: gadget: Don't send unintended link state changeThinh Nguyen2-9/+21
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman1-0/+7
2020-01-09usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski1-2/+2
2020-01-09usb: dwc3: use proper initializers for property entriesDmitry Torokhov1-3/+3
2019-12-30usb: dwc3: gadget: Fix request complete checkThinh Nguyen1-0/+7
2019-12-12usb: dwc3: pci: add ID for the Intel Comet Lake -H variantHeikki Krogerus1-1/+5
2019-12-10usb: dwc3: ep0: Clear started flag on completionThinh Nguyen1-0/+8
2019-12-10usb: dwc3: gadget: Clear started flag for non-IOCThinh Nguyen1-0/+3
2019-12-10usb: dwc3: gadget: Fix logical conditionTejas Joglekar1-1/+1
2019-11-21usb: dwc3: Fix Kconfig indentationKrzysztof Kozlowski1-15/+15
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-10/+59
2019-11-14usb: dwc3: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman4-3/+9
2019-10-31usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi1-0/+6
2019-10-29usb: dwc3: of-simple: add a shutdownFelipe Balbi1-8/+20
2019-10-27usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu1-2/+1
2019-10-27usb: dwc3: pci: prevent memory leak in dwc3_pci_probeNavid Emamdoost1-1/+1
2019-10-27usb: dwc3: select CONFIG_REGMAP_MMIOArnd Bergmann1-0/+1
2019-10-23usb: dwc3: debug: Remove newline printoutThinh Nguyen1-2/+2
2019-10-22usb: dwc3: Disable phy suspend after power-on resetThinh Nguyen1-0/+37
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman3-15/+6
2019-10-07usb: dwc3: Remove dev_err() on platform_get_irq() failureHans de Goede3-9/+0
2019-10-07usb: dwc3: Switch to platform_get_irq_byname_optional()Hans de Goede3-6/+6
2019-10-04usb: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-09-03usb: dwc3: remove generic PHY calibrate() callsMarek Szyprowski1-2/+0
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman10-314/+83
2019-08-30usb: dwc3: gadget: Workaround Mirosoft's BESL checkThinh Nguyen1-2/+12
2019-08-29usb: common: Separated decoding functions from dwc3 driver.Pawel Laszczak2-253/+1
2019-08-28usb: dwc3: gadget: Set BESL config parameterThinh Nguyen1-0/+10
2019-08-28usb: dwc3: Separate field holding multiple propertiesThinh Nguyen2-3/+3
2019-08-28usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disablesNeil Armstrong1-1/+13
2019-08-28usb: dwc3: st: Add of_dev_put() in probe functionNishka Dasgupta1-0/+1
2019-08-28usb: dwc3: st: Add of_node_put() before return in probe functionNishka Dasgupta1-3/+6
2019-08-28usb: dwc3: don't set gadget->is_otg flagRoger Quadros1-1/+0
2019-08-09usb: dwc3: Use clk_bulk_prepare_enable()Andrey Smirnov1-18/+5
2019-08-09usb: dwc3: Use devres to get clocksAndrey Smirnov1-5/+2
2019-08-09usb: dwc3: remove generic PHYs forwarding for XHCI deviceMarek Szyprowski1-18/+4
2019-08-09usb: dwc3: Update soft-reset wait polling rateThinh Nguyen2-5/+20
2019-08-09usb: dwc3: omap: squash include/linux/platform_data/dwc3-omap.hMasahiro Yamada1-1/+6