index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
hcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-19
usb: dwc2: alloc dma aligned buffer for isoc split in
William Wu
1
-5
/
+84
2018-06-19
usb: dwc2: Fix host exit from hibernation flow.
Artur Petrosyan
1
-1
/
+3
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-5
/
+6
2018-05-21
usb: dwc2: dwc2_vbus_supply_init: fix error check
Tomeu Vizoso
1
-5
/
+8
2018-05-21
usb: dwc2: Fix kernel doc's warnings.
Grigor Tovmasyan
1
-2
/
+1
2018-03-14
usb: dwc2: fix spelling mistake: "genereted" -> "generated"
Colin Ian King
1
-1
/
+1
2018-03-13
usb: dwc2: add support for host mode external vbus supply
Amelie Delaunay
1
-0
/
+26
2018-03-13
usb: dwc2: Force mode optimizations
Vardan Mikayelyan
1
-3
/
+3
2018-03-13
usb: dwc2: Change hub-control to allow hibernation
Vardan Mikayelyan
1
-3
/
+13
2018-03-13
usb: dwc2: Add dwc2_handle_gpwrdn_intr() handler
Vardan Mikayelyan
1
-1
/
+1
2018-03-13
usb: dwc2: Add host/device hibernation functions
Vardan Mikayelyan
1
-0
/
+223
2018-03-13
usb: dwc2: Changes in registers backup/restore functions
Vardan Mikayelyan
1
-0
/
+2
2018-03-13
usb: dwc2: Add hibernation field into dwc2_hw_params
Vardan Mikayelyan
1
-2
/
+2
2018-03-13
usb: dwc2: Rename hibernation to partial_power_down
Vardan Mikayelyan
1
-13
/
+13
2018-03-13
usb: dwc2: Enable LPM Transaction Received interrupt
Sevak Arakelyan
1
-0
/
+3
2018-03-13
usb: dwc2: Add ACG support to the driver
Razmik Karapetyan
1
-0
/
+5
2018-03-13
usb: dwc2: host: Fix transaction errors in host mode
Minas Harutyunyan
1
-1
/
+13
2018-03-13
usb: dwc2: hcd: Fix host channel halt flow
Minas Harutyunyan
1
-0
/
+18
2018-03-13
usb: dwc2: Remove unnecessary debug prints
Razmik Karapetyan
1
-14
/
+2
2018-03-13
usb: dwc2: Delete unused functionality
Grigor Tovmasyan
1
-70
/
+0
2018-03-13
usb: dwc2: Update bit polling functionality
Sevak Arakelyan
1
-12
/
+6
2017-12-13
usb: dwc2: host: Don't retry NAKed transactions right away
Douglas Anderson
1
-0
/
+7
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-24
usb: dwc2: Improve gadget state disconnection handling
John Stultz
1
-2
/
+5
2017-10-19
usb: dwc2: disable erroneous overcurrent condition
Dinh Nguyen
1
-0
/
+5
2017-08-15
usb: dwc2: skip L2 state of hcd if controller work in device mode
Meng Dongyang
1
-0
/
+6
2017-04-11
usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...
Bruno Herrera
1
-1
/
+14
2017-04-11
usb: dwc2: Make sure we disconnect the gadget state
John Stultz
1
-0
/
+1
2017-01-26
Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-92
/
+171
2017-01-26
usb: dwc2: eliminate irq parameter from dwc2_hcd_init
Heiner Kallweit
1
-2
/
+2
2017-01-26
usb: dwc2: fix "iomem 0x00000000" message
Heiner Kallweit
1
-0
/
+7
2017-01-24
usb: dwc2: host: Correct snpsid checking for GDFIFOCFG
Sevak Arakelyan
1
-1
/
+2
2017-01-24
usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220
Chen Yu
1
-0
/
+60
2017-01-24
usb: dwc2: Force port resume on switching to device mode
Chen Yu
1
-0
/
+7
2017-01-24
usb: dwc2: Workaround case where GOTGCTL state is wrong
John Stultz
1
-0
/
+9
2017-01-24
usb: dwc2: Fix usage of bool params
John Youn
1
-57
/
+56
2017-01-24
usb: dwc2: Remove unused otg_ver parameter
John Youn
1
-3
/
+0
2017-01-24
usb: dwc2: Fix lines over 80 characters
John Youn
1
-2
/
+2
2017-01-24
usb: dwc2: Fix comment alignment and format
John Youn
1
-1
/
+1
2017-01-24
usb: dwc2: Cleanup some checkpatch issues
John Youn
1
-18
/
+17
2017-01-24
usb: dwc2: host: use true/false for boolean
Nicholas Mc Guire
1
-6
/
+6
2017-01-24
usb: dwc2: host: use msleep() for long delays
Nicholas Mc Guire
1
-6
/
+6
2017-01-16
usb: dwc2: host: fix Wmaybe-uninitialized warning
Nicholas Mc Guire
1
-2
/
+2
2017-01-12
usb: dwc2: Avoid suspending if we're in gadget mode
John Stultz
1
-0
/
+3
2016-11-18
usb: dwc2: Move functions from header to source
Razmik Karapetyan
1
-29
/
+29
2016-11-18
usb: dwc2: gadget: Add new core parameter for low speed
Vardan Mikayelyan
1
-3
/
+5
2016-11-18
usb: dwc2: Update DMA descriptor structure
Vahram Aharonyan
1
-2
/
+2
2016-11-18
usb: dwc2: Fix dead code in hcd.c
Vardan Mikayelyan
1
-5
/
+0
2016-11-18
usb: dwc2: Rename the dma_enable parameter to host_dma
John Youn
1
-27
/
+27
[next]