summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: reduce kernel log spam on driver registrationArd Biesheuvel2022-08-311-1/+0
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-2/+1
* usb: ohci: Prefer struct_size over open coded arithmeticLen Baker2021-09-141-2/+1
* usb: fix a few cases of -WfallthroughNick Desaulniers2020-11-131-1/+1
* usb: ohci: Make distrust_firmware param default to falseHamish Martin2020-09-141-1/+1
* usb: ohci: Default to per-port over-current protectionHamish Martin2020-09-141-6/+10
* USB: ohci: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
* USB: OHCI: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+2
* Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-021-3/+12
|\
| * usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda2019-08-281-3/+12
* | usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+1
|/
* 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/+0
* Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-18/+0
|\
| * usb: host: remove tilegx platform glueArnd Bergmann2018-03-261-18/+0
* | 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-211-5/+4
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-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-271-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/+0
|/
* timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-1/+0
* USB: ohci-jz4740: Remove obsolete driverMaarten ter Huurne2016-05-131-5/+0
* 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/+0
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-3/+3
* USB: OHCI: add check for stopped frame counterAlan Stern2014-07-181-2/+34
* USB: OHCI: add I/O watchdog for orphan TDsAlan Stern2014-07-181-0/+125
* USB: OHCI: make URB completions single-threadedAlan Stern2014-07-181-6/+4
* USB: OHCI: redesign the TD done listAlan Stern2014-07-181-7/+5
* USB: OHCI: no shortcut for unlinking URBS from a dead controllerAlan Stern2014-07-181-14/+8
* USB: OHCI: revert the ZF Micro orphan-TD quirkAlan Stern2014-07-181-133/+1
* USB: OHCI: fix bugs in debug routinesAlan Stern2014-07-171-5/+5
* USB: OHCI: add SG supportAlan Stern2014-07-171-6/+32
* USB: OHCI: don't allocate HCCA atomicallyVladimir Zapolskiy2014-07-091-1/+1
* usb: ohci-da8xx can only be built-inArnd Bergmann2014-05-271-1/+1
* USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar2013-12-081-1/+8
* USB: kill #undef VERBOSE_DEBUGOliver Neukum2013-12-031-2/+0
* ohci:always register debug filesOliver Neukum2013-12-031-6/+0
* ohci: kill ohci_vdbgOliver Neukum2013-12-031-2/+2