aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-1/+0
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+1
2021-09-14usb: ohci: Prefer struct_size over open coded arithmeticLen Baker1-2/+1
2020-11-13usb: fix a few cases of -WfallthroughNick Desaulniers1-1/+1
2020-09-14usb: ohci: Make distrust_firmware param default to falseHamish Martin1-1/+1
2020-09-14usb: ohci: Default to per-port over-current protectionHamish Martin1-6/+10
2020-07-15USB: ohci: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-10USB: OHCI: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman1-3/+12
2019-08-28usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda1-3/+12
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring1-2/+2
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-1/+1
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor1-5/+18
2018-05-31USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-18/+0
2018-03-26usb: host: remove tilegx platform glueArnd Bergmann1-18/+0
2018-03-09USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEMFredrik Noring1-1/+2
2018-02-15ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida1-3/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: ohci-hcd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-03-23ohci-pci: add qemu quirkGerd Hoffmann1-1/+2
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-10-30Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman1-1/+1
2016-10-27USB: OHCI: make ohci-da8xx a separate driverManjunath Goudar1-18/+0
2016-10-24usb: increase ohci watchdog delay to 275 msecBryan Paluch1-1/+1
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-1/+0
2016-05-13USB: ohci-jz4740: Remove obsolete driverMaarten ter Huurne1-5/+0
2015-12-04usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem1-2/+2
2015-05-10USB: ohci-hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2014-11-25USB: host: Remove ehci-octeon and ohci-octeon driversAlan Stern1-5/+0
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-3/+3
2014-07-18USB: OHCI: add check for stopped frame counterAlan Stern1-2/+34
2014-07-18USB: OHCI: add I/O watchdog for orphan TDsAlan Stern1-0/+125
2014-07-18USB: OHCI: make URB completions single-threadedAlan Stern1-6/+4
2014-07-18USB: OHCI: redesign the TD done listAlan Stern1-7/+5
2014-07-18USB: OHCI: no shortcut for unlinking URBS from a dead controllerAlan Stern1-14/+8
2014-07-18USB: OHCI: revert the ZF Micro orphan-TD quirkAlan Stern1-133/+1
2014-07-17USB: OHCI: fix bugs in debug routinesAlan Stern1-5/+5
2014-07-17USB: OHCI: add SG supportAlan Stern1-6/+32
2014-07-09USB: OHCI: don't allocate HCCA atomicallyVladimir Zapolskiy1-1/+1
2014-05-27usb: ohci-da8xx can only be built-inArnd Bergmann1-1/+1
2013-12-08USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar1-1/+8
2013-12-03USB: kill #undef VERBOSE_DEBUGOliver Neukum1-2/+0
2013-12-03ohci:always register debug filesOliver Neukum1-6/+0
2013-12-03ohci: kill ohci_vdbgOliver Neukum1-2/+2