summaryrefslogtreecommitdiff
path: root/drivers/firewire/ohci.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-28firewire: ohci: initialize page array to use alloc_pages_bulk() correctlyTakashi Sakamoto1-1/+1
2026-01-18firewire: core: provide isoc header buffer size outside card driverTakashi Sakamoto1-5/+5
2026-01-18firewire: ohci: allocate isoc context header by kvmalloc()Takashi Sakamoto1-3/+3
2026-01-18firewire: core: add flags member for isochronous context structureTakashi Sakamoto1-2/+2
2026-01-18firewire: ohci: use cleanup helper for isoc context header allocationTakashi Sakamoto1-10/+7
2026-01-18firewire: ohci: code refactoring to use union for isoc multiple channel stateTakashi Sakamoto1-14/+15
2026-01-18firewire: ohci: refactor isoc single-channel state using a unionTakashi Sakamoto1-27/+41
2026-01-15firewire: ohci: fix index of pages for dma address to 1394 OHCI IT contextTakashi Sakamoto1-1/+1
2026-01-12firewire: ohci: stop using page private to store DMA mapping addressTakashi Sakamoto1-23/+16
2026-01-12firewire: ohci: split page allocation from dma mappingTakashi Sakamoto1-26/+51
2026-01-12firewire: ohci: use MAX macro to guarantee minimum count of pages for AR cont...Takashi Sakamoto1-1/+1
2026-01-12firewire: core: stop using page private to store DMA mapping addressTakashi Sakamoto1-12/+12
2025-11-13firewire: core: abort pending transactions at card removalTakashi Sakamoto1-5/+0
2025-11-09firewire: core: clear sources of hardware interrupt at card removalTakashi Sakamoto1-8/+36
2025-10-13firewire: core: handle device quirk of MOTU Audio ExpressTakashi Sakamoto1-0/+29
2025-09-08firewire: ohci: use kcalloc() variant for array allocationTakashi Sakamoto1-5/+2
2025-08-23firewire: ohci: remove module-local workqueueTakashi Sakamoto1-11/+0
2025-08-23firewire: ohci: use threaded IRQ handler to handle SelfIDComplete eventTakashi Sakamoto1-18/+22
2025-08-23firewire: ohci: move self_id_complete tracepoint after validating registerTakashi Sakamoto1-8/+4
2025-08-22firewire: ohci: remove obsolete module-level debug parameterTakashi Sakamoto1-10/+0
2025-08-22firewire: ohci: remove obsolete debug logging for AT/AR resultsTakashi Sakamoto1-113/+19
2025-08-22firewire: ohci: remove obsolete debug logging for selfID sequenceTakashi Sakamoto1-72/+0
2025-08-22firewire: ohci: remove obsolete debug logging for IRQ eventsTakashi Sakamoto1-33/+1
2025-07-12firewire: ohci: reduce the size of common context structure by extracting mem...Takashi Sakamoto1-43/+49
2025-06-15firewire: ohci: use workqueue to handle events of AT request/response contextsTakashi Sakamoto1-16/+24
2025-06-15firewire: ohci: use workqueue to handle events of AR request/response contextsTakashi Sakamoto1-16/+11
2025-06-09firewire: ohci: use from_work() macro to expand parent structure of work_structTakashi Sakamoto1-3/+2
2025-06-09firewire: ohci: correct code comments about bus_reset taskletTakashi Sakamoto1-3/+3
2024-12-08firewire: ohci: use generic power managementVaibhav Gupta1-31/+13
2024-10-28firewire: ohci: Replace deprecated PCI functionsPhilipp Stanner1-3/+2
2024-10-01firewire: Correct some typosShen Lichuan1-3/+3
2024-09-12firewire: core: rename cause flag of tracepoints eventTakashi Sakamoto1-3/+3
2024-09-12firewire: core: add helper function to retire descriptorsTakashi Sakamoto1-36/+9
2024-09-12Revert "firewire: core: move workqueue handler from 1394 OHCI driver to core ...Takashi Sakamoto1-2/+43
2024-09-12Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...Takashi Sakamoto1-14/+23
2024-09-09firewire: core: use mutex to coordinate concurrent calls to flush completionsTakashi Sakamoto1-23/+14
2024-09-09firewire: core: move workqueue handler from 1394 OHCI driver to core functionTakashi Sakamoto1-43/+2
2024-09-08firewire: core: expose kernel API to schedule work item to process isochronou...Takashi Sakamoto1-2/+2
2024-09-04firewire: ohci: operate IT/IR events in sleepable work process instead of tas...Takashi Sakamoto1-10/+45
2024-09-04firewire: core: allocate workqueue to handle isochronous contexts in cardTakashi Sakamoto1-1/+1
2024-09-03firewire: ohci: obsolete direct usage of printk_ratelimit()Takashi Sakamoto1-6/+3
2024-09-03firewire: ohci: deprecate debug parameterTakashi Sakamoto1-1/+6
2024-08-17firewire: ohci: fix error path to detect initiated reset in TI TSB41BA3D phyTakashi Sakamoto1-5/+10
2024-08-14firewire: core/ohci: minor refactoring for computation of configuration ROM sizeTakashi Sakamoto1-1/+1
2024-08-14firewire: ohci: remove unused wrapper macro for dev_info()Takashi Sakamoto1-1/+0
2024-08-14firewire: ohci: use helper macro for compiler aligned attributeTakashi Sakamoto1-1/+1
2024-08-05firewire: ohci: use guard macro to serialize operations for isochronous contextsTakashi Sakamoto1-105/+77
2024-08-05firewire: ohci: use guard macro to maintain image of configuration ROMTakashi Sakamoto1-67/+49
2024-08-05firewire: ohci: use guard macro to maintain bus timeTakashi Sakamoto1-18/+12
2024-08-05firewire: ohci: use guard macro to serialize accesses to phy registersTakashi Sakamoto1-35/+36