aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25usb: pci-quirks: Minor cleanup for AMD PLL quirkRyan Kennedy1-1/+1
2019-05-21USB: OHCI: remove space before open square bracket '['Naveen Kumar Parna1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-23ohci-pci: add qemu quirkGerd Hoffmann1-0/+16
2014-05-03USB: OHCI: fix problem with global suspend on ATI controllersAlan Stern1-0/+1
2013-10-03usb: ohci: use amd_chipset_type to filter for SB800 prefetchHuang Rui1-13/+1
2013-09-25usb: ohci/uhci - add soft dependencies on ehci_pciTom Gundersen1-0/+1
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2013-08-27USB: OHCI: Allow runtime PM without system sleepAlan Stern1-1/+1
2013-08-26USB: OHCI: fix build error related to ohci_suspend/resumeAlan Stern1-0/+2
2013-08-23USB: OHCI: add missing PCI PM callbacks to ohci-pci.cAlan Stern1-0/+5
2013-05-30USB: OHCI: make ohci-pci a separate driverManjunath Goudar1-86/+45
2013-05-30USB: OHCI: Generic changes to make ohci-pci a separate driverManjunath Goudar1-13/+0
2013-05-30USB: OHCI: prepare to make ohci-hcd a library moduleManjunath Goudar1-7/+0
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-10-22USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.cFlorian Fainelli1-45/+2
2012-01-24usb: add support for STA2X11 host driverAlessandro Rubini1-0/+4
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman1-26/+0
2011-11-18OHCI: final fix for NVIDIA problems (I hope)Alan Stern1-26/+0
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-4/+1
2011-05-17OHCI: fix regression caused by nVidia shutdown workaroundAlan Stern1-2/+10
2011-03-07USB: OHCI: use pci_dev->revisionSergei Shtylyov1-2/+2
2011-03-01USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-102/+8
2011-02-17Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman1-8/+102
2011-02-04USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-102/+8
2010-10-22OHCI: work around for nVidia shutdown problemAlan Stern1-0/+18
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern1-1/+1
2009-11-17USB: ohci: quirk AMD prefetch for USB 1.1 ISO transferLibin Yang1-0/+20
2009-06-15USB: new flag for resume-from-hibernationAlan Stern1-6/+7
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern1-6/+5
2009-02-17USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki1-1/+0
2009-01-27USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki1-1/+0
2009-01-07USB: automatically enable wakeup for PCI host controllersAlan Stern1-2/+2
2009-01-07USB: fix up suspend and resume for PCI host controllersAlan Stern1-0/+2
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-1/+0
2008-08-13USB: quirk PLL power down modeLibin Yang1-0/+132
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+1
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-1/+0
2008-04-24USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern1-42/+1
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern1-3/+2
2008-04-24USB: OHCI: fix bug in controller resumeAlan Stern1-1/+3
2007-10-12USB: OHCI handles more ZFMicro quirksMike Nuss1-1/+21
2007-07-12USB: Fix NEC OHCI chip silicon bugMichael Hanselmann1-0/+16
2007-07-12USB: EHCI, OHCI: handover changesAlan Stern1-1/+40
2007-05-22USB: Fix USB OHCI Subvendor for Toshiba Portege 4000Andrey Borzenkov1-1/+1
2007-04-27USB: quirk for broken suspend of IT8152F/GRaphael Assenat1-0/+4
2007-04-27USB: add an ohci board-specific quirkDavid Brownell1-8/+20
2007-02-07ohci: Rework bus glue integration to allow several at onceSylvain Munaut1-20/+0
2007-02-07USB: Implement support for "split" endian OHCIBenjamin Herrenschmidt1-0/+26
2007-02-07USB: Rework the OHCI quirk mecanism as suggested by DavidBenjamin Herrenschmidt1-63/+110