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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2018-03-23
11
-481
/
+1443
|
\
|
*
usb: dwc2: fix spelling mistake: "genereted" -> "generated"
Colin Ian King
2018-03-14
1
-1
/
+1
|
*
usb: dwc2: Make dwc2_force_mode() static
Grigor Tovmasyan
2018-03-13
1
-1
/
+1
|
*
usb: dwc2: add support for host mode external vbus supply
Amelie Delaunay
2018-03-13
2
-0
/
+28
|
*
usb: dwc2: Force mode optimizations
Vardan Mikayelyan
2018-03-13
5
-65
/
+29
|
*
usb: dwc2: Enable power down
John Youn
2018-03-13
1
-1
/
+15
|
*
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
3
-1
/
+121
|
*
usb: dwc2: Allow entering hibernation from USB_SUSPEND interrupt
Vardan Mikayelyan
2018-03-13
1
-20
/
+32
|
*
usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()
Vardan Mikayelyan
2018-03-13
2
-0
/
+41
|
*
usb: dwc2: Add host/device hibernation functions
Vardan Mikayelyan
2018-03-13
4
-2
/
+419
|
*
usb: dwc2: Add helper functions for restore routine
Vardan Mikayelyan
2018-03-13
2
-0
/
+139
|
*
usb: dwc2: Changes in registers backup/restore functions
Vardan Mikayelyan
2018-03-13
3
-4
/
+12
|
*
usb: dwc2: gadget: Add remote_wakeup_allowed flag
Vardan Mikayelyan
2018-03-13
2
-0
/
+8
|
*
usb: dwc2: core: Add hibernated flag
Vardan Mikayelyan
2018-03-13
2
-0
/
+3
|
*
usb: dwc2: gadget: Fix dwc2_restore_device_registers
Vardan Mikayelyan
2018-03-13
3
-15
/
+30
|
*
usb: dwc2: gadget: Moved dtxfsiz backup array place
Vardan Mikayelyan
2018-03-13
3
-8
/
+6
|
*
usb: dwc2: Add hibernation field into dwc2_hw_params
Vardan Mikayelyan
2018-03-13
4
-5
/
+47
|
*
usb: dwc2: Rename hibernation to partial_power_down
Vardan Mikayelyan
2018-03-13
7
-38
/
+38
|
*
usb: dwc2: Enable LPM
John Youn
2018-03-13
1
-0
/
+4
|
*
usb: dwc2: gadget: Use true and false for boolean values
Gustavo A. R. Silva
2018-03-13
1
-2
/
+2
|
*
usb: dwc2: Add core state checking
Grigor Tovmasyan
2018-03-13
1
-2
/
+2
|
*
usb: dwc2: Add call_gadget() function call
Grigor Tovmasyan
2018-03-13
1
-0
/
+6
|
*
usb: dwc2: gadget: Configure the core to enable LPM
Sevak Arakelyan
2018-03-13
3
-0
/
+29
|
*
usb: dwc2: Enable LPM Transaction Received interrupt
Sevak Arakelyan
2018-03-13
3
-3
/
+8
|
*
usb: dwc2: gadget: LPM interrupt handler
Sevak Arakelyan
2018-03-13
1
-0
/
+63
|
*
usb: dwc2: gadget: Add functionality to exit from LPM L1 state
Sevak Arakelyan
2018-03-13
1
-0
/
+52
|
*
usb: dwc2: Add core parameters for LPM support
Sevak Arakelyan
2018-03-13
3
-0
/
+38
|
*
usb: dwc2: Rename GLPMCFG... definitions
Sevak Arakelyan
2018-03-13
1
-18
/
+20
|
*
usb: dwc2: Backup and restore PCGCCTL1 register
Razmik Karapetyan
2018-03-13
2
-0
/
+3
|
*
usb: dwc2: Add ACG support to the driver
Razmik Karapetyan
2018-03-13
6
-2
/
+41
|
*
usb: dwc2: Print error if unable to set DMA coherent mask
Stefan Wahren
2018-03-13
1
-1
/
+3
|
*
usb: dwc2: Fix interval type issue
Grigor Tovmasyan
2018-03-13
1
-1
/
+1
|
*
usb: dwc2: pci: Handle error cleanup in probe
Vardan Mikayelyan
2018-03-13
1
-3
/
+3
|
*
usb: dwc2: pci: Move devm_kzalloc() before platform_device_add()
Vardan Mikayelyan
2018-03-13
1
-4
/
+4
|
*
usb: dwc2: pci: Move usb_phy_generic_register()
Vardan Mikayelyan
2018-03-13
1
-7
/
+7
|
*
usb: dwc2: pci: Replace kzalloc() with devm_kzalloc()
Vardan Mikayelyan
2018-03-13
1
-2
/
+1
|
*
usb: dwc2: Change TxFIFO and RxFIFO flushing flow
Minas Harutyunyan
2018-03-13
1
-0
/
+10
|
*
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
3
-144
/
+0
|
*
usb: dwc2: Rename bit set/clear function names
Razmik Karapetyan
2018-03-13
1
-22
/
+22
|
*
usb: dwc2: Update GINTSTS_GOUTNAKEFF interrupt handling
Razmik Karapetyan
2018-03-13
1
-1
/
+8
|
*
usb: dwc2: Update dwc2_handle_incomplete_isoc_out() function
Razmik Karapetyan
2018-03-13
1
-2
/
+12
|
*
usb: dwc2: Update dwc2_handle_incomplete_isoc_in() function
Razmik Karapetyan
2018-03-13
1
-1
/
+8
|
*
usb: dwc2: Set AHB burst size to INCR
Razmik Karapetyan
2018-03-13
2
-2
/
+2
|
*
usb: dwc2: Use AHB burst size parameter
Razmik Karapetyan
2018-03-13
1
-1
/
+1
|
*
usb: dwc2: Update bit polling functionality
Sevak Arakelyan
2018-03-13
4
-90
/
+79
|
*
usb: dwc2: Remove version check in GSNPSID
Gevorg Sahakyan
2018-03-13
3
-6
/
+11
[next]