aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: remove fake "address-of" expressionsAlan Stern1-13/+10
2010-08-10USB: UHCI: add support for Intel's wakeup flagsAlan Stern1-13/+17
2010-08-10USB: controller resume should check the root hubAlan Stern1-3/+4
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern1-1/+1
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-9/+12
2010-08-10USB: UHCI: acquire spinlock before calling start_rh()Alan Stern1-0/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-02USB: fix crash in uhci_scan_schedulePete Zaitcev1-0/+1
2010-01-20USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern1-1/+14
2009-09-15debugfs: Modified default dir of debugfs for debugging UHCI.GeunSik Lim1-1/+1
2009-06-15USB: new flag for resume-from-hibernationAlan Stern1-6/+6
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern1-4/+5
2009-06-15USB: UHCI: use the new usb debugfs directoryGreg Kroah-Hartman1-1/+1
2009-02-17USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki1-1/+0
2009-01-27USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki1-1/+0
2009-01-07USB: fix up suspend and resume for PCI host controllersAlan Stern1-0/+2
2008-10-17USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern1-0/+3
2008-10-17USB: EHCI, OHCI, UHCI: remove version numbersAlan Stern1-4/+3
2008-05-02USB: UHCI: disable remote wakeup when it's not neededAlan Stern1-16/+58
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern1-14/+7
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern1-4/+4
2007-12-17USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern1-5/+4
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern1-3/+2
2007-03-26UHCI: Fix problem caused by lack of terminating QHAlan Stern1-1/+2
2007-02-23UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern1-31/+21
2007-02-23UHCI: Add macros for computing DMA valuesAlan Stern1-14/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-07UHCI: improved debugging checks for the frame listAlan Stern1-22/+29
2007-01-05UHCI: support device_may_wakeupAlan Stern1-1/+3
2007-01-05UHCI: make test for ASUS motherboard more specificAlan Stern1-12/+4
2006-12-20UHCI: module parameter to ignore overcurrent changesAlan Stern1-1/+12
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-17UHCI: workaround for Asus motherboardAlan Stern1-5/+39
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-6/+2
2006-09-25PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell1-0/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] UHCI: Improve FSBR-off timingAlan Stern1-2/+3
2006-06-21[PATCH] UHCI: remove hc_inaccessible flagAlan Stern1-23/+26
2006-06-21[PATCH] UHCI: various updatesDavid Brownell1-16/+21
2006-06-21[PATCH] UHCI: use integer-sized frame numbersAlan Stern1-18/+22
2006-06-21[PATCH] UHCI: Reimplement FSBRAlan Stern1-12/+1
2006-06-21[PATCH] UHCI: Eliminate the TD-removal listAlan Stern1-1/+0
2006-04-27[PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* definesJean Delvare1-1/+1
2006-04-14[PATCH] USB: UHCI: don't track suspended portsAlan Stern1-2/+1
2006-04-14[PATCH] USB: pci-quirks.c: proper prototypesAdrian Bunk1-3/+1
2006-03-20[PATCH] UHCI: improve debugging codeAlan Stern1-21/+39