summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-debug.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-21/+2Star
* usb: kill DEBUG compile optionOliver Neukum2013-12-031-2/+2
* uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUGOliver Neukum2013-12-031-2/+2
* USB/host: Use existing macros instead of hard-coded values in uhci-debug.cDeng-Cheng Zhu2013-10-061-8/+8
* USB: uhci: beautify source codeChen Gang2013-01-241-12/+16
* USB: uhci: check buffer length to avoid memory overflowChen Gang2013-01-241-46/+104
* USB: UHCI: Add support for big endian descriptorsJan Andersson2011-05-201-32/+39
* USB: UHCI: Wrap I/O register accessesJan Andersson2011-05-071-9/+8Star
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* USB: remove fake "address-of" expressionsAlan Stern2010-08-101-2/+1Star
* USB-BKL: Remove BKL use in uhci-debugAndi Kleen2010-08-101-13/+7Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: uhci: don't use pseudo negative valuesAlan Stern2009-03-251-1/+3
* USB: add urb->unlinked fieldAlan Stern2007-10-121-2/+2
* UHCI: Fix problem caused by lack of terminating QHAlan Stern2007-03-261-11/+15
* UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern2007-02-241-22/+28
* UHCI: Add macros for computing DMA valuesAlan Stern2007-02-241-5/+4Star
* UHCI: fix bandwidth allocationAlan Stern2007-02-081-3/+18
* UHCI: no dummy TDs for Iso QHsAlan Stern2007-02-081-1/+1
* UHCI: improved debugging checks for the frame listAlan Stern2007-02-081-5/+43
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-2/+2
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] UHCI: remove ISO TDs as they are usedAlan Stern2006-06-221-5/+9
* [PATCH] UHCI: store the period in the queue headerAlan Stern2006-06-221-1/+4
* [PATCH] UHCI: use integer-sized frame numbersAlan Stern2006-06-221-1/+3
* [PATCH] UHCI: Reimplement FSBRAlan Stern2006-06-221-1/+2
* [PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern2006-06-221-0/+1
* [PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern2006-06-221-7/+19
* [PATCH] UHCI: improve debugging codeAlan Stern2006-03-201-7/+29
* [PATCH] UHCI: remove main list of URBsAlan Stern2006-03-201-1/+0Star
* [PATCH] UHCI: use dummy TDsAlan Stern2006-03-201-0/+5
* [PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern2006-03-201-228/+92Star
* [PATCH] USB: UHCI: edit some commentsAlan Stern2006-01-041-6/+6
* [PATCH] USB: mark various usb tables constArjan van de Ven2006-01-041-1/+1
* [PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern2005-10-291-2/+2
* [PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern2005-10-291-1/+0Star
* [PATCH] USB UHCI: Add root hub statesAlan Stern2005-06-271-0/+32
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+587