summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
5 daysfirewire: nosy: Fix dma_free_coherent() sizeThomas Fourier1-5/+5
2025-12-04Merge tag 'firewire-updates-6.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-114/+276
2025-11-16firewire: core: fix to update generation field in topology mapTakashi Sakamoto1-1/+2
2025-11-14firewire: core: Initialize topology_map.lockVille Syrjälä1-0/+2
2025-11-13firewire: core: abort pending transactions at card removalTakashi Sakamoto4-5/+31
2025-11-12firewire: core: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari1-1/+2
2025-11-09firewire: core: clear sources of hardware interrupt at card removalTakashi Sakamoto3-8/+42
2025-11-01firewire: core: code refactoring to find and pop transaction entryTakashi Sakamoto1-23/+22
2025-11-01firewire: core: code refactoring to remove transaction entryTakashi Sakamoto1-6/+10
2025-10-25firewire: init_ohci1394_dma: add missing function parameter documentationNirbhay Sharma1-0/+10
2025-10-24firewire: core: fix __must_hold() annotationTakashi Sakamoto1-1/+1
2025-10-20firewire: core: use cleanup function to release cached configuration ROMTakashi Sakamoto1-22/+12
2025-10-18firewire: core: handle device quirk of TASCAM FW-1884/FW-1804/FW-1082Takashi Sakamoto1-1/+17
2025-10-18firewire: core: determine transaction speed after detecting quirksTakashi Sakamoto1-28/+25
2025-10-18firewire: core: code refactoring to compute transaction speedTakashi Sakamoto1-18/+17
2025-10-13firewire: core: handle device quirk of MOTU Audio ExpressTakashi Sakamoto2-0/+82
2025-10-13firewire: core: detect device quirk when reading configuration ROMTakashi Sakamoto2-16/+30
2025-10-01Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-615/+497
2025-09-28firewire: core: fix undefined reference error in ARM EABITakashi Sakamoto1-1/+1
2025-09-24Revert "firewire: core: disable bus management work temporarily during updati...Takashi Sakamoto1-8/+0
2025-09-24Revert "firewire: core: shrink critical section of fw_card spinlock in bm_work"Takashi Sakamoto1-8/+30
2025-09-24firewire: core: suppress overflow warning when computing jiffies from isochro...Takashi Sakamoto1-1/+1
2025-09-20firewire: core: fix overlooked update of subsystem ABI versionTakashi Sakamoto1-1/+1
2025-09-19firewire: core: minor code refactoring to delete useless local variableTakashi Sakamoto1-11/+4
2025-09-19firewire: core; eliminate pick_me goto labelTakashi Sakamoto1-50/+51
2025-09-19firewire: core: code refactoring to split contention procedure for bus managerTakashi Sakamoto1-96/+127
2025-09-19firewire: core: code refactoring for the case of generation mismatchTakashi Sakamoto1-95/+93
2025-09-19firewire: core: use switch statement to evaluate transaction result to CSR_BU...Takashi Sakamoto1-26/+24
2025-09-19firewire: core: remove useless generation checkTakashi Sakamoto1-8/+6
2025-09-17firewire: core: use struct_size and flex_array_size in ioctl_add_descriptorThorsten Blum1-2/+3
2025-09-17firewire: core: shrink critical section of fw_card spinlock in bm_workTakashi Sakamoto1-22/+8
2025-09-17firewire: core: disable bus management work temporarily during updating topologyTakashi Sakamoto1-0/+8
2025-09-17firewire: core: schedule bm_work item outside of spin lockTakashi Sakamoto1-1/+2
2025-09-16firewire: core: annotate fw_destroy_nodes with must-hold-lockTakashi Sakamoto1-1/+3
2025-09-16firewire: core: use spin lock specific to timer for split transactionTakashi Sakamoto2-25/+48
2025-09-16firewire: core: use spin lock specific to transactionTakashi Sakamoto2-27/+44
2025-09-16firewire: core: use spin lock specific to topology mapTakashi Sakamoto2-9/+19
2025-09-16firewire: core: maintain phy packet receivers locally in cdev layerTakashi Sakamoto2-8/+20
2025-09-16firewire: core: use scoped_guard() to manage critical section to update topologyTakashi Sakamoto1-40/+34
2025-09-15firewire: core: use helper macro to compare against current jiffiesTakashi Sakamoto3-5/+4
2025-09-15firewire: core: use helper macros instead of direct access to HZTakashi Sakamoto5-17/+16
2025-09-13firewire: core: use macro expression for not-registered state of BUS_MANAGER_IDTakashi Sakamoto2-4/+11
2025-09-13firewire: core: use macro expression for gap count mismatchTakashi Sakamoto3-2/+5
2025-09-12firewire: core: remove useless lockdep_assert_held()Takashi Sakamoto1-2/+0
2025-09-08firewire: core: code refactoring whether root node is cycle master capableTakashi Sakamoto1-5/+3
2025-09-08firewire: core: code refactoring to investigate root node for bus managerTakashi Sakamoto1-29/+27
2025-09-08firewire: core: code refactoring to detect both IEEE 1394:1995 IRM and Canon ...Takashi Sakamoto1-11/+11
2025-09-08firewire: core: refer fw_card member to initiate bus reset under acquiring lockTakashi Sakamoto1-26/+26
2025-09-08firewire: core: code refactoring to evaluate transaction result to CSR_BUS_MA...Takashi Sakamoto1-14/+16
2025-09-08firewire: ohci: localize transaction data and rcode per condition branchTakashi Sakamoto1-10/+11