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
/
uhci-hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: UHCI: disable remote wakeup when it's not needed
Alan Stern
2008-05-02
1
-16
/
+58
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-3
/
+3
*
USB: HCDs use the do_remote_wakeup flag
Alan Stern
2008-04-24
1
-14
/
+7
*
USB: clarify usage of hcd->suspend/resume methods
Alan Stern
2008-04-24
1
-4
/
+4
*
USB: use IRQF_DISABLED for HCD interrupt handlers
Alan Stern
2007-12-17
1
-5
/
+4
*
drivers/firmware: const-ify DMI API and internals
Jeff Garzik
2007-10-09
1
-1
/
+1
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-1
/
+1
*
USB: Don't resume root hub if the controller is suspended
Alan Stern
2007-07-12
1
-3
/
+2
*
UHCI: Fix problem caused by lack of terminating QH
Alan Stern
2007-03-26
1
-1
/
+2
*
UHCI: Eliminate asynchronous skeleton Queue Headers
Alan Stern
2007-02-23
1
-31
/
+21
*
UHCI: Add macros for computing DMA values
Alan Stern
2007-02-23
1
-14
/
+10
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
UHCI: improved debugging checks for the frame list
Alan Stern
2007-02-07
1
-22
/
+29
*
UHCI: support device_may_wakeup
Alan Stern
2007-01-05
1
-1
/
+3
*
UHCI: make test for ASUS motherboard more specific
Alan Stern
2007-01-05
1
-12
/
+4
*
UHCI: module parameter to ignore overcurrent changes
Alan Stern
2006-12-20
1
-1
/
+12
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-1
/
+1
*
UHCI: workaround for Asus motherboard
Alan Stern
2006-10-17
1
-5
/
+39
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-4
/
+4
*
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
2006-09-27
1
-6
/
+2
*
PM: USB HCDs use PM_EVENT_PRETHAW
David Brownell
2006-09-25
1
-0
/
+4
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] UHCI: Improve FSBR-off timing
Alan Stern
2006-06-21
1
-2
/
+3
*
[PATCH] UHCI: remove hc_inaccessible flag
Alan Stern
2006-06-21
1
-23
/
+26
*
[PATCH] UHCI: various updates
David Brownell
2006-06-21
1
-16
/
+21
*
[PATCH] UHCI: use integer-sized frame numbers
Alan Stern
2006-06-21
1
-18
/
+22
*
[PATCH] UHCI: Reimplement FSBR
Alan Stern
2006-06-21
1
-12
/
+1
*
[PATCH] UHCI: Eliminate the TD-removal list
Alan Stern
2006-06-21
1
-1
/
+0
*
[PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines
Jean Delvare
2006-04-27
1
-1
/
+1
*
[PATCH] USB: UHCI: don't track suspended ports
Alan Stern
2006-04-14
1
-2
/
+1
*
[PATCH] USB: pci-quirks.c: proper prototypes
Adrian Bunk
2006-04-14
1
-3
/
+1
*
[PATCH] UHCI: improve debugging code
Alan Stern
2006-03-20
1
-21
/
+39
*
[PATCH] UHCI: remove main list of URBs
Alan Stern
2006-03-20
1
-2
/
+0
*
[PATCH] UHCI: use one QH per endpoint, not per URB
Alan Stern
2006-03-20
1
-24
/
+41
*
[PATCH] USB: UHCI: edit some comments
Alan Stern
2006-01-04
1
-8
/
+9
*
[PATCH] USB: UHCI: change uhci_explen macro
Alan Stern
2006-01-04
1
-1
/
+1
*
[PATCH] USB: central handling for host controllers that were reset during sus...
Alan Stern
2006-01-04
1
-1
/
+5
*
[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUG
David Brownell
2006-01-04
1
-5
/
+0
*
[PATCH] USB: wakeup flag updates (2/3) uhci-hcd
David Brownell
2006-01-04
1
-2
/
+0
*
[PATCH] UHCI: add missing memory barriers
Alan Stern
2005-12-16
1
-0
/
+2
*
[PATCH] USB: Fix USB suspend/resume crasher (#2)
Benjamin Herrenschmidt
2005-11-29
1
-0
/
+6
*
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
Greg Kroah-Hartman
2005-11-10
1
-1
/
+0
*
[PATCH] USB: add owner initialisation to host drivers
Ben Dooks
2005-10-28
1
-0
/
+1
*
[PATCH] Fix hcd->state assignments in uhci-hcd
Alan Stern
2005-10-28
1
-3
/
+3
*
[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend
Alan Stern
2005-10-28
1
-2
/
+2
*
[PATCH] UHCI: unify BIOS handoff and driver reset code
Alan Stern
2005-10-28
1
-66
/
+10
*
[PATCH] UHCI PM updates
David Brownell
2005-10-28
1
-9
/
+0
*
[PATCH] USB: UHCI: Split apart the physical and logical framelist arrays
Alan Stern
2005-10-28
1
-15
/
+27
*
[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULL
Alan Stern
2005-10-28
1
-34
/
+10
*
[PATCH] USB UHCI: remove the FSBR kernel timer
Alan Stern
2005-09-12
1
-40
/
+22
[next]