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