summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-hcd.c
AgeCommit message (Expand)Author
2021-09-14usb: ohci: Prefer struct_size over open coded arithmeticLen Baker
2020-11-13usb: fix a few cases of -WfallthroughNick Desaulniers
2020-09-14usb: ohci: Make distrust_firmware param default to falseHamish Martin
2020-09-14usb: ohci: Default to per-port over-current protectionHamish Martin
2020-07-15USB: ohci: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-10USB: OHCI: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman
2019-08-28usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor
2018-05-31USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-03-26usb: host: remove tilegx platform glueArnd Bergmann
2018-03-09USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEMFredrik Noring
2018-02-15ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: host: ohci-hcd: mark expected switch fall-throughGustavo A. R. Silva
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-03-23ohci-pci: add qemu quirkGerd Hoffmann
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-10-30Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman
2016-10-27USB: OHCI: make ohci-da8xx a separate driverManjunath Goudar
2016-10-24usb: increase ohci watchdog delay to 275 msecBryan Paluch
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-05-13USB: ohci-jz4740: Remove obsolete driverMaarten ter Huurne
2015-12-04usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem
2015-05-10USB: ohci-hcd.c: move assignment out of if () blockGreg Kroah-Hartman
2014-11-25USB: host: Remove ehci-octeon and ohci-octeon driversAlan Stern
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek
2014-07-18USB: OHCI: add check for stopped frame counterAlan Stern
2014-07-18USB: OHCI: add I/O watchdog for orphan TDsAlan Stern
2014-07-18USB: OHCI: make URB completions single-threadedAlan Stern
2014-07-18USB: OHCI: redesign the TD done listAlan Stern
2014-07-18USB: OHCI: no shortcut for unlinking URBS from a dead controllerAlan Stern
2014-07-18USB: OHCI: revert the ZF Micro orphan-TD quirkAlan Stern
2014-07-17USB: OHCI: fix bugs in debug routinesAlan Stern
2014-07-17USB: OHCI: add SG supportAlan Stern
2014-07-09USB: OHCI: don't allocate HCCA atomicallyVladimir Zapolskiy
2014-05-27usb: ohci-da8xx can only be built-inArnd Bergmann
2013-12-08USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar
2013-12-03USB: kill #undef VERBOSE_DEBUGOliver Neukum
2013-12-03ohci:always register debug filesOliver Neukum
2013-12-03ohci: kill ohci_vdbgOliver Neukum
2013-12-03ohci: remove conditional compilationOliver Neukum
2013-10-14Revert "USB: OHCI: Properly handle OHCI controller suspend"Greg Kroah-Hartman