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