index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: add a hcd_uses_dma helper
Christoph Hellwig
2019-08-15
1
-1
/
+1
*
Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"
Guenter Roeck
2019-06-18
1
-1
/
+0
*
USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabled
Douglas Anderson
2019-06-18
1
-0
/
+19
*
usb: dwc2: Fix DMA cache alignment issues
Martin Schiller
2019-06-06
1
-3
/
+7
*
usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)
Douglas Anderson
2019-06-06
1
-12
/
+17
*
usb: dwc2: Fix channel disable flow
Minas Harutyunyan
2019-05-03
1
-14
/
+20
*
usb: dwc2: Move phy init into core
Jules Maselbas
2019-05-03
1
-190
/
+0
*
usb: dwc2: optionally assert phy reset when waking up
Douglas Anderson
2019-05-03
1
-3
/
+15
*
usb: dwc2: bus suspend/resume for hosts with DWC2_POWER_DOWN_PARAM_NONE
Douglas Anderson
2019-05-03
1
-31
/
+53
*
usb: dwc2: use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-19
1
-3
/
+1
*
usb: dwc2: fix unbalanced use of external vbus-supply
Fabrice Gasnier
2018-10-02
1
-7
/
+26
*
usb: dwc2: fix call to vbus supply exit routine, call it unlocked
Fabrice Gasnier
2018-10-02
1
-0
/
+2
*
usb: dwc2: fix a race with external vbus supply
Fabrice Gasnier
2018-10-02
1
-1
/
+9
*
usb: dwc2: get optional vbus-supply regulator once
Fabrice Gasnier
2018-10-02
1
-9
/
+3
*
usb: dwc2: remove set but unused variable
Josh Abraham
2018-10-02
1
-3
/
+0
*
Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2018-07-30
1
-230
/
+229
|
\
|
*
usb: dwc2: Modify dwc2_readl/writel functions prototype
Gevorg Sahakyan
2018-07-30
1
-230
/
+229
*
|
usb: dwc2: Fix inefficient copy of unaligned buffers
Antti Seppälä
2018-07-17
1
-3
/
+9
*
|
usb: dwc2: Fix DMA alignment to start at allocated boundary
Antti Seppälä
2018-07-17
1
-21
/
+23
|
/
*
usb: dwc2: alloc dma aligned buffer for isoc split in
William Wu
2018-06-19
1
-5
/
+84
*
usb: dwc2: Fix host exit from hibernation flow.
Artur Petrosyan
2018-06-19
1
-1
/
+3
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-5
/
+6
*
usb: dwc2: dwc2_vbus_supply_init: fix error check
Tomeu Vizoso
2018-05-21
1
-5
/
+8
*
usb: dwc2: Fix kernel doc's warnings.
Grigor Tovmasyan
2018-05-21
1
-2
/
+1
*
usb: dwc2: fix spelling mistake: "genereted" -> "generated"
Colin Ian King
2018-03-14
1
-1
/
+1
*
usb: dwc2: add support for host mode external vbus supply
Amelie Delaunay
2018-03-13
1
-0
/
+26
*
usb: dwc2: Force mode optimizations
Vardan Mikayelyan
2018-03-13
1
-3
/
+3
*
usb: dwc2: Change hub-control to allow hibernation
Vardan Mikayelyan
2018-03-13
1
-3
/
+13
*
usb: dwc2: Add dwc2_handle_gpwrdn_intr() handler
Vardan Mikayelyan
2018-03-13
1
-1
/
+1
*
usb: dwc2: Add host/device hibernation functions
Vardan Mikayelyan
2018-03-13
1
-0
/
+223
*
usb: dwc2: Changes in registers backup/restore functions
Vardan Mikayelyan
2018-03-13
1
-0
/
+2
*
usb: dwc2: Add hibernation field into dwc2_hw_params
Vardan Mikayelyan
2018-03-13
1
-2
/
+2
*
usb: dwc2: Rename hibernation to partial_power_down
Vardan Mikayelyan
2018-03-13
1
-13
/
+13
*
usb: dwc2: Enable LPM Transaction Received interrupt
Sevak Arakelyan
2018-03-13
1
-0
/
+3
*
usb: dwc2: Add ACG support to the driver
Razmik Karapetyan
2018-03-13
1
-0
/
+5
*
usb: dwc2: host: Fix transaction errors in host mode
Minas Harutyunyan
2018-03-13
1
-1
/
+13
*
usb: dwc2: hcd: Fix host channel halt flow
Minas Harutyunyan
2018-03-13
1
-0
/
+18
*
usb: dwc2: Remove unnecessary debug prints
Razmik Karapetyan
2018-03-13
1
-14
/
+2
*
usb: dwc2: Delete unused functionality
Grigor Tovmasyan
2018-03-13
1
-70
/
+0
*
usb: dwc2: Update bit polling functionality
Sevak Arakelyan
2018-03-13
1
-12
/
+6
*
usb: dwc2: host: Don't retry NAKed transactions right away
Douglas Anderson
2017-12-13
1
-0
/
+7
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: dwc2: Improve gadget state disconnection handling
John Stultz
2017-10-24
1
-2
/
+5
*
usb: dwc2: disable erroneous overcurrent condition
Dinh Nguyen
2017-10-19
1
-0
/
+5
*
usb: dwc2: skip L2 state of hcd if controller work in device mode
Meng Dongyang
2017-08-15
1
-0
/
+6
*
usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...
Bruno Herrera
2017-04-11
1
-1
/
+14
*
usb: dwc2: Make sure we disconnect the gadget state
John Stultz
2017-04-11
1
-0
/
+1
*
Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-01-26
1
-92
/
+171
|
\
|
*
usb: dwc2: eliminate irq parameter from dwc2_hcd_init
Heiner Kallweit
2017-01-26
1
-2
/
+2
[next]