index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-10
usb: dwc3: gadget: Clear started flag for non-IOC
Thinh Nguyen
1
-0
/
+3
2019-12-10
usb: dwc3: gadget: Fix logical condition
Tejas Joglekar
1
-1
/
+1
2019-11-21
usb: dwc3: Fix Kconfig indentation
Krzysztof Kozlowski
1
-15
/
+15
2019-11-18
Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
3
-10
/
+59
2019-11-14
usb: dwc3: create debugfs directory under usb root
Chunfeng Yun
1
-1
/
+1
2019-11-04
Merge 5.4-rc6 into usb-next
Greg Kroah-Hartman
4
-3
/
+9
2019-10-31
usb: dwc3: gadget: fix race when disabling ep with cancelled xfers
Felipe Balbi
1
-0
/
+6
2019-10-29
usb: dwc3: of-simple: add a shutdown
Felipe Balbi
1
-8
/
+20
2019-10-27
usb: dwc3: remove the call trace of USBx_GFLADJ
Yinbo Zhu
1
-2
/
+1
2019-10-27
usb: dwc3: pci: prevent memory leak in dwc3_pci_probe
Navid Emamdoost
1
-1
/
+1
2019-10-27
usb: dwc3: select CONFIG_REGMAP_MMIO
Arnd Bergmann
1
-0
/
+1
2019-10-23
usb: dwc3: debug: Remove newline printout
Thinh Nguyen
1
-2
/
+2
2019-10-22
usb: dwc3: Disable phy suspend after power-on reset
Thinh Nguyen
1
-0
/
+37
2019-10-14
Merge 5.4-rc3 into usb-next
Greg Kroah-Hartman
3
-15
/
+6
2019-10-07
usb: dwc3: Remove dev_err() on platform_get_irq() failure
Hans de Goede
3
-9
/
+0
2019-10-07
usb: dwc3: Switch to platform_get_irq_byname_optional()
Hans de Goede
3
-6
/
+6
2019-10-04
usb: Fix Kconfig indentation
Krzysztof Kozlowski
1
-2
/
+2
2019-09-03
usb: dwc3: remove generic PHY calibrate() calls
Marek Szyprowski
1
-2
/
+0
2019-09-02
Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
10
-314
/
+83
2019-08-30
usb: dwc3: gadget: Workaround Mirosoft's BESL check
Thinh Nguyen
1
-2
/
+12
2019-08-29
usb: common: Separated decoding functions from dwc3 driver.
Pawel Laszczak
2
-253
/
+1
2019-08-28
usb: dwc3: gadget: Set BESL config parameter
Thinh Nguyen
1
-0
/
+10
2019-08-28
usb: dwc3: Separate field holding multiple properties
Thinh Nguyen
2
-3
/
+3
2019-08-28
usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disables
Neil Armstrong
1
-1
/
+13
2019-08-28
usb: dwc3: st: Add of_dev_put() in probe function
Nishka Dasgupta
1
-0
/
+1
2019-08-28
usb: dwc3: st: Add of_node_put() before return in probe function
Nishka Dasgupta
1
-3
/
+6
2019-08-28
usb: dwc3: don't set gadget->is_otg flag
Roger Quadros
1
-1
/
+0
2019-08-09
usb: dwc3: Use clk_bulk_prepare_enable()
Andrey Smirnov
1
-18
/
+5
2019-08-09
usb: dwc3: Use devres to get clocks
Andrey Smirnov
1
-5
/
+2
2019-08-09
usb: dwc3: remove generic PHYs forwarding for XHCI device
Marek Szyprowski
1
-18
/
+4
2019-08-09
usb: dwc3: Update soft-reset wait polling rate
Thinh Nguyen
2
-5
/
+20
2019-08-09
usb: dwc3: omap: squash include/linux/platform_data/dwc3-omap.h
Masahiro Yamada
1
-1
/
+6
2019-08-09
usb: dwc3: Switch to use device_property_count_u32()
Andy Shevchenko
1
-2
/
+1
2019-08-09
usb: dwc3: keystone: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-09
usb: dwc3: omap: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-09
usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-05
usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-07-30
usb: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2
-4
/
+1
2019-07-25
usb: dwc3: Switch to use device_property_count_u32()
Andy Shevchenko
1
-2
/
+1
2019-07-04
Revert "usb:gadget Separated decoding functions from dwc3 driver."
Greg Kroah-Hartman
2
-1
/
+253
2019-07-03
usb:gadget Separated decoding functions from dwc3 driver.
Pawel Laszczak
2
-253
/
+1
2019-07-03
usb: dwc3: pci: add support for TigerLake Devices
Felipe Balbi
1
-0
/
+4
2019-06-20
usb: dwc3: remove unused @lock member of dwc3_ep struct
Chunfeng Yun
2
-4
/
+0
2019-06-20
usb: dwc3: pci: Add Support for Intel Elkhart Lake Devices
Felipe Balbi
1
-0
/
+4
2019-06-18
usb: dwc3: gadget: Add support for disabling U1 and U2 entries
Anurag Kumar Vulisha
5
-1
/
+42
2019-06-18
usb: dwc3: qcom: Use of_clk_get_parent_count()
Kefeng Wang
1
-2
/
+1
2019-06-18
usb: dwc3: Fix core validation in probe, move after clocks are enabled
Enric Balletbo i Serra
1
-5
/
+7
2019-06-18
usb: dwc3: qcom: Improve error handling
Lee Jones
1
-0
/
+3
2019-06-18
usb: dwc3: qcom: Start USB in 'host mode' on the SDM845
Lee Jones
1
-0
/
+12
2019-06-18
usb: dwc3: qcom: Add support for booting with ACPI
Lee Jones
2
-29
/
+179
[next]