Age | Commit message (Expand) | Author |
2019-07-04 | Revert "usb:gadget Separated decoding functions from dwc3 driver." | Greg Kroah-Hartman |
2019-07-03 | usb:gadget Separated decoding functions from dwc3 driver. | Pawel Laszczak |
2019-07-03 | usb: dwc3: pci: add support for TigerLake Devices | Felipe Balbi |
2019-06-20 | usb: dwc3: remove unused @lock member of dwc3_ep struct | Chunfeng Yun |
2019-06-20 | usb: dwc3: pci: Add Support for Intel Elkhart Lake Devices | Felipe Balbi |
2019-06-18 | usb: dwc3: gadget: Add support for disabling U1 and U2 entries | Anurag Kumar Vulisha |
2019-06-18 | usb: dwc3: qcom: Use of_clk_get_parent_count() | Kefeng Wang |
2019-06-18 | usb: dwc3: Fix core validation in probe, move after clocks are enabled | Enric Balletbo i Serra |
2019-06-18 | usb: dwc3: qcom: Improve error handling | Lee Jones |
2019-06-18 | usb: dwc3: qcom: Start USB in 'host mode' on the SDM845 | Lee Jones |
2019-06-18 | usb: dwc3: qcom: Add support for booting with ACPI | Lee Jones |
2019-06-18 | usb: dwc3: meson-g12a: Add support for IRQ based OTG switching | Neil Armstrong |
2019-05-08 | Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2019-05-03 | usb: dwc3: Rename DWC3_DCTL_LPM_ERRATA | Thinh Nguyen |
2019-05-03 | usb: dwc3: Fix default lpm_nyet_threshold value | Thinh Nguyen |
2019-05-03 | usb: dwc3: debug: Print GET_STATUS(device) tracepoint | Thinh Nguyen |
2019-05-03 | usb: dwc3: Do core validation early on probe | Thinh Nguyen |
2019-05-03 | usb: dwc3: gadget: Set lpm_capable | Thinh Nguyen |
2019-05-03 | usb: dwc3: move synchronize_irq() out of the spinlock protected block | Marek Szyprowski |
2019-05-03 | usb: dwc3: Free resource immediately after use | Andy Shevchenko |
2019-05-03 | usb: dwc3: of-simple: Convert to bulk clk API | Robin Murphy |
2019-05-03 | usb: dwc3: Add Amlogic G12A DWC3 glue | Neil Armstrong |
2019-05-03 | usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON | Marc Gonzalez |
2019-04-24 | Merge tag 'drm/tegra/for-5.2-rc1' of git://anongit.freedesktop.org/tegra/linu... | Dave Airlie |
2019-03-20 | reset: Add acquired flag to of_reset_control_array_get() | Thierry Reding |
2019-03-20 | usb: dwc3: pci: add support for Comet Lake PCH ID | Felipe Balbi |
2019-02-19 | usb: dwc3: drd: Defer probe if extcon device is not found | Andy Shevchenko |
2019-02-15 | Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman |
2019-02-13 | usb: dwc3: Reset num_trbs after skipping | Thinh Nguyen |
2019-02-13 | usb: dwc3: gadget: don't enable interrupt when disabling endpoint | Felipe Balbi |
2019-02-11 | Merge 5.0-rc6 into usb-next | Greg Kroah-Hartman |
2019-02-07 | usb: dwc3: haps: Workaround matching VID PID | Thinh Nguyen |
2019-02-05 | usb: dwc3: debug: purge usage of strcat | Felipe Balbi |
2019-02-04 | usb: dwc3: trace: pass trace buffer size to decoding functions | Felipe Balbi |
2019-02-04 | usb: dwc3: gadget: remove DWC3_EP_END_TRANSFER_PENDING | Felipe Balbi |
2019-02-04 | usb: dwc3: gadget: early giveback if End Transfer already completed | Felipe Balbi |
2019-02-04 | usb: dwc3: gadget: don't use resource_index as a flag | Felipe Balbi |
2019-02-01 | usb: dwc3: gadget: clear DWC3_EP_TRANSFER_STARTED on cmd complete | Felipe Balbi |
2019-01-28 | usb: dwc3: exynos: Fix error handling of clk_prepare_enable | Alexey Khoroshilov |
2019-01-28 | usb: dwc3: gadget: Handle 0 xfer length for OUT EP | Tejas Joglekar |
2019-01-28 | usb: dwc3: gadget: remove req->started flag | Felipe Balbi |
2019-01-28 | usb: dwc3: gadget: prevent dwc3_request from being queued twice | Felipe Balbi |
2019-01-28 | usb: dwc3: gadget: add dwc3_request status tracking | Felipe Balbi |
2019-01-28 | usb: dwc3: keystone: Add support for ti,am654-dwc3 | Roger Quadros |
2019-01-28 | usb: dwc3: gadget: Fix OTG events when gadget driver isn't loaded | Roger Quadros |
2019-01-28 | usb: dwc3: qcom: Add support for MSM8998 | Jeffrey Hugo |
2019-01-28 | Merge 5.0-rc4 into usb-next | Greg Kroah-Hartman |
2019-01-22 | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman |
2019-01-14 | usb: dwc3: gadget: Fix the uninitialized link_state when udc starts | Zeng Tao |
2019-01-14 | usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup | Jack Pham |