aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-20[PATCH] UHCI: remove main list of URBsAlan Stern1-2/+0
2006-03-20[PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern1-24/+41
2006-01-04[PATCH] USB: UHCI: edit some commentsAlan Stern1-8/+9
2006-01-04[PATCH] USB: UHCI: change uhci_explen macroAlan Stern1-1/+1
2006-01-04[PATCH] USB: central handling for host controllers that were reset during suspend/resumeAlan Stern1-1/+5
2006-01-04[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell1-5/+0
2006-01-04[PATCH] USB: wakeup flag updates (2/3) uhci-hcdDavid Brownell1-2/+0
2005-12-16[PATCH] UHCI: add missing memory barriersAlan Stern1-0/+2
2005-11-29[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt1-0/+6
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-10-28[PATCH] USB: add owner initialisation to host driversBen Dooks1-0/+1
2005-10-28[PATCH] Fix hcd->state assignments in uhci-hcdAlan Stern1-3/+3
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-2/+2
2005-10-28[PATCH] UHCI: unify BIOS handoff and driver reset codeAlan Stern1-66/+10
2005-10-28[PATCH] UHCI PM updatesDavid Brownell1-9/+0
2005-10-28[PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern1-15/+27
2005-10-28[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern1-34/+10
2005-09-12[PATCH] USB UHCI: remove the FSBR kernel timerAlan Stern1-40/+22
2005-06-27[PATCH] USB UHCI: Detect invalid portsAlan Stern1-7/+7
2005-06-27[PATCH] USB HCDs: no longer need to register root hubAlan Stern1-25/+0
2005-06-27[PATCH] UHCI: Don't store device pointer in QH or TDAlan Stern1-2/+2
2005-06-27[PATCH] USB UHCI: Add shutdown methodAlan Stern1-0/+16