aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-15ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida1-1/+3
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-02-10ohci-hub: fix typo in dbg_port macroJelle Martijn Kok1-13/+13
2015-04-03ohci-hub: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25ohci-hub: use HUB_CHAR_*Sergei Shtylyov1-5/+5
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-2/+2
2014-07-18USB: OHCI: add I/O watchdog for orphan TDsAlan Stern1-0/+3
2014-07-18USB: OHCI: make URB completions single-threadedAlan Stern1-4/+2
2014-07-18USB: OHCI: redesign the TD done listAlan Stern1-2/+4
2014-05-20Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman1-0/+18
2014-05-03USB: OHCI: fix problem with global suspend on ATI controllersAlan Stern1-0/+18
2014-04-24USB: OHCI: Export the OHCI hub control and status_data functionsLaurent Pinchart1-4/+4
2013-12-03ohci: no conditional debugging in root hub hadlingOliver Neukum1-4/+2
2013-10-19USB: OHCI: fix and explain sparse errorsAlan Stern1-4/+5
2013-05-30USB: OHCI: prepare to make ohci-hcd a library moduleManjunath Goudar1-1/+0
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-6/+0
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-42/+0
2012-06-13USB: ohci-hub: Mark ohci_finish_controller_resume() as __maybe_unusedRoland Stigge1-1/+1
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-4/+3
2011-10-18USB: Fix runtime wakeup on OHCIMatthew Garrett1-4/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-5/+6
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-6/+6
2010-08-10USB: controller resume should check the root hubAlan Stern1-1/+6
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-6/+10
2010-04-30USB: OHCI: don't look at the root hub to get the number of portsAlan Stern1-1/+1
2008-10-17USB: OHCI: fix endless polling behaviorAlan Stern1-19/+32
2008-10-17OHCI: Allow broken controllers to auto-stopAlan Stern1-28/+32
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-22/+31
2008-08-13USB: Hook start_hnp into ohci structDmitry Baryshkov1-3/+1
2008-08-13USB: OHCI: fix system hang caused by earlier patchAlan Stern1-0/+7
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-31/+22
2008-05-02USB: OHCI: work around bogus compiler warningAlan Stern1-1/+1
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison1-2/+2
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-22/+31
2008-04-24USB: OHCI: turn off RD when remote wakeup is disabledAlan Stern1-1/+2
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern1-3/+2
2008-04-24USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern1-0/+43
2008-04-24USB: ohci: port reset paranoia timeoutDavid Brownell1-3/+21
2007-07-12USB: Fix NEC OHCI chip silicon bugMichael Hanselmann1-2/+3
2007-06-08OHCI: Fix machine check in ohci_hub_status_dataAlan Stern1-0/+2
2006-12-20USB: ohci handles hardware faults during root port resetsTakamasa Ohtake1-2/+7
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell1-6/+6
2006-12-01OHCI: make autostop conditional on CONFIG_PMAlan Stern1-54/+79
2006-12-01OHCI: change priority level of resume log messageAlan Stern1-1/+1
2006-12-01USB: OHCI: remove stale testing code from root-hub resumeAlan Stern1-12/+1
2006-12-01USB: OHCI: disable RHSC inside interrupt handlerAlan Stern1-16/+8
2006-12-01USB: ohci-hcd: fix compiler warningAlan Stern1-2/+4
2006-11-16USB: OHCI: fix root-hub resume bugAlan Stern1-1/+2
2006-11-16OHCI: disallow autostop when wakeup is not availableAlan Stern1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4