summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring2019-06-281-2/+2
* USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-031-1/+1
* USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-031-5/+18
* USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-5/+0Star
* Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-031-18/+0Star
|\
| * usb: host: remove tilegx platform glueArnd Bergmann2018-03-261-18/+0Star
* | USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEMFredrik Noring2018-03-091-1/+2
|/
* ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida2018-02-151-3/+7
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-5/+4Star
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-141-1/+2
|\
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
| * usb: host: ohci-hcd: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* ohci-pci: add qemu quirkGerd Hoffmann2017-03-231-1/+2
* usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman2016-10-301-1/+1
|\
| * usb: increase ohci watchdog delay to 275 msecBryan Paluch2016-10-241-1/+1
* | USB: OHCI: make ohci-da8xx a separate driverManjunath Goudar2016-10-271-18/+0Star
|/
* timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-1/+0Star
* USB: ohci-jz4740: Remove obsolete driverMaarten ter Huurne2016-05-131-5/+0Star
* usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem2015-12-041-2/+2
* USB: ohci-hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: host: Remove ehci-octeon and ohci-octeon driversAlan Stern2014-11-251-5/+0Star
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-241-3/+3
* USB: OHCI: add check for stopped frame counterAlan Stern2014-07-191-2/+34
* USB: OHCI: add I/O watchdog for orphan TDsAlan Stern2014-07-191-0/+125
* USB: OHCI: make URB completions single-threadedAlan Stern2014-07-191-6/+4Star
* USB: OHCI: redesign the TD done listAlan Stern2014-07-191-7/+5Star
* USB: OHCI: no shortcut for unlinking URBS from a dead controllerAlan Stern2014-07-191-14/+8Star
* USB: OHCI: revert the ZF Micro orphan-TD quirkAlan Stern2014-07-191-133/+1Star
* USB: OHCI: fix bugs in debug routinesAlan Stern2014-07-181-5/+5
* USB: OHCI: add SG supportAlan Stern2014-07-181-6/+32
* USB: OHCI: don't allocate HCCA atomicallyVladimir Zapolskiy2014-07-101-1/+1
* usb: ohci-da8xx can only be built-inArnd Bergmann2014-05-281-1/+1
* USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar2013-12-091-1/+8
* USB: kill #undef VERBOSE_DEBUGOliver Neukum2013-12-031-2/+0Star
* ohci:always register debug filesOliver Neukum2013-12-031-6/+0Star
* ohci: kill ohci_vdbgOliver Neukum2013-12-031-2/+2
* ohci: remove conditional compilationOliver Neukum2013-12-031-8/+0Star
* Revert "USB: OHCI: Properly handle OHCI controller suspend"Greg Kroah-Hartman2013-10-141-8/+1Star
* USB: OHCI: Properly handle OHCI controller suspendManjunath Goudar2013-10-061-1/+8
* USB: OHCI: ohci_init_driver(): sanity check overridesKevin Hilman2013-10-011-4/+6
* Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-301-10/+12
|\
| * USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-261-10/+12
* | USB: OHCI: make ohci-pxa27x a separate driverManjunath Goudar2013-09-261-5/+0Star
* | USB: OHCI: make ohci-ep93xx a separate driverManjunath Goudar2013-09-261-18/+0Star
* | USB: OHCI: make ohci-nxp a separate driverManjunath Goudar2013-09-261-18/+0Star
* | USB: OHCI: make ohci-s3c2410 a separate driverManjunath Goudar2013-09-261-18/+0Star
* | USB: OHCI: make ohci-at91 a separate driverManjunath Goudar2013-09-261-18/+0Star