summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hub.c
Commit message (Expand)AuthorAgeFilesLines
* ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida2018-02-151-1/+3
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* ohci-hub: fix typo in dbg_port macroJelle Martijn Kok2017-02-101-13/+13
* ohci-hub: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* ohci-hub: use HUB_CHAR_*Sergei Shtylyov2015-01-251-5/+5
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-241-2/+2
* USB: OHCI: add I/O watchdog for orphan TDsAlan Stern2014-07-191-0/+3
* USB: OHCI: make URB completions single-threadedAlan Stern2014-07-191-4/+2Star
* USB: OHCI: redesign the TD done listAlan Stern2014-07-191-2/+4
* Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman2014-05-201-0/+18
|\
| * USB: OHCI: fix problem with global suspend on ATI controllersAlan Stern2014-05-031-0/+18
* | USB: OHCI: Export the OHCI hub control and status_data functionsLaurent Pinchart2014-04-241-4/+4
|/
* ohci: no conditional debugging in root hub hadlingOliver Neukum2013-12-031-4/+2Star
* USB: OHCI: fix and explain sparse errorsAlan Stern2013-10-191-4/+5
* USB: OHCI: prepare to make ohci-hcd a library moduleManjunath Goudar2013-05-301-1/+0Star
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-6/+0Star
* USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli2012-10-221-42/+0Star
* USB: ohci-hub: Mark ohci_finish_controller_resume() as __maybe_unusedRoland Stigge2012-06-141-1/+1
* OHCI: remove uses of hcd->stateAlan Stern2011-11-181-4/+3Star
* USB: Fix runtime wakeup on OHCIMatthew Garrett2011-10-181-4/+1Star
* USB 3.0 Hub ChangesJohn Youn2011-03-141-5/+6
* USB: Remove bitmap #define from hcd.hSarah Sharp2011-03-141-6/+6
* USB: controller resume should check the root hubAlan Stern2010-08-101-1/+6
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-6/+10
* USB: OHCI: don't look at the root hub to get the number of portsAlan Stern2010-04-301-1/+1
* USB: OHCI: fix endless polling behaviorAlan Stern2008-10-171-19/+32
* OHCI: Allow broken controllers to auto-stopAlan Stern2008-10-171-28/+32
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-22/+31
* USB: Hook start_hnp into ohci structDmitry Baryshkov2008-08-141-3/+1Star
* USB: OHCI: fix system hang caused by earlier patchAlan Stern2008-08-141-0/+7
* Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-061-31/+22Star
* USB: OHCI: work around bogus compiler warningAlan Stern2008-05-021-1/+1
* usb: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-2/+2
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-251-22/+31
* USB: OHCI: turn off RD when remote wakeup is disabledAlan Stern2008-04-251-1/+2
* USB: HCDs use the do_remote_wakeup flagAlan Stern2008-04-251-3/+2Star
* USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern2008-04-251-0/+43
* USB: ohci: port reset paranoia timeoutDavid Brownell2008-04-251-3/+21
* USB: Fix NEC OHCI chip silicon bugMichael Hanselmann2007-07-131-2/+3
* OHCI: Fix machine check in ohci_hub_status_dataAlan Stern2007-06-091-0/+2
* USB: ohci handles hardware faults during root port resetsTakamasa Ohtake2006-12-201-2/+7
* USB: ohci whitespace/comment fixupsDavid Brownell2006-12-201-6/+6
* OHCI: make autostop conditional on CONFIG_PMAlan Stern2006-12-011-54/+79
* OHCI: change priority level of resume log messageAlan Stern2006-12-011-1/+1
* USB: OHCI: remove stale testing code from root-hub resumeAlan Stern2006-12-011-12/+1Star
* USB: OHCI: disable RHSC inside interrupt handlerAlan Stern2006-12-011-16/+8Star
* USB: ohci-hcd: fix compiler warningAlan Stern2006-12-011-2/+4
* USB: OHCI: fix root-hub resume bugAlan Stern2006-11-161-1/+2
* OHCI: disallow autostop when wakeup is not availableAlan Stern2006-11-161-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4