aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* USB: remove fake "address-of" expressionsAlan Stern2010-08-101-13/+10
* USB: UHCI: add support for Intel's wakeup flagsAlan Stern2010-08-101-13/+17
* USB: controller resume should check the root hubAlan Stern2010-08-101-3/+4
* USB: add do_wakeup parameter for PCI HCD suspendAlan Stern2010-08-101-1/+1
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-9/+12
* USB: UHCI: acquire spinlock before calling start_rh()Alan Stern2010-08-101-0/+2
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: fix crash in uhci_scan_schedulePete Zaitcev2010-03-021-0/+1
* USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern2010-01-201-1/+14
* debugfs: Modified default dir of debugfs for debugging UHCI.GeunSik Lim2009-09-151-1/+1
* USB: new flag for resume-from-hibernationAlan Stern2009-06-151-6/+6
* USB: move PCI host controllers to new PM frameworkAlan Stern2009-06-151-4/+5
* USB: UHCI: use the new usb debugfs directoryGreg Kroah-Hartman2009-06-151-1/+1
* USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2009-02-171-1/+0
* USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2009-01-271-1/+0
* USB: fix up suspend and resume for PCI host controllersAlan Stern2009-01-071-0/+2
* USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern2008-10-171-0/+3
* USB: EHCI, OHCI, UHCI: remove version numbersAlan Stern2008-10-171-4/+3
* USB: UHCI: disable remote wakeup when it's not neededAlan Stern2008-05-021-16/+58
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-3/+3
* USB: HCDs use the do_remote_wakeup flagAlan Stern2008-04-241-14/+7
* USB: clarify usage of hcd->suspend/resume methodsAlan Stern2008-04-241-4/+4
* USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern2007-12-171-5/+4
* drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-091-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* USB: Don't resume root hub if the controller is suspendedAlan Stern2007-07-121-3/+2
* UHCI: Fix problem caused by lack of terminating QHAlan Stern2007-03-261-1/+2
* UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern2007-02-231-31/+21
* UHCI: Add macros for computing DMA valuesAlan Stern2007-02-231-14/+10
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* UHCI: improved debugging checks for the frame listAlan Stern2007-02-071-22/+29
* UHCI: support device_may_wakeupAlan Stern2007-01-051-1/+3
* UHCI: make test for ASUS motherboard more specificAlan Stern2007-01-051-12/+4
* UHCI: module parameter to ignore overcurrent changesAlan Stern2006-12-201-1/+12
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* UHCI: workaround for Asus motherboardAlan Stern2006-10-171-5/+39
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-6/+2
* PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell2006-09-251-0/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] UHCI: Improve FSBR-off timingAlan Stern2006-06-211-2/+3
* [PATCH] UHCI: remove hc_inaccessible flagAlan Stern2006-06-211-23/+26
* [PATCH] UHCI: various updatesDavid Brownell2006-06-211-16/+21
* [PATCH] UHCI: use integer-sized frame numbersAlan Stern2006-06-211-18/+22
* [PATCH] UHCI: Reimplement FSBRAlan Stern2006-06-211-12/+1
* [PATCH] UHCI: Eliminate the TD-removal listAlan Stern2006-06-211-1/+0
* [PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* definesJean Delvare2006-04-271-1/+1
* [PATCH] USB: UHCI: don't track suspended portsAlan Stern2006-04-141-2/+1
* [PATCH] USB: pci-quirks.c: proper prototypesAdrian Bunk2006-04-141-3/+1
* [PATCH] UHCI: improve debugging codeAlan Stern2006-03-201-21/+39