aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/ohci.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25firewire-ohci: use dma_alloc_pagesGravatar Christoph Hellwig 1-15/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-7/+7
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2019-11-13firewire: ohci: stop using get_seconds() for BUS_TIMEGravatar Arnd Bergmann 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Gravatar Will Deacon 1-1/+0
2018-02-02Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+7
2018-01-13firewire-ohci: work around oversized DMA reads on JMicron controllersGravatar Hector Martin 1-1/+7
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-6/+4
2015-11-05firewire: ohci: propagate return code from soft_reset to probe and resumeGravatar Stefan Richter 1-2/+3
2015-11-05firewire: ohci: fix JMicron JMB38x IT context discoveryGravatar Stefan Richter 1-0/+5
2015-01-22firewire: ohci: Remove unused functionGravatar Rickard Strandqvist 1-5/+0
2014-11-19firewire: ohci: replace vm_map_ram() with vmap()Gravatar Clemens Ladisch 1-4/+2
2014-07-27Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2014-07-23firewire: ohci: disable MSI for VIA VT6315 againGravatar Stefan Richter 1-2/+2
2014-06-04Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+7
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2014-05-29firewire: ohci: enable MSI for VIA VT6315 rev 1, drop cycle timer quirkGravatar Stefan Richter 1-0/+7
2014-05-29firewire: revert to 4 GB RDMA, fix protocols using Memory SpaceGravatar Stefan Richter 1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-1/+1
2014-03-06firewire: ohci: fix probe failure with Agere/LSI controllersGravatar Stefan Richter 1-13/+2
2014-01-20firewire: Enable remote DMA above 4 GBGravatar Stefan Richter 1-3/+5
2014-01-12firewire: ohci: Turn remote DMA support into a module parameterGravatar Lubomir Rintel 1-8/+11
2013-08-29firewire: ohci: Fix deadlock at bus resetGravatar Stephan Gatzka 1-1/+8
2013-08-29firewire: ohci: Change module_pci_driver to module_init/module_exitGravatar Stephan Gatzka 1-1/+12
2013-08-19firewire: ohci: beautify some macro definitionsGravatar Stefan Richter 1-9/+9
2013-08-19firewire: ohci: change confusing name of a struct memberGravatar Stefan Richter 1-5/+5
2013-07-27firewire: fix libdc1394/FlyCap2 iso event regressionGravatar Clemens Ladisch 1-2/+8
2013-04-30firewire: ohci: dump_stack() for PHY regs read/write failuresGravatar Peter Hurley 1-2/+4
2013-04-30firewire: ohci: Improve bus reset error messagesGravatar Peter Hurley 1-13/+14
2013-04-30firewire: ohci: Alias dev_* log functionsGravatar Peter Hurley 1-78/+65
2013-04-30firewire: ohci: Fix 'failed to read phy reg' on FW643 rev8Gravatar Peter Hurley 1-2/+18
2013-04-28firewire: ohci: fix VIA VT6306 video receptionGravatar Andy Leiserson 1-3/+35
2013-04-28firewire: ohci: Check LPS before register access on pci removalGravatar Peter Hurley 1-4/+9
2013-04-28firewire: ohci: Fix double free_irq()Gravatar Peter Hurley 1-22/+16
2013-04-28firewire: remove unnecessary alloc/OOM messagesGravatar Stefan Richter 1-3/+0
2013-04-28firewire: Remove two unneeded checks for macrosGravatar Paul Bolle 1-2/+0
2013-01-29Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2013-01-09treewide: Fix typo in various driversGravatar Masanari Iida 1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-11-28firewire: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-19various: Fix spelling of "asynchronous" in comments.Gravatar Adam Buchbinder 1-1/+1
2012-09-25firewire: ohci: get IR bit from TSB41BA3D phyGravatar Stephan Gatzka 1-1/+27
2012-06-17firewire: ohci: initialize multiChanMode bits after resetGravatar Clemens Ladisch 1-0/+5
2012-06-05firewire: ohci: sanity-check MMIO resourceGravatar Clemens Ladisch 1-0/+7
2012-05-27firewire: ohci: lazy bus time initializationGravatar Clemens Ladisch 1-6/+12
2012-04-17firewire: ohci: omit spinlock IRQ flags where possibleGravatar Stefan Richter 1-13/+10
2012-04-17firewire: ohci: correct signedness of a local variableGravatar Stefan Richter 1-2/+2
2012-04-09firewire: use module_pci_driverGravatar Axel Lin 1-13/+2