| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: dwc3: Set SUSPENDENABLE soon after phy init | Thinh Nguyen | 2025-03-04 | 3 | -30/+45 |
* | usb: dwc3: gadget: Prevent irq storm when TH re-executes | Badhri Jagan Sridharan | 2025-03-03 | 2 | -13/+13 |
* | usb: dwc3: Fix timeout issue during controller enter/exit from halt state | Selvarasu Ganesan | 2025-02-14 | 1 | -0/+34 |
* | usb: dwc3: Document nostream_work | Thinh Nguyen | 2025-02-03 | 1 | -0/+1 |
* | usb: dwc3: core: Defer the probe until USB power supply ready | Kyle Tso | 2025-01-17 | 1 | -9/+21 |
* | usb: dwc3: gadget: Reinitiate stream for all host NoStream behavior | Thinh Nguyen | 2025-01-15 | 2 | -53/+59 |
* | Merge 6.13-rc7 into usb-next | Greg Kroah-Hartman | 2025-01-13 | 3 | -1/+5 |
|\ |
|
| * | usb: dwc3-am62: Disable autosuspend during remove | Prashanth K | 2024-12-23 | 1 | -0/+1 |
| * | usb: dwc3: gadget: fix writing NYET threshold | André Draszik | 2024-12-23 | 2 | -1/+4 |
* | | usb: dwc3: omap: Fix devm_regulator_get_optional() error handling | Rob Herring (Arm) | 2025-01-11 | 1 | -2/+5 |
* | | usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() | Raphael Gallais-Pou | 2025-01-11 | 1 | -4/+2 |
* | | usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk() | Joe Hattori | 2025-01-11 | 1 | -0/+1 |
* | | usb: dwc3: Skip resume if pm_runtime_set_active() fails | Ray Chi | 2025-01-11 | 1 | -1/+4 |
* | | usb: dwc3: omap: Use devm_regulator_get_optional() | Rob Herring (Arm) | 2025-01-03 | 1 | -8/+4 |
* | | usb: dwc3: gadget: Fix incorrect UDC state after manual deconfiguration | Roy Luo | 2024-12-24 | 1 | -0/+2 |
* | | usb: dwc3: dwc3-am62: Re-initialize controller if lost power in PM suspend | Roger Quadros | 2024-12-23 | 1 | -27/+55 |
* | | Merge 6.13-rc3 into usb-next | Greg Kroah-Hartman | 2024-12-16 | 2 | -15/+20 |
|\| |
|
| * | usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only mode | Neal Frager | 2024-12-04 | 1 | -1/+4 |
| * | usb: dwc3: imx8mp: fix software node kernel dump | Xu Yang | 2024-12-04 | 1 | -14/+16 |
* | | usb: dwc3: core: Disable USB2 retry for DWC_usb31 1.80a and prior | Faisal Hassan | 2024-12-04 | 2 | -0/+21 |
* | | usb: dwc3: remove unused sg struct member | Luis Felipe Hernandez | 2024-12-04 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2024-11-30 | 1 | -1/+1 |
|\ |
|
| * | usb: use "prompt" instead of "bool" for choice prompts | Masahiro Yamada | 2024-11-04 | 1 | -1/+1 |
* | | Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2024-11-29 | 17 | -93/+123 |
|\ \ |
|
| * | | usb: dwc3: gadget: Remove dwc3_request->needs_extra_trb | Thinh Nguyen | 2024-11-16 | 2 | -7/+4 |
| * | | usb: dwc3: gadget: Cleanup SG handling | Thinh Nguyen | 2024-11-16 | 2 | -38/+7 |
| * | | usb: dwc3: gadget: Fix looping of queued SG entries | Thinh Nguyen | 2024-11-16 | 1 | -3/+3 |
| * | | usb: dwc3: gadget: Fix checking for number of TRBs left | Thinh Nguyen | 2024-11-16 | 1 | -3/+6 |
| * | | usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED | Thinh Nguyen | 2024-11-16 | 1 | -1/+1 |
| * | | usb: dwc3: core: Set force_gen1 bit for all applicable SuperSpeed ports | Krishna Kurapati | 2024-11-13 | 2 | -4/+8 |
| * | | usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing l... | Selvarasu Ganesan | 2024-11-13 | 2 | -8/+50 |
| * | | usb: Use (of|device)_property_present() for non-boolean properties | Rob Herring (Arm) | 2024-11-05 | 3 | -3/+3 |
| * | | usb: dwc3: gadget: Refine the logic for resizing Tx FIFOs | Akash Kumar | 2024-10-29 | 1 | -9/+24 |
| * | | Merge 6.12-rc4 into usb-next | Greg Kroah-Hartman | 2024-10-21 | 3 | -4/+28 |
| |\| |
|
| * | | Merge 6.12-rc3 into usb-next | Greg Kroah-Hartman | 2024-10-14 | 3 | -23/+22 |
| |\ \ |
|
| * | | | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2024-10-04 | 13 | -13/+13 |
| * | | | usb: dwc3: Correct some typos in comments | Shen Lichuan | 2024-10-04 | 4 | -4/+4 |
* | | | | usb: dwc3: fix fault at system suspend if device was already runtime suspended | Roger Quadros | 2024-11-05 | 1 | -13/+12 |
| |_|/
|/| | |
|
* | | | usb: dwc3: core: Fix system suspend on TI AM62 platforms | Roger Quadros | 2024-10-16 | 2 | -0/+22 |
* | | | usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG | Prashanth K | 2024-10-16 | 1 | -4/+6 |
| |/
|/| |
|
* | | usb: dwc3: core: Stop processing of pending events if controller is halted | Selvarasu Ganesan | 2024-10-04 | 3 | -18/+19 |
* | | usb: dwc3: re-enable runtime PM after failed resume | Roy Luo | 2024-10-04 | 1 | -5/+3 |
|/ |
|
* | usb: dwc3: rtk: Clean up error code in __get_dwc3_maximum_speed() | Dan Carpenter | 2024-09-13 | 1 | -1/+1 |
* | usb: dwc3: imx8mp: disable SS_CON and U3 wakeup for system sleep | Li Jun | 2024-09-11 | 1 | -6/+9 |
* | usb: dwc3: imx8mp: add 2 software managed quirk properties for host mode | Frank Li | 2024-09-11 | 1 | -0/+18 |
* | Merge 6.11-rc7 into usb-next | Greg Kroah-Hartman | 2024-09-09 | 3 | -24/+34 |
|\ |
|
| * | usb: dwc3: core: update LC timer as per USB Spec V3.2 | Faisal Hassan | 2024-09-03 | 2 | -0/+17 |
| * | usb: dwc3: Avoid waking up gadget during startxfer | Prashanth K | 2024-09-03 | 1 | -24/+17 |
* | | usb: dwc3: xilinx: simplify with dev_err_probe | Krzysztof Kozlowski | 2024-09-03 | 1 | -5/+2 |
* | | usb: dwc3: rtk: return directly and simplify with devm_platform_ioremap_resource | Krzysztof Kozlowski | 2024-09-03 | 1 | -25/+8 |