aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-dbg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-31USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-36/+9
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2015-05-10USB: ohci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2014-07-17USB: OHCI: fix bugs in debug routinesAlan Stern1-4/+5
2013-12-03ohci: remove conditional compilationOliver Neukum1-69/+0
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2012-05-01USB: ohci-dbg.c: remove dbg() usageGreg Kroah-Hartman1-2/+2
2012-01-24USB: OHCI: fix new compiler warningsAlan Stern1-2/+10
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-2/+16
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+3
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-2/+2
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-2/+2
2009-06-15USB: OHCI: use the ohci structure directly in debugfs files.Greg Kroah-Hartman1-21/+10
2008-10-17USB: EHCI, OHCI, UHCI: remove version numbersAlan Stern1-1/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-04-24USB: remove dev->power.power_stateAlan Stern1-1/+1
2008-02-01USB: convert ohci debug files to use debugfs instead of sysfsTony Jones1-29/+184
2008-02-01USB: Convert from class_device to device for USB coreTony Jones1-17/+17
2007-10-12USB: reorganize urb->status use in ohci-hcdAlan Stern1-4/+4
2007-08-22USB: ohci, fix oddball gcc warningDavid Brownell1-1/+1
2007-07-12USB: use function attribute __maybe_unusedDavid Rientjes1-2/+2
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell1-4/+4
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-09-27USB: fix __must_check warnings in drivers/usb/host/Greg Kroah-Hartman1-3/+4
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-3/+3
2006-09-27USB: OHCI avoids root hub timer pollingDavid Brownell1-0/+5
2005-10-28[PATCH] OHCI PM updatesDavid Brownell1-4/+0
2005-09-12[PATCH] USB: OHCI relies less on NDP registerDavid Brownell1-5/+4
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-1/+1
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de1-5/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+707