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
/
dwc2
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-09
usb: dwc2: Fix shutdown callback in platform
Minas Harutyunyan
1
-1
/
+2
2020-06-18
usb: dwc2: Postponed gadget registration to the udc class driver
Minas Harutyunyan
2
-6
/
+11
2020-05-25
usb: dwc2: Update Core Reset programming flow.
Minas Harutyunyan
5
-23
/
+63
2020-05-25
usb: dwc2: gadget: move gadget resume after the core is in L0 state
Fabrice Gasnier
1
-2
/
+5
2020-05-05
USB: dwc2: Use the correct style for SPDX License Identifier
Nishad Kamdar
4
-4
/
+4
2020-03-24
usb: dwc2: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
1
-2
/
+1
2020-03-16
Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
5
-4
/
+167
2020-03-15
usb: dwc2: Silence warning about supplies during deferred probe
Marek Szyprowski
1
-1
/
+3
2020-03-15
usb: dwc2: Implement set_selfpowered()
John Keeping
1
-1
/
+23
2020-03-15
usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FS
Amelie Delaunay
4
-2
/
+141
2020-02-24
Merge 5.6-rc3 into usb-next
Greg Kroah-Hartman
1
-17
/
+23
2020-02-23
USB: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-11
usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows
Minas Harutyunyan
1
-12
/
+16
2020-02-11
usb: dwc2: Fix in ISOC request length checking
Minas Harutyunyan
1
-5
/
+7
2020-01-15
usb: dwc2: Drop unlock/lock upon queueing a work item
Lukas Wunner
1
-6
/
+1
2020-01-15
usb: dwc2: fix debugfs FIFO count
John Keeping
1
-1
/
+2
2020-01-15
usb: dwc2: Fix IN FIFO allocation
John Keeping
1
-1
/
+2
2020-01-15
usb: dwc2: Fix NULL qh in dwc2_queue_transaction
Alexandru M Stan
1
-1
/
+1
2020-01-15
usb: dwc2: Fix Stalling a Non-Isochronous OUT EP
Minas Harutyunyan
1
-5
/
+17
2019-11-18
Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-1
/
+1
2019-11-14
usb: dwc2: create debugfs directory under usb root
Chunfeng Yun
1
-1
/
+1
2019-11-04
usb: Spelling s/enpoint/endpoint/
Geert Uytterhoeven
1
-1
/
+1
2019-10-22
usb: dwc2: use a longer core rest timeout in dwc2_core_reset()
Mathias Kresin
1
-1
/
+1
2019-09-02
Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-4
/
+5
2019-08-21
usb: add a HCD_DMA flag instead of guestimating DMA capabilities
Christoph Hellwig
1
-3
/
+3
2019-08-19
Merge 5.3-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2019-08-15
usb: add a hcd_uses_dma helper
Christoph Hellwig
1
-1
/
+1
2019-08-09
usb: dwc2: Switch to use device_property_count_u32()
Andy Shevchenko
1
-4
/
+1
2019-08-09
usb: dwc2: gadget: Fix kill_all_requests race
John Keeping
1
-4
/
+5
2019-07-30
usb: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-25
usb: dwc2: Switch to use device_property_count_u32()
Andy Shevchenko
1
-4
/
+1
2019-07-03
Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-1
/
+1
2019-07-03
usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
Martin Blumenstingl
1
-1
/
+1
2019-07-01
Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
5
-5
/
+48
2019-06-23
Merge 5.2-rc6 into usb-next
Greg Kroah-Hartman
2
-9
/
+9
2019-06-18
Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"
Guenter Roeck
2
-2
/
+0
2019-06-18
USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabled
Douglas Anderson
3
-3
/
+47
2019-06-18
usb: dwc2: Force 8bit UTMI width for Samsung Exynos SoCs
Marek Szyprowski
1
-0
/
+1
2019-06-18
usb: dwc2: Use generic PHY width in params setup
Jules Maselbas
2
-9
/
+9
2019-06-17
Merge 5.2-rc5 into usb-next
Greg Kroah-Hartman
5
-38
/
+60
2019-06-06
usb: gadget: dwc2: fix zlp handling
Andrzej Pietrasiewicz
1
-8
/
+12
2019-06-06
usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMA
Minas Harutyunyan
1
-0
/
+4
2019-06-06
usb: dwc2: Fix DMA cache alignment issues
Martin Schiller
1
-3
/
+7
2019-06-06
usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)
Douglas Anderson
4
-27
/
+37
2019-05-21
usb: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2019-05-03
dwc2: gadget: Fix completed transfer size calculation in DDMA
Minas Harutyunyan
1
-0
/
+1
2019-05-03
usb: dwc2: Set lpm mode parameters depend on HW configuration
Minas Harutyunyan
1
-5
/
+18
2019-05-03
usb: dwc2: Fix channel disable flow
Minas Harutyunyan
1
-14
/
+20
2019-05-03
usb: dwc2: Set actual frame number for completed ISOC transfer
Minas Harutyunyan
1
-0
/
+5
2019-05-03
usb: dwc2: gadget: Increase descriptors count for ISOC's
Minas Harutyunyan
1
-12
/
+15
[next]