summaryrefslogtreecommitdiff
path: root/include/linux/firewire.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-18firewire: core: handle device quirk of TASCAM FW-1884/FW-1804/FW-1082Takashi Sakamoto1-0/+3
2025-10-13firewire: core: handle device quirk of MOTU Audio ExpressTakashi Sakamoto1-0/+3
2025-10-13firewire: core: detect device quirk when reading configuration ROMTakashi Sakamoto1-0/+11
2025-09-16firewire: core: use spin lock specific to timer for split transactionTakashi Sakamoto1-6/+9
2025-09-16firewire: core: use spin lock specific to transactionTakashi Sakamoto1-3/+7
2025-09-16firewire: core: use spin lock specific to topology mapTakashi Sakamoto1-1/+5
2025-09-16firewire: core: maintain phy packet receivers locally in cdev layerTakashi Sakamoto1-2/+0
2025-08-11firewire: core: use reference counting to invoke address handlers safelyTakashi Sakamoto1-0/+4
2025-06-15firewire: ohci: use workqueue to handle events of AT request/response contextsTakashi Sakamoto1-2/+9
2025-06-15firewire: core: allocate workqueue for AR/AT request/response contextsTakashi Sakamoto1-0/+1
2024-09-12firewire: core: update documentation of kernel APIs for flushing completionsTakashi Sakamoto1-3/+5
2024-09-12Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...Takashi Sakamoto1-1/+0
2024-09-09firewire: core: use mutex to coordinate concurrent calls to flush completionsTakashi Sakamoto1-0/+1
2024-09-08firewire: core: expose kernel API to schedule work item to process isochronou...Takashi Sakamoto1-0/+17
2024-09-04firewire: core: add local API to queue work item to workqueue specific to iso...Takashi Sakamoto1-0/+1
2024-09-04firewire: core: allocate workqueue to handle isochronous contexts in cardTakashi Sakamoto1-0/+2
2024-07-27Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto1-3/+2
2024-05-06firewire: Annotate struct fw_iso_packet with __counted_by()Gustavo A. R. Silva1-1/+2
2024-01-08firewire: make fw_bus_type constGreg Kroah-Hartman1-1/+1
2023-07-04Merge tag 'firewire-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+77
2023-06-01firewire: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-05-30firewire: core: implement variations to send request and wait for response wi...Takashi Sakamoto1-4/+65
2023-05-30firewire: core: use union for callback of transaction completionTakashi Sakamoto1-1/+12
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+3
2023-01-27firewire: move fw_device() and fw_unit() to use container_of_const()Greg Kroah-Hartman1-12/+3
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto1-3/+2
2022-04-05firewire: add kernel API to access packet structure in request structure for ...Takashi Sakamoto1-0/+1
2022-04-05firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto1-0/+2
2021-11-01firewire: Remove function callback castsOscar Carter1-4/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2014-05-26ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire seriesTakashi Sakamoto1-0/+3
2014-03-07firewire: don't use PREPARE_DELAYED_WORKTejun Heo1-0/+1
2013-07-27firewire: fix libdc1394/FlyCap2 iso event regressionClemens Ladisch1-0/+1
2013-06-09firewire: introduce fw_driver.probe and .remove methodsStefan Richter1-0/+2
2012-09-28firewire: addendum to address handler RCU conversionStefan Richter1-2/+10
2012-07-30Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2012-06-30firewire: core: add is_local sysfs device attributeClemens Ladisch1-1/+1
2012-05-27firewire: core: make address handler length 64 bitsClemens Ladisch1-1/+1
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2012-05-10firewire: Move fw_card kref functions into linux/firewire.hChris Boot1-0/+14
2012-05-10firewire: Add function to get speed from opaque struct fw_requestChris Boot1-0/+1
2012-04-18firewire: move rcode_string() to coreClemens Ladisch1-0/+1
2012-04-18firewire: core: fix DMA mapping directionStefan Richter1-0/+1
2012-04-03firewire: restore the device.h include in linux/firewire.hPaul Gortmaker1-2/+1
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+2
2012-03-19firewire: allow explicit flushing of iso packet completionsClemens Ladisch1-0/+1
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+2
2012-02-23firewire: core: prefix log messages with card nameStefan Richter1-3/+0
2012-01-15firewire: move fw_device reference counting from drivers to coreStefan Richter1-12/+0
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1