summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2025-10-25firewire: init_ohci1394_dma: add missing function parameter documentationNirbhay Sharma
2025-10-24firewire: core: fix __must_hold() annotationTakashi Sakamoto
2025-10-01Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-28firewire: core: fix undefined reference error in ARM EABITakashi Sakamoto
2025-09-24Revert "firewire: core: disable bus management work temporarily during updati...Takashi Sakamoto
2025-09-24Revert "firewire: core: shrink critical section of fw_card spinlock in bm_work"Takashi Sakamoto
2025-09-24firewire: core: suppress overflow warning when computing jiffies from isochro...Takashi Sakamoto
2025-09-20firewire: core: fix overlooked update of subsystem ABI versionTakashi Sakamoto
2025-09-19firewire: core: minor code refactoring to delete useless local variableTakashi Sakamoto
2025-09-19firewire: core; eliminate pick_me goto labelTakashi Sakamoto
2025-09-19firewire: core: code refactoring to split contention procedure for bus managerTakashi Sakamoto
2025-09-19firewire: core: code refactoring for the case of generation mismatchTakashi Sakamoto
2025-09-19firewire: core: use switch statement to evaluate transaction result to CSR_BU...Takashi Sakamoto
2025-09-19firewire: core: remove useless generation checkTakashi Sakamoto
2025-09-18firewire: core: use struct_size and flex_array_size in ioctl_add_descriptorThorsten Blum
2025-09-17firewire: core: shrink critical section of fw_card spinlock in bm_workTakashi Sakamoto
2025-09-17firewire: core: disable bus management work temporarily during updating topologyTakashi Sakamoto
2025-09-17firewire: core: schedule bm_work item outside of spin lockTakashi Sakamoto
2025-09-16firewire: core: annotate fw_destroy_nodes with must-hold-lockTakashi Sakamoto
2025-09-16firewire: core: use spin lock specific to timer for split transactionTakashi Sakamoto
2025-09-16firewire: core: use spin lock specific to transactionTakashi Sakamoto
2025-09-16firewire: core: use spin lock specific to topology mapTakashi Sakamoto
2025-09-16firewire: core: maintain phy packet receivers locally in cdev layerTakashi Sakamoto
2025-09-16firewire: core: use scoped_guard() to manage critical section to update topologyTakashi Sakamoto
2025-09-15firewire: core: use helper macro to compare against current jiffiesTakashi Sakamoto
2025-09-15firewire: core: use helper macros instead of direct access to HZTakashi Sakamoto
2025-09-13firewire: core: use macro expression for not-registered state of BUS_MANAGER_IDTakashi Sakamoto
2025-09-13firewire: core: use macro expression for gap count mismatchTakashi Sakamoto
2025-09-12firewire: core: remove useless lockdep_assert_held()Takashi Sakamoto
2025-09-08firewire: core: code refactoring whether root node is cycle master capableTakashi Sakamoto
2025-09-08firewire: core: code refactoring to investigate root node for bus managerTakashi Sakamoto
2025-09-08firewire: core: code refactoring to detect both IEEE 1394:1995 IRM and Canon ...Takashi Sakamoto
2025-09-08firewire: core: refer fw_card member to initiate bus reset under acquiring lockTakashi Sakamoto
2025-09-08firewire: core: code refactoring to evaluate transaction result to CSR_BUS_MA...Takashi Sakamoto
2025-09-08firewire: ohci: localize transaction data and rcode per condition branchTakashi Sakamoto
2025-09-08firewire: core: use cleanup function in bm_workTakashi Sakamoto
2025-09-08firewire: core: add helper functions to access to fw_device data in fw_node s...Takashi Sakamoto
2025-09-08firewire: ohci: use return value from fw_node_get()Takashi Sakamoto
2025-09-08firewire: core: utilize cleanup function to release workqueue in error pathTakashi 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-08-03firewire: core: reallocate buffer for FCP address handlers when more than 4 a...Takashi Sakamoto
2025-08-03firewire: core: call FCP address handlers outside RCU read-side critical sectionTakashi Sakamoto
2025-08-03firewire: core: call handler for exclusive regions outside RCU read-side crit...Takashi Sakamoto