summaryrefslogtreecommitdiff
path: root/drivers/firewire/ohci.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-08Revert "firewire: ohci: use common macro to interpret be32 data in le32 buffer"Takashi Sakamoto1-1/+1
2024-07-04firewire: ohci: add tracepoints event for data of Self-ID DMATakashi Sakamoto1-1/+10
2024-07-04firewire: ohci: use inline functions to operate data of self-ID DMATakashi Sakamoto1-5/+7
2024-07-04firewire: ohci: use static function to handle endian issue on PowerPC platformTakashi Sakamoto1-12/+27
2024-07-04firewire: ohci: use common macro to interpret be32 data in le32 bufferTakashi Sakamoto1-1/+1
2024-06-25firewire: ohci: add tracepoints event for hardIRQ eventTakashi Sakamoto1-0/+1
2024-06-25firewire: ohci: add support for Linux kernel tracepointsTakashi Sakamoto1-0/+3
2024-06-25firewire: core: add tracepoints events for completions of packets in isochron...Takashi Sakamoto1-6/+17
2024-06-25firewire: core: add tracepoints events for flushing completions of isochronou...Takashi Sakamoto1-0/+2
2024-06-17firewire: ohci: use helper inline functions to serialize/deserialize self ID ...Takashi Sakamoto1-24/+45
2024-06-17firewire: ohci: use helper functions for self ID sequenceTakashi Sakamoto1-28/+49
2024-06-17firewire: ohci: minor code refactoring for self ID loggingTakashi Sakamoto1-14/+22
2024-05-06firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameterTakashi Sakamoto1-8/+1
2024-05-06firewire: ohci: add bus-reset event for initial set of handled irqTakashi Sakamoto1-6/+5
2024-05-06firewire: core: obsolete tcode check macros with inline functionsTakashi Sakamoto1-3/+3
2024-05-06firewire: ohci: replace hard-coded values with common macrosTakashi Sakamoto1-4/+14
2024-05-06firewire: ohci: replace hard-coded values with inline functions for asynchron...Takashi Sakamoto1-15/+15
2024-05-06firewire: ohci: replace local macros with common inline functions for asynchr...Takashi Sakamoto1-16/+8
2024-05-06firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt lineTakashi Sakamoto1-5/+13
2024-05-06firewire: ohci: obsolete usage of deprecated API for MSITakashi Sakamoto1-4/+9
2024-05-06firewire: ohci: replace request_irq() with request_threaded_irq()Takashi Sakamoto1-4/+4
2024-05-06Revert "firewire: ohci: use devres for requested IRQ"Takashi Sakamoto1-6/+8
2024-04-29firewire: ohci: fulfill timestamp for some local asynchronous transactionTakashi Sakamoto1-2/+6
2024-04-06firewire: ohci: mask bus reset interrupts between ISR and bottom halfAdam Goldman1-1/+5
2024-03-06firewire: ohci: prevent leak of left-over IRQ on unbindEdmund Raile1-0/+2
2024-01-05firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and A...Takashi Sakamoto1-0/+51
2023-06-06firewire: ohci: release buffer for AR req/resp contexts when managed resource...Takashi Sakamoto1-17/+14
2023-06-06firewire: ohci: use devres for content of configuration ROMTakashi Sakamoto1-18/+9
2023-06-06firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contextsTakashi Sakamoto1-15/+8
2023-06-06firewire: ohci: use devres for list of isochronous contextsTakashi Sakamoto1-10/+9
2023-06-06firewire: ohci: use devres for requested IRQTakashi Sakamoto1-8/+4
2023-06-06firewire: ohci: use devres for misc DMA bufferTakashi Sakamoto1-10/+3
2023-06-06firewire: ohci: use devres for MMIO region mappingTakashi Sakamoto1-20/+6
2023-06-06firewire: ohci: use devres for PCI-related resourcesTakashi Sakamoto1-7/+3
2023-06-06firewire: ohci: use devres for memory object of ohci structureTakashi Sakamoto1-16/+17
2023-05-30firewire: core: use union for callback of transaction completionTakashi Sakamoto1-2/+15
2021-03-17firewire: ohci: Use tasklet_disable_in_atomic() where requiredSebastian Andrzej Siewior1-2/+2
2020-09-25firewire-ohci: use dma_alloc_pagesChristoph Hellwig1-15/+11
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-7/+7
2020-06-16firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-11-13firewire: ohci: stop using get_seconds() for BUS_TIMEArnd Bergmann1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2018-02-03Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+7
2018-01-13firewire-ohci: work around oversized DMA reads on JMicron controllersHector Martin1-1/+7
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-6/+4
2015-11-05firewire: ohci: propagate return code from soft_reset to probe and resumeStefan Richter1-2/+3
2015-11-05firewire: ohci: fix JMicron JMB38x IT context discoveryStefan Richter1-0/+5
2015-01-22firewire: ohci: Remove unused functionRickard Strandqvist1-5/+0