aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.c
AgeCommit message (Expand)Author
2014-07-09USB: UHCI: don't allocate frame list atomicallyVladimir Zapolskiy
2013-12-03usb: kill DEBUG compile optionOliver Neukum
2013-12-03uhci: change dependency for debug parameterOliver Neukum
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman
2013-01-24USB: uhci: beautify source codeChen Gang
2013-01-24USB: uhci: check buffer length to avoid memory overflowChen Gang
2013-01-22USB: UHCI: fix IRQ race during initializationAlan Stern
2012-08-16ARM: vt8500: Add support for UHCI companion controllerTony Prisk
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-24usb/uhci: initialize sg_table properlySebastian Andrzej Siewior
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-09-26USB: UHCI: improve comments and logic for root-hub suspendAlan Stern
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-05-19USB: UHCI: Add support for big endian descriptorsJan Andersson
2011-05-06USB: UHCI: Add support for GRLIB GRUSBHC controllerJan Andersson
2011-05-06USB: UHCI: Support non-PCI host controllersJan Andersson
2011-05-06USB: UHCI: Wrap I/O register accessesJan Andersson
2011-05-06USB: UHCI: Move PCI specific functions to uhci-pci.cJan Andersson
2011-05-06USB: UHCI: Codingstyle fixesJan Andersson
2011-05-06USB: UHCI: Allow dynamic assignment of bus specific functionsJan Andersson
2011-05-06USB: UHCI: Remove PCI dependencies from uhci-hubJan Andersson
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches
2011-04-13USB: UHCI: don't try to revive a dead controllerAlan Stern
2011-04-13USB: UHCI: remove uses of hcd->stateAlan Stern
2011-02-28usb: host: uhci-hcd.c Remove one to many n's in a word.Justin P. Mattock
2010-11-16drivers/usb/host/uhci-hcd.c: Remove unnecessary casts of pci_get_drvdataJoe Perches
2010-08-10USB: remove fake "address-of" expressionsAlan Stern
2010-08-10USB: UHCI: add support for Intel's wakeup flagsAlan Stern
2010-08-10USB: controller resume should check the root hubAlan Stern
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern
2010-08-10USB: UHCI: acquire spinlock before calling start_rh()Alan Stern
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-03-02USB: fix crash in uhci_scan_schedulePete Zaitcev
2010-01-20USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern
2009-09-15debugfs: Modified default dir of debugfs for debugging UHCI.GeunSik Lim
2009-06-15USB: new flag for resume-from-hibernationAlan Stern
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern
2009-06-15USB: UHCI: use the new usb debugfs directoryGreg Kroah-Hartman
2009-02-17USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki
2009-01-27USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki
2009-01-07USB: fix up suspend and resume for PCI host controllersAlan Stern
2008-10-17USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern
2008-10-17USB: EHCI, OHCI, UHCI: remove version numbersAlan Stern
2008-05-02USB: UHCI: disable remote wakeup when it's not neededAlan Stern
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern
2007-12-17USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik