Age | Commit message (Expand) | Author | Files | Lines |
2021-03-26 | usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disable | Wesley Cheng | 1 | -4/+4 |
2021-03-23 | usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel Merrifield | Andy Shevchenko | 1 | -0/+2 |
2021-03-23 | usb: dwc3: gadget: Use max speed if unspecified | Thinh Nguyen | 1 | -1/+1 |
2021-03-23 | usb: dwc3: gadget: Set gadget_max_speed when set ssp_rate | Thinh Nguyen | 1 | -0/+1 |
2021-03-23 | usb: dwc3: qcom: skip interconnect init for ACPI probe | Shawn Guo | 1 | -0/+3 |
2021-03-17 | usb: dwc3: gadget: Prevent EP queuing while stopping transfers | Wesley Cheng | 1 | -6/+5 |
2021-03-10 | usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement | Serge Semin | 1 | -3/+6 |
2021-03-10 | usb: dwc3: qcom: Honor wakeup enabled/disabled state | Matthias Kaehlcke | 1 | -2/+5 |
2021-03-10 | usb: dwc3: qcom: add ACPI device id for sc8180x | Shawn Guo | 1 | -0/+2 |
2021-02-22 | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2021-02-13 | of: Remove of_dev_{get,put}() | Rob Herring | 1 | -1/+1 |
2021-02-09 | usb: dwc3: gadget: Fix dep->interval for fullspeed interrupt | Thinh Nguyen | 1 | -1/+6 |
2021-02-09 | usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1 | Thinh Nguyen | 1 | -1/+11 |
2021-02-08 | Merge 5.11-rc7 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
2021-02-06 | usb: dwc3: gadget: Remove check for bounded driver | Thinh Nguyen | 1 | -17/+2 |
2021-02-06 | usb: dwc3: gadget: Set speed only up to the max supported | Thinh Nguyen | 1 | -5/+10 |
2021-02-06 | usb: dwc3: gadget: Track connected SSP rate and lane count | Thinh Nguyen | 2 | -0/+25 |
2021-02-06 | usb: dwc3: gadget: Implement setting of SSP rate | Thinh Nguyen | 2 | -1/+51 |
2021-02-06 | usb: dwc3: core: Check maximum_speed SSP genXxY | Thinh Nguyen | 3 | -0/+40 |
2021-02-05 | usb: dwc3: fix clock issue during resume in OTG mode | Gary Bisson | 1 | -1/+1 |
2021-02-05 | usb: dwc3: host: Use software node API with the properties | Heikki Krogerus | 1 | -1/+1 |
2021-02-04 | usb: dwc3: qcom: Constify the software node | Heikki Krogerus | 1 | -3/+9 |
2021-02-04 | usb: dwc3: haps: Constify the software node | Heikki Krogerus | 1 | -1/+7 |
2021-01-15 | usb: dwc3: qcom: add URS Host support for sdm845 ACPI boot | Shawn Guo | 1 | -3/+56 |
2021-01-15 | usb: dwc3: pci: add support for the Intel Alder Lake-P | Heikki Krogerus | 1 | -0/+4 |
2021-01-15 | usb: dwc3: pci: ID for Tiger Lake CPU | Heikki Krogerus | 1 | -0/+4 |
2021-01-15 | usb: dwc3: pci: Register a software node for the dwc3 platform device | Heikki Krogerus | 1 | -24/+37 |
2021-01-14 | USB: dwc3: document gadget_max_speed | Mauro Carvalho Chehab | 1 | -0/+1 |
2021-01-14 | usb: dwc3: gadget: Disable Vendor Test LMP Received event | Thinh Nguyen | 1 | -2/+1 |
2021-01-12 | usb: dwc3: Simplify with dev_err_probe() | Andy Shevchenko | 1 | -33/+11 |
2021-01-12 | usb: dwc3: keystone: Simplify with dev_err_probe() | Andy Shevchenko | 1 | -7/+2 |
2021-01-12 | usb: dwc3: core: Replace devm_reset_control_array_get() | Yejune Deng | 1 | -1/+1 |
2021-01-11 | Merge 5.11-rc3 into usb-next | Greg Kroah-Hartman | 4 | -29/+28 |
2021-01-07 | usb: dwc3: gadget: Clear wait flag on dequeue | Thinh Nguyen | 1 | -0/+2 |
2021-01-04 | usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup | Wesley Cheng | 1 | -11/+3 |
2021-01-04 | usb: dwc3: gadget: Preserve UDC max speed setting | Wesley Cheng | 2 | -51/+58 |
2021-01-04 | usb: dwc3: gadget: Allow runtime suspend if UDC unbinded | Wesley Cheng | 1 | -0/+13 |
2021-01-04 | usb: dwc3: gadget: Introduce a DWC3 VBUS draw callback | Wesley Cheng | 1 | -0/+11 |
2021-01-04 | usb: dwc3: add imx8mp dwc3 glue layer driver | Li Jun | 3 | -0/+374 |
2020-12-28 | usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression | Serge Semin | 1 | -13/+5 |
2020-12-28 | usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based one | Serge Semin | 1 | -3/+15 |
2020-12-28 | usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completion | Serge Semin | 2 | -1/+2 |
2020-12-28 | usb: dwc3: drd: Improve dwc3_get_extcon() style | Sam Protsenko | 1 | -12/+9 |
2020-12-28 | usb: dwc3: drd: Avoid error when extcon is missing | Sam Protsenko | 1 | -1/+11 |
2020-12-28 | usb: dwc3: meson-g12a: disable clk on error handling path in probe | Zheng Zengkai | 1 | -1/+1 |
2020-11-02 | Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2 | -1/+6 |
2020-10-28 | usb: fix kernel-doc markups | Mauro Carvalho Chehab | 2 | -2/+2 |
2020-10-27 | usb: dwc3: ep0: Fix delay status handling | Thinh Nguyen | 1 | -1/+2 |
2020-10-27 | usb: dwc3: pci: add support for the Intel Alder Lake-S | Heikki Krogerus | 1 | -0/+4 |
2020-10-02 | usb: dwc3: of-simple: Add compatible string for Intel Keem Bay platform | Wan Ahmad Zainie | 1 | -0/+1 |