summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
2024-10-27firewire: core: fix invalid port index for parent deviceTakashi Sakamoto1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-12firewire: core: rename cause flag of tracepoints eventTakashi Sakamoto1-3/+3
2024-09-12firewire: core: update documentation of kernel APIs for flushing completionsTakashi Sakamoto1-3/+6
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 Sakamoto3-12/+64
2024-09-12Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...Takashi Sakamoto2-23/+25
2024-09-09firewire: core: use mutex to coordinate concurrent calls to flush completionsTakashi Sakamoto2-25/+23
2024-09-09firewire: core: move workqueue handler from 1394 OHCI driver to core functionTakashi Sakamoto3-64/+12
2024-09-08firewire: core: fulfill documentation of fw_iso_context_flush_completions()Takashi Sakamoto1-0/+11
2024-09-08firewire: core: expose kernel API to schedule work item to process isochronou...Takashi Sakamoto2-7/+2
2024-09-05firewire: core: use WARN_ON_ONCE() to avoid superfluous dumpsTakashi Sakamoto1-2/+2
2024-09-04firewire: core: non-atomic memory allocation for isochronous event to user cl...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: add local API to queue work item to workqueue specific to iso...Takashi Sakamoto2-2/+38
2024-09-04firewire: core: allocate workqueue to handle isochronous contexts in cardTakashi Sakamoto3-6/+33
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-20firewire: core: update fw_device outside of device_find_child()Takashi Sakamoto1-57/+59
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 Sakamoto2-2/+3
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-13firewire: core: use xarray instead of idr to maintain client resourceTakashi Sakamoto2-32/+35
2024-08-13firewire: core: code refactoring to use idr_for_each_entry() macro instead of...Takashi Sakamoto1-34/+30
2024-08-13firewire: core: add helper function to detect data of iso resource structureTakashi Sakamoto1-1/+6
2024-08-13firewire: core: add helper functions to convert to parent resource structureTakashi Sakamoto1-12/+26
2024-08-13firewire: core: minor code refactoring to release client resourceTakashi Sakamoto1-8/+7
2024-08-12firewire: core: use lock in Xarray instead of local R/W semaphoreTakashi Sakamoto1-13/+6
2024-08-12firewire: core: replace IDR with XArray to maintain fw_deviceTakashi Sakamoto3-13/+14
2024-08-10firewire: core: correct range of block for case of switch statementTakashi 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: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto6-33/+19
2024-08-05firewire: core: use guard macro to maintain list of asynchronous transactionTakashi Sakamoto1-51/+34
2024-08-05firewire: core: use guard macro to maintain list of receivers for phy configu...Takashi Sakamoto1-12/+5
2024-08-05firewire: core: use guard macro to maintain isochronous context for userspace...Takashi Sakamoto1-14/+11
2024-08-05firewire: core: use guard macro to maintain IDR of isochronous resources for ...Takashi Sakamoto1-72/+59
2024-08-05firewire: core: use guard macro to maintain list of events for userspace clientsTakashi Sakamoto1-15/+12
2024-08-05firewire: core: use guard macro to disable local IRQTakashi Sakamoto1-7/+5
2024-08-05firewire: core: use guard macro to maintain the list of address handler for t...Takashi Sakamoto1-6/+4
2024-08-05firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto2-56/+42
2024-08-05firewire: core: use guard macro to maintain RCU scope for transaction address...Takashi Sakamoto1-20/+15
2024-08-05firewire: ohci: use guard macro to serialize accesses to phy registersTakashi Sakamoto1-35/+36
2024-08-05firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto1-8/+5
2024-08-05firewire: core: use guard macro to maintain the list of cardTakashi Sakamoto1-26/+18
2024-08-05firewire: core: use guard macro to maintain static packet data for phy config...Takashi Sakamoto1-3/+1
2024-08-02firewire: ohci: use static inline functions to serialize data of IT DMATakashi Sakamoto1-18/+16