index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc2: hcd: fix build warning
Felipe Balbi
2015-05-13
1
-1
/
+1
*
usb: dwc2: host: ensure qtb exists before dereferencing it
Gregory Herrero
2015-04-29
1
-0
/
+10
*
usb: dwc2: add hibernation core parameter
Gregory Herrero
2015-04-29
4
-3
/
+37
*
usb: dwc2: remove dwc2_platform.ko
Mian Yousaf Kaukab
2015-04-29
7
-25
/
+1
*
usb: dwc2: host: implement test mode
Jingwu Lin
2015-04-29
1
-0
/
+9
*
usb: dwc2: host: don't use dma_alloc_coherent with irqs disabled
Gregory Herrero
2015-04-29
3
-22
/
+54
*
usb: dwc2: host: spinlock urb_enqueue
Gregory Herrero
2015-04-29
2
-16
/
+7
*
usb: dwc2: host: resume root hub on port connect
Gregory Herrero
2015-04-29
1
-0
/
+3
*
usb: dwc2: host: add bus_suspend/bus_resume callback
Gregory Herrero
2015-04-29
1
-0
/
+19
*
usb: dwc2: host: register handle to the phy
Mian Yousaf Kaukab
2015-04-29
1
-0
/
+6
*
usb: dwc2: gadget: remove s3c_hsotg_ep_disable_force
Mian Yousaf Kaukab
2015-04-29
1
-5
/
+1
*
usb: dwc2: gadget: enable otg flag in dual role configuration
Gregory Herrero
2015-04-29
1
-0
/
+2
*
usb: dwc2: gadget: powerup controller if needed
Gregory Herrero
2015-04-29
1
-0
/
+9
*
usb: dwc2: gadget: prevent new request submission during suspend
Gregory Herrero
2015-04-29
1
-0
/
+7
*
usb: dwc2: gadget: ignore pm suspend/resume in L2
Gregory Herrero
2015-04-29
1
-0
/
+6
*
usb: dwc2: gadget: use reset detect interrupt
Gregory Herrero
2015-04-29
1
-3
/
+16
*
usb: dwc2: set parameter values in probe function
Mian Yousaf Kaukab
2015-04-29
5
-45
/
+47
*
usb: dwc2: add external_id_pin_ctl core parameter
Gregory Herrero
2015-04-29
3
-1
/
+29
*
usb: dwc2: controller must update lx_state before releasing lock
Gregory Herrero
2015-04-29
1
-3
/
+8
*
usb: dwc2: implement hibernation during bus suspend/resume
Gregory Herrero
2015-04-29
2
-0
/
+34
*
usb: dwc2: add controller hibernation support
Gregory Herrero
2015-04-29
2
-0
/
+461
*
usb: dwc2: debugfs: add support for complete register dump
Mian Yousaf Kaukab
2015-04-29
2
-0
/
+358
*
usb: dwc2: move debugfs code to a separate file
Mian Yousaf Kaukab
2015-04-29
6
-407
/
+456
*
usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resume
Gregory Herrero
2015-04-10
1
-2
/
+2
*
Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2015-04-10
1
-1
/
+1
|
\
|
*
usb: dwc2: hcd: use new USB_RESUME_TIMEOUT
Felipe Balbi
2015-04-07
1
-1
/
+1
*
|
dwc2: hcd: use USB_DT_HUB
Sergei Shtylyov
2015-04-03
1
-1
/
+1
*
|
Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2015-03-24
6
-103
/
+110
|
\
|
|
*
usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-in
John Youn
2015-03-19
1
-4
/
+2
|
*
usb: dwc2: avoid leaking DMA channels on disconnection
Vincent Palatin
2015-03-19
1
-0
/
+8
|
*
usb: dwc2: pci: Select the generic PHY for dwc2-pci driver
John Youn
2015-03-13
1
-0
/
+1
|
*
usb: dwc2: rework initialization of host and gadget in dual-role mode
Marek Szyprowski
2015-03-12
2
-8
/
+23
|
*
usb: dwc2: pci: Add device mode to the dwc2-pci driver
John Youn
2015-03-11
2
-90
/
+76
|
*
usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h
Joseph Kogut
2015-03-10
1
-1
/
+0
*
|
usb: dwc2: host: fix dwc2 disconnect bug
Yunzhi Li
2015-03-10
1
-0
/
+3
|
/
*
Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2015-02-04
7
-459
/
+932
|
\
|
*
usb: dwc2: Fix a bug in reading the endpoint directions from reg.
Roshan Pius
2015-02-04
1
-1
/
+1
|
*
usb: dwc2: fix USB core dependencies
Arnd Bergmann
2015-01-30
1
-2
/
+2
|
*
usb: dwc2: gadget: initialize controller in pullup callback
Gregory Herrero
2015-01-30
1
-0
/
+1
|
*
usb: dwc2: gadget: replace constants with defines
Mian Yousaf Kaukab
2015-01-30
2
-12
/
+13
|
*
usb: dwc2: gadget: fix phy interface configuration
Mian Yousaf Kaukab
2015-01-30
1
-3
/
+7
|
*
usb: dwc2: gadget: fix debug message for zlp
Mian Yousaf Kaukab
2015-01-30
1
-1
/
+6
|
*
usb: dwc2: gadget: don't modify pullup status during reset
Gregory Herrero
2015-01-30
1
-1
/
+0
|
*
usb: dwc2: gadget: add reset flag in init function
Gregory Herrero
2015-01-30
3
-15
/
+26
|
*
usb: dwc2: gadget: add unaligned buffers support
Mian Yousaf Kaukab
2015-01-30
2
-1
/
+63
|
*
usb: dwc2: gadget: remove hardcoded if (0) and if (1) checks
Mian Yousaf Kaukab
2015-01-30
1
-13
/
+1
|
*
usb: dwc2: gadget: fix a typo in comment
Gregory Herrero
2015-01-30
1
-1
/
+1
|
*
usb: dwc2: gadget: add TEST_MODE feature support
Gregory Herrero
2015-01-30
2
-7
/
+186
|
*
usb: dwc2: gadget: fix clear halt feature handling
Gregory Herrero
2015-01-30
1
-7
/
+13
|
*
usb: dwc2: host: resume root hub on remote wakeup
Gregory Herrero
2015-01-30
1
-2
/
+4
[next]