summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
AgeCommit message (Expand)AuthorLines
2024-11-25Merge tag 'firewire-updates-6.13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+7
2024-10-28firewire: ohci: Replace deprecated PCI functionsPhilipp Stanner-3/+2
2024-10-27firewire: core: fix invalid port index for parent deviceTakashi Sakamoto-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-10-01firewire: Correct some typosShen Lichuan-5/+5
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-12firewire: core: rename cause flag of tracepoints eventTakashi Sakamoto-3/+3
2024-09-12firewire: core: update documentation of kernel APIs for flushing completionsTakashi Sakamoto-3/+6
2024-09-12firewire: core: add helper function to retire descriptorsTakashi Sakamoto-36/+9
2024-09-12Revert "firewire: core: move workqueue handler from 1394 OHCI driver to core ...Takashi Sakamoto-12/+64
2024-09-12Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...Takashi Sakamoto-23/+25
2024-09-09firewire: core: use mutex to coordinate concurrent calls to flush completionsTakashi Sakamoto-25/+23
2024-09-09firewire: core: move workqueue handler from 1394 OHCI driver to core functionTakashi Sakamoto-64/+12
2024-09-08firewire: core: fulfill documentation of fw_iso_context_flush_completions()Takashi Sakamoto-0/+11
2024-09-08firewire: core: expose kernel API to schedule work item to process isochronou...Takashi Sakamoto-7/+2
2024-09-05firewire: core: use WARN_ON_ONCE() to avoid superfluous dumpsTakashi Sakamoto-2/+2
2024-09-04firewire: core: non-atomic memory allocation for isochronous event to user cl...Takashi Sakamoto-2/+2
2024-09-04firewire: ohci: operate IT/IR events in sleepable work process instead of tas...Takashi Sakamoto-10/+45
2024-09-04firewire: core: add local API to queue work item to workqueue specific to iso...Takashi Sakamoto-2/+38
2024-09-04firewire: core: allocate workqueue to handle isochronous contexts in cardTakashi Sakamoto-6/+33
2024-09-03firewire: ohci: obsolete direct usage of printk_ratelimit()Takashi Sakamoto-6/+3
2024-09-03firewire: ohci: deprecate debug parameterTakashi Sakamoto-1/+6
2024-08-20firewire: core: update fw_device outside of device_find_child()Takashi Sakamoto-57/+59
2024-08-17firewire: ohci: fix error path to detect initiated reset in TI TSB41BA3D phyTakashi Sakamoto-5/+10
2024-08-14firewire: core/ohci: minor refactoring for computation of configuration ROM sizeTakashi Sakamoto-2/+3
2024-08-14firewire: ohci: remove unused wrapper macro for dev_info()Takashi Sakamoto-1/+0
2024-08-14firewire: ohci: use helper macro for compiler aligned attributeTakashi Sakamoto-1/+1
2024-08-13firewire: core: use xarray instead of idr to maintain client resourceTakashi Sakamoto-32/+35
2024-08-13firewire: core: code refactoring to use idr_for_each_entry() macro instead of...Takashi Sakamoto-34/+30
2024-08-13firewire: core: add helper function to detect data of iso resource structureTakashi Sakamoto-1/+6
2024-08-13firewire: core: add helper functions to convert to parent resource structureTakashi Sakamoto-12/+26
2024-08-13firewire: core: minor code refactoring to release client resourceTakashi Sakamoto-8/+7
2024-08-12firewire: core: use lock in Xarray instead of local R/W semaphoreTakashi Sakamoto-13/+6
2024-08-12firewire: core: replace IDR with XArray to maintain fw_deviceTakashi Sakamoto-13/+14
2024-08-10firewire: core: correct range of block for case of switch statementTakashi Sakamoto-1/+1
2024-08-05firewire: ohci: use guard macro to serialize operations for isochronous contextsTakashi Sakamoto-105/+77
2024-08-05firewire: ohci: use guard macro to maintain image of configuration ROMTakashi Sakamoto-67/+49
2024-08-05firewire: ohci: use guard macro to maintain bus timeTakashi Sakamoto-18/+12
2024-08-05firewire: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto-33/+19
2024-08-05firewire: core: use guard macro to maintain list of asynchronous transactionTakashi Sakamoto-51/+34
2024-08-05firewire: core: use guard macro to maintain list of receivers for phy configu...Takashi Sakamoto-12/+5
2024-08-05firewire: core: use guard macro to maintain isochronous context for userspace...Takashi Sakamoto-14/+11
2024-08-05firewire: core: use guard macro to maintain IDR of isochronous resources for ...Takashi Sakamoto-72/+59
2024-08-05firewire: core: use guard macro to maintain list of events for userspace clientsTakashi Sakamoto-15/+12
2024-08-05firewire: core: use guard macro to disable local IRQTakashi Sakamoto-7/+5
2024-08-05firewire: core: use guard macro to maintain the list of address handler for t...Takashi Sakamoto-6/+4
2024-08-05firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto-56/+42
2024-08-05firewire: core: use guard macro to maintain RCU scope for transaction address...Takashi Sakamoto-20/+15
2024-08-05firewire: ohci: use guard macro to serialize accesses to phy registersTakashi Sakamoto-35/+36
2024-08-05firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto-8/+5