| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: dwc3: core: configure TX/RX threshold for DWC3_IP | Stanley Chang | 2023-10-02 | 2 | -36/+137 |
* | usb: dwc3: add Realtek DHC RTD SoC dwc3 glue layer driver | Stanley Chang | 2023-10-02 | 3 | -0/+487 |
* | Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2023-09-07 | 1 | -0/+2 |
|\ |
|
* | | usb: dwc3: exynos: Add support for Exynos850 variant | Sam Protsenko | 2023-08-22 | 1 | -0/+9 |
* | | usb: dwc3: remove unnecessary platform_set_drvdata() | Yang Yingliang | 2023-08-22 | 4 | -6/+0 |
* | | usb: dwc3: meson-g12a: do post init to fix broken usb after resumption | Luke Lu | 2023-08-22 | 1 | -0/+6 |
* | | Merge 6.5-rc6 into usb-next | Greg Kroah-Hartman | 2023-08-14 | 1 | -1/+8 |
|\ \ |
|
| * | | usb: dwc3: Properly handle processing of pending events | Elson Roy Serrao | 2023-08-04 | 1 | -1/+8 |
* | | | usb: dwc3: dwc3-octeon: Verify clock divider | Ladislav Michl | 2023-08-09 | 1 | -2/+6 |
* | | | usb: dwc3: dwc3-octeon: Add SPDX header and copyright | Ladislav Michl | 2023-08-04 | 1 | -6/+4 |
* | | | usb: dwc3: dwc3-octeon: Dump control register on clock init failure | Ladislav Michl | 2023-08-04 | 1 | -2/+2 |
* | | | usb: dwc3: dwc3-octeon: Move node parsing into driver probe | Ladislav Michl | 2023-08-04 | 1 | -75/+60 |
* | | | usb: dwc3: dwc3-octeon: Avoid half-initialized controller state | Ladislav Michl | 2023-08-04 | 1 | -47/+43 |
* | | | usb: dwc3: dwc3-octeon: Pass dwc3_octeon to setup functions | Ladislav Michl | 2023-08-04 | 1 | -11/+12 |
* | | | usb: dwc3: dwc3-octeon: Use _ULL bitfields defines | Ladislav Michl | 2023-08-04 | 1 | -39/+39 |
* | | | usb: dwc3: dwc3-octeon: Convert to glue driver | Ladislav Michl | 2023-08-04 | 4 | -1/+571 |
* | | | Merge 6.5-rc4 into usb-next | Greg Kroah-Hartman | 2023-07-31 | 3 | -23/+6 |
|\| | |
|
| * | | usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy | Gratian Crisan | 2023-07-27 | 1 | -2/+4 |
| * | | Revert "usb: dwc3: core: Enable AutoRetry feature in the controller" | Jakub Vanek | 2023-07-25 | 2 | -19/+0 |
| * | | usb: dwc3: don't reset device side if dwc3 was configured as host-only | Jisheng Zhang | 2023-07-25 | 1 | -2/+2 |
| |/ |
|
* | | usb: dwc3-am62: Rename private data | Ladislav Michl | 2023-07-25 | 1 | -47/+47 |
* | | usb: Explicitly include correct DT includes | Rob Herring | 2023-07-25 | 2 | -0/+2 |
|/ |
|
* | Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-07-03 | 14 | -76/+76 |
|\ |
|
| * | usb: dwc3: gadget: Propagate core init errors to UDC during pullup | Krishna Kurapati | 2023-06-23 | 1 | -1/+3 |
| * | usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() | Christophe JAILLET | 2023-06-13 | 1 | -1/+4 |
| * | usb: dwc3: qcom: use dev_err_probe() where appropriate | Andrew Halaney | 2023-06-13 | 1 | -11/+9 |
| * | usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() | Christophe JAILLET | 2023-06-13 | 1 | -2/+3 |
| * | usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() | Christophe JAILLET | 2023-06-13 | 1 | -1/+5 |
| * | usb: dwc3: qcom: Fix potential memory leak | Vladislav Efanov | 2023-05-29 | 1 | -3/+3 |
| * | USB: fix up merge of 6.4-rc4 into usb-next | Roger Quadros | 2023-05-28 | 1 | -18/+8 |
| * | Merge 6.4-rc4 into usb-next | Greg Kroah-Hartman | 2023-05-28 | 4 | -21/+154 |
| |\ |
|
| * | | usb: dwc3-xilinx: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-st: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-qcom: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-omap: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-of-simple: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-meson-g12a: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-keystone: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-imx8mp: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-exynos: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-am62: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -3/+2 |
| * | | usb: core: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
| * | | usb: dwc3-meson-g12a: support OTG switch for all IP versions | Dmitry Rokosov | 2023-05-13 | 1 | -13/+3 |
| * | | usb: dwc3: gadget: Bail out in pullup if soft reset timeout happens | Krishna Kurapati | 2023-05-13 | 1 | -1/+4 |
| * | | usb: dwc3: Add error logs for unknown endpoint events | Roy Luo | 2023-05-13 | 2 | -0/+6 |
| * | | usb: dwc3: core: add support for realtek SoCs custom's global register start ... | Stanley Chang | 2023-05-13 | 2 | -0/+13 |
* | | | USB: dwc3: fix use-after-free on core driver unbind | Johan Hovold | 2023-06-13 | 1 | -0/+5 |
* | | | USB: dwc3: qcom: fix NULL-deref on suspend | Johan Hovold | 2023-06-13 | 1 | -1/+10 |
* | | | usb: dwc3: gadget: Reset num TRBs before giving back the request | Elson Roy Serrao | 2023-06-13 | 1 | -0/+1 |
| |/
|/| |
|
* | | usb: dwc3: fix a test for error in dwc3_core_init() | Dan Carpenter | 2023-05-13 | 1 | -1/+1 |