index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: ehci: fix deadlock when threadirqs option is used
Stanislaw Gruszka
2014-02-26
1
-3
/
+10
*
USB: kill #undef VERBOSE_DEBUG
Oliver Neukum
2013-12-03
1
-1
/
+0
*
usb: kill DEBUG compile option
Oliver Neukum
2013-12-03
1
-3
/
+3
*
ehci: Remove debugging at every interrupt
Oliver Neukum
2013-12-03
1
-7
/
+0
*
USB: EHCI: add check for wakeup/suspend race
Alan Stern
2013-10-19
1
-0
/
+8
*
USB: EHCI: create per-TT bandwidth tables
Alan Stern
2013-10-14
1
-0
/
+22
*
USB: EHCI: use a bandwidth-allocation table
Alan Stern
2013-10-11
1
-0
/
+3
*
USB: EHCI: create a "periodic schedule info" struct
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: EHCI: change toggle only upon successful reset
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: EHCI: make ehci-w90X900 a separate driver
Manjunath Goudar
2013-09-26
1
-5
/
+0
*
Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""
Greg Kroah-Hartman
2013-09-23
1
-1
/
+1
*
Revert "USB: EHCI: support running URB giveback in tasklet context"
Greg Kroah-Hartman
2013-09-17
1
-1
/
+1
*
ehci: remove debugging statement with ehci statistics in ehci_stop()
Xenia Ragiadakou
2013-08-30
1
-8
/
+0
*
ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set
Xenia Ragiadakou
2013-08-30
1
-3
/
+3
*
USB: EHCI: support running URB giveback in tasklet context
Ming Lei
2013-08-12
1
-1
/
+1
*
USB: EHCI: improve interrupt qh unlink
Ming Lei
2013-08-12
1
-0
/
+1
*
USB: EHCI: improve ehci_endpoint_disable
Ming Lei
2013-08-12
1
-10
/
+6
*
USB: EHCI: make ehci-tegra a separate driver
Manjunath Goudar
2013-06-17
1
-5
/
+0
*
USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers
Manjunath Goudar
2013-06-17
1
-7
/
+10
*
USB: EHCI: remove bogus #error
Arnd Bergmann
2013-05-16
1
-17
/
+0
*
usb: remove redundant tdi_reset
Shengzhou Liu
2013-04-17
1
-3
/
+0
*
USB: EHCI: make ehci-msm a separate driver
Manjunath Goudar
2013-04-08
1
-5
/
+1
*
USB: EHCI: make ehci-atmel a separate driver
Manjunath Goudar
2013-04-08
1
-5
/
+1
*
USB: EHCI: make ehci-s5p a separate driver
Manjunath Goudar
2013-04-08
1
-5
/
+1
*
USB: EHCI: make ehci-spear a separate driver
Manjunath Goudar
2013-04-08
1
-5
/
+1
*
USB: EHCI: make ehci-orion a separate driver
Manjunath Goudar
2013-04-08
1
-5
/
+1
*
USB: EHCI: DT support for generic bus glue
Arnd Bergmann
2013-03-28
1
-5
/
+0
*
USB: EHCI: improve end_unlink_async()
Alan Stern
2013-03-25
1
-2
/
+2
*
USB: EHCI: convert singly-linked lists to list_heads
Alan Stern
2013-03-25
1
-1
/
+4
*
USB: EHCI: consolidate code in ehci_urb_dequeue()
Alan Stern
2013-03-25
1
-37
/
+11
*
USB: EHCI: split needs_rescan into two flags
Alan Stern
2013-03-25
1
-5
/
+11
*
Merge branch 'usb-linus' into usb-next
Greg Kroah-Hartman
2013-03-20
1
-4
/
+3
|
\
|
*
USB: EHCI: fix regression during bus resume
Alan Stern
2013-03-15
1
-0
/
+1
|
*
USB: EHCI: work around silicon bug in Intel's EHCI controllers
Alan Stern
2013-03-05
1
-4
/
+2
*
|
USB: EHCI: improve use of per-port status-change bits
Alan Stern
2013-03-18
1
-2
/
+2
*
|
USB: EHCI: split ehci-omap out to a separate driver
Alan Stern
2013-03-15
1
-5
/
+1
|
/
*
USB: EHCI: notify usbcore about port resumes
Alan Stern
2013-01-25
1
-0
/
+1
*
USB: EHCI: fix build error in ehci-mxc
Alan Stern
2013-01-23
1
-5
/
+1
*
USB: EHCI: fix incorrect configuration test
Alan Stern
2013-01-22
1
-1
/
+1
*
USB: EHCI: Move definition of EHCI_STATS to ehci.h
Roger Quadros
2013-01-22
1
-4
/
+0
*
USB: EHCI: miscellaneous cleanups for the library conversion
Alan Stern
2012-11-11
1
-4
/
+5
*
USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver
Alan Stern
2012-11-02
1
-10
/
+1
*
USB: EHCI: make ehci-platform a separate driver
Alan Stern
2012-11-01
1
-5
/
+1
*
USB: EHCI: make ehci-pci a separate driver
Alan Stern
2012-11-01
1
-21
/
+5
*
USB: EHCI: prepare to make ehci-hcd a library module
Alan Stern
2012-11-01
1
-3
/
+70
*
USB: EHCI: remove ehci_port_power() routine
Alan Stern
2012-10-31
1
-21
/
+0
*
USB: EHCI: remove unused Link Power Management code
Alan Stern
2012-10-31
1
-18
/
+0
*
USB: EHCI: make ehci_read_frame_index platform independent
Alan Stern
2012-10-24
1
-1
/
+26
*
USB: EHCI: remove CNS3xxx EHCI platform driver
Florian Fainelli
2012-10-22
1
-5
/
+0
*
USB: EHCI: remove Alchemy EHCI driver
Florian Fainelli
2012-10-22
1
-5
/
+0
[next]