summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: Properly handle processing of pending eventsElson Roy Serrao2023-08-041-1/+8
* usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGratian Crisan2023-07-271-2/+4
* Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2023-07-252-19/+0
* usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang2023-07-251-2/+2
* Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-0314-76/+76
|\
| * usb: dwc3: gadget: Propagate core init errors to UDC during pullupKrishna Kurapati2023-06-231-1/+3
| * usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()Christophe JAILLET2023-06-131-1/+4
| * usb: dwc3: qcom: use dev_err_probe() where appropriateAndrew Halaney2023-06-131-11/+9
| * usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe()Christophe JAILLET2023-06-131-2/+3
| * usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove()Christophe JAILLET2023-06-131-1/+5
| * usb: dwc3: qcom: Fix potential memory leakVladislav Efanov2023-05-291-3/+3
| * USB: fix up merge of 6.4-rc4 into usb-nextRoger Quadros2023-05-281-18/+8
| * Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman2023-05-284-21/+154
| |\
| * | usb: dwc3-xilinx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-st: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-qcom: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-omap: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-of-simple: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-meson-g12a: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-keystone: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-imx8mp: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-exynos: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-am62: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-3/+2
| * | usb: core: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3-meson-g12a: support OTG switch for all IP versionsDmitry Rokosov2023-05-131-13/+3
| * | usb: dwc3: gadget: Bail out in pullup if soft reset timeout happensKrishna Kurapati2023-05-131-1/+4
| * | usb: dwc3: Add error logs for unknown endpoint eventsRoy Luo2023-05-132-0/+6
| * | usb: dwc3: core: add support for realtek SoCs custom's global register start ...Stanley Chang2023-05-132-0/+13
* | | USB: dwc3: fix use-after-free on core driver unbindJohan Hovold2023-06-131-0/+5
* | | USB: dwc3: qcom: fix NULL-deref on suspendJohan Hovold2023-06-131-1/+10
* | | usb: dwc3: gadget: Reset num TRBs before giving back the requestElson Roy Serrao2023-06-131-0/+1
| |/ |/|
* | usb: dwc3: fix a test for error in dwc3_core_init()Dan Carpenter2023-05-131-1/+1
* | usb: dwc3: debugfs: Resume dwc3 before accessing registersUdipto Goswami2023-05-131-0/+109
* | usb: dwc3: fix gadget mode suspend interrupt handler issueLinyu Yuan2023-05-132-1/+13
* | usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()Roger Quadros2023-05-131-33/+34
|/
* usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate APIWesley Cheng2023-04-211-32/+21
* usb: dwc3: gadget: Execute gadget stop after halting the controllerWesley Cheng2023-04-211-2/+13
* usb: dwc3: gadget: Stall and restart EP0 if host is unresponsiveWesley Cheng2023-04-201-17/+32
* usb: dwc3: core: add support for disabling High-speed park modeStanley Chang2023-04-202-0/+9
* USB: dwc3: clean up probe declarationsJohan Hovold2023-04-201-3/+1
* USB: dwc3: refactor clock lookupsJohan Hovold2023-04-201-55/+61
* USB: dwc3: refactor phy handlingJohan Hovold2023-04-201-57/+86
* USB: dwc3: clean up core init error handlingJohan Hovold2023-04-201-17/+13
* USB: dwc3: clean up phy init error handlingJohan Hovold2023-04-201-9/+9
* USB: dwc3: clean up probe error labelsJohan Hovold2023-04-201-23/+22
* USB: dwc3: drop dead hibernation codeJohan Hovold2023-04-202-110/+1
* USB: dwc3: gadget: drop dead hibernation codeJohan Hovold2023-04-201-40/+6
* USB: dwc3: disable autosuspend on unbindJohan Hovold2023-04-201-0/+2
* USB: dwc3: fix runtime pm imbalance on unbindJohan Hovold2023-04-201-0/+1
* USB: dwc3: fix runtime pm imbalance on probe errorsJohan Hovold2023-04-201-9/+5