summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb/uhci: Add support for Aspeed BMC SoCsBenjamin Herrenschmidt2017-05-251-3/+14
* usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: host: uhci-hcd: don't print on ENOMEMWolfram Sang2016-08-301-4/+1
* USB: UHCI: don't allocate frame list atomicallyVladimir Zapolskiy2014-07-091-1/+1
* usb: kill DEBUG compile optionOliver Neukum2013-12-031-3/+3
* uhci: change dependency for debug parameterOliver Neukum2013-12-031-19/+25
* Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-251-6/+9
|\
| * USB: UHCI: fix IRQ race during initializationAlan Stern2013-01-221-6/+9
* | USB: uhci: beautify source codeChen Gang2013-01-241-14/+13
* | USB: uhci: check buffer length to avoid memory overflowChen Gang2013-01-241-2/+2
|/
* ARM: vt8500: Add support for UHCI companion controllerTony Prisk2012-08-161-0/+5
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* usb/uhci: initialize sg_table properlySebastian Andrzej Siewior2012-01-241-0/+3
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: UHCI: improve comments and logic for root-hub suspendAlan Stern2011-09-261-32/+34
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-281/+177
|\
| * USB: UHCI: Add support for big endian descriptorsJan Andersson2011-05-191-8/+8
| * USB: UHCI: Add support for GRLIB GRUSBHC controllerJan Andersson2011-05-061-5/+36
| * USB: UHCI: Support non-PCI host controllersJan Andersson2011-05-061-0/+73
| * USB: UHCI: Wrap I/O register accessesJan Andersson2011-05-061-21/+21
| * USB: UHCI: Move PCI specific functions to uhci-pci.cJan Andersson2011-05-061-294/+32
| * USB: UHCI: Codingstyle fixesJan Andersson2011-05-061-5/+5
| * USB: UHCI: Allow dynamic assignment of bus specific functionsJan Andersson2011-05-061-19/+68
| * USB: UHCI: Remove PCI dependencies from uhci-hubJan Andersson2011-05-061-0/+11
| * USB: UHCI: don't try to revive a dead controllerAlan Stern2011-04-131-10/+9
| * USB: UHCI: remove uses of hcd->stateAlan Stern2011-04-131-6/+1
* | treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-3/+4
|/
* usb: host: uhci-hcd.c Remove one to many n's in a word.Justin P. Mattock2011-02-281-1/+1
* drivers/usb/host/uhci-hcd.c: Remove unnecessary casts of pci_get_drvdataJoe Perches2010-11-161-1/+1
* USB: remove fake "address-of" expressionsAlan Stern2010-08-101-13/+10
* USB: UHCI: add support for Intel's wakeup flagsAlan Stern2010-08-101-13/+17
* USB: controller resume should check the root hubAlan Stern2010-08-101-3/+4
* USB: add do_wakeup parameter for PCI HCD suspendAlan Stern2010-08-101-1/+1
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-9/+12
* USB: UHCI: acquire spinlock before calling start_rh()Alan Stern2010-08-101-0/+2
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: fix crash in uhci_scan_schedulePete Zaitcev2010-03-021-0/+1
* USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern2010-01-201-1/+14
* debugfs: Modified default dir of debugfs for debugging UHCI.GeunSik Lim2009-09-151-1/+1
* USB: new flag for resume-from-hibernationAlan Stern2009-06-151-6/+6
* USB: move PCI host controllers to new PM frameworkAlan Stern2009-06-151-4/+5
* USB: UHCI: use the new usb debugfs directoryGreg Kroah-Hartman2009-06-151-1/+1
* USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2009-02-171-1/+0
* USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2009-01-271-1/+0
* USB: fix up suspend and resume for PCI host controllersAlan Stern2009-01-071-0/+2
* USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern2008-10-171-0/+3
* USB: EHCI, OHCI, UHCI: remove version numbersAlan Stern2008-10-171-4/+3
* USB: UHCI: disable remote wakeup when it's not neededAlan Stern2008-05-021-16/+58
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-3/+3