aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: remove fake "address-of" expressionsAlan Stern1-2/+1
2010-08-10USB-BKL: Remove BKL use in uhci-debugAndi Kleen1-13/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-24USB: uhci: don't use pseudo negative valuesAlan Stern1-1/+3
2007-10-12USB: add urb->unlinked fieldAlan Stern1-2/+2
2007-03-26UHCI: Fix problem caused by lack of terminating QHAlan Stern1-11/+15
2007-02-23UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern1-22/+28
2007-02-23UHCI: Add macros for computing DMA valuesAlan Stern1-5/+4
2007-02-07UHCI: fix bandwidth allocationAlan Stern1-3/+18
2007-02-07UHCI: no dummy TDs for Iso QHsAlan Stern1-1/+1
2007-02-07UHCI: improved debugging checks for the frame listAlan Stern1-5/+43
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-2/+2
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] UHCI: remove ISO TDs as they are usedAlan Stern1-5/+9
2006-06-21[PATCH] UHCI: store the period in the queue headerAlan Stern1-1/+4
2006-06-21[PATCH] UHCI: use integer-sized frame numbersAlan Stern1-1/+3
2006-06-21[PATCH] UHCI: Reimplement FSBRAlan Stern1-1/+2
2006-06-21[PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern1-0/+1
2006-06-21[PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern1-7/+19
2006-03-20[PATCH] UHCI: improve debugging codeAlan Stern1-7/+29
2006-03-20[PATCH] UHCI: remove main list of URBsAlan Stern1-1/+0
2006-03-20[PATCH] UHCI: use dummy TDsAlan Stern1-0/+5
2006-03-20[PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern1-228/+92
2006-01-04[PATCH] USB: UHCI: edit some commentsAlan Stern1-6/+6
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven1-1/+1
2005-10-28[PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern1-2/+2
2005-10-28[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern1-1/+0
2005-06-27[PATCH] USB UHCI: Add root hub statesAlan Stern1-0/+32
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+587