aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/firewire.h
AgeCommit message (Expand)AuthorFilesLines
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-09firewire: Move fw_card kref functions into linux/firewire.hChris Boot1-0/+14
2012-05-09firewire: Add function to get speed from opaque struct fw_requestChris Boot1-0/+1
2012-04-17firewire: move rcode_string() to coreClemens Ladisch1-0/+1
2012-04-17firewire: core: fix DMA mapping directionStefan Richter1-0/+1
2012-04-02firewire: 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-18firewire: 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-22firewire: 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-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutStefan Richter1-0/+2
2011-05-10firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch1-0/+1
2011-05-10firewire: octlet AT payloads can be stack-allocatedStefan Richter1-2/+1
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-1/+1
2011-03-15ALSA: add LaCie FireWire Speakers/Griffin FireWave Surround driverClemens Ladisch1-0/+7
2011-01-23firewire: core: fix card->reset_jiffies overflowClemens Ladisch1-1/+1
2011-01-04firewire: use split transaction timeout only for split transactionsClemens Ladisch1-1/+1
2010-07-29firewire: add isochronous multichannel receptionStefan Richter1-10/+19
2010-07-23firewire: cdev: add PHY packet receptionStefan Richter1-1/+2
2010-07-23firewire: normalize status values in packet callbacksStefan Richter1-4/+4
2010-07-13firewire: core: integrate software-forced bus resets with bus managementStefan Richter1-2/+4
2010-07-08firewire: cdev: fix fw_cdev_event_bus_reset.bm_node_idStefan Richter1-0/+1
2010-06-20firewire: remove an unused function argumentStefan Richter1-1/+1
2010-06-19firewire: normalize STATE_CLEAR/SET CSR access interfaceStefan Richter1-2/+1
2010-06-19firewire: replace get_features card driver hookStefan Richter1-0/+3
2010-06-10firewire: core: add CSR abdicate supportClemens Ladisch1-0/+2
2010-06-10firewire: core: add CSR MAINT_UTILITY supportClemens Ladisch1-0/+3
2010-06-10firewire: add CSR PRIORITY_BUDGET supportClemens Ladisch1-0/+1
2010-06-10firewire: core: add CSR SPLIT_TIMEOUT supportClemens Ladisch1-0/+5
2010-05-19firewire: core: use separate timeout for each transactionClemens Ladisch1-1/+2
2010-04-19firewire: core: clean up config ROM related defined constantsStefan Richter1-2/+0
2009-12-29firewire: qualify config ROM cache pointers as const pointersStefan Richter1-6/+6
2009-12-29firewire: core: fw_csr_string addendumStefan Richter1-1/+0
2009-12-29firewire: add fw_csr_string() helper functionClemens Ladisch1-0/+2
2009-12-29firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch1-2/+2
2009-10-31firewire: ohci: 0 may be a valid DMA addressStefan Richter1-0/+1
2009-10-14firewire: core: optimize Topology Map creationStefan Richter1-1/+1
2009-10-14firewire: optimize config ROM creationStefan Richter1-14/+0
2009-09-12firewire: core: header file cleanupStefan Richter1-14/+0
2009-06-25firewire: core: do not DMA-map stack addressesStefan Richter1-0/+1
2009-06-14firewire: net: allow for unordered unit discoveryStefan Richter1-4/+0
2009-06-14firewire: net: style changesStefan Richter1-6/+3
2009-06-14firewire: add IPv4 supportJay Fenlason1-0/+94
2009-06-14firewire: core: use more outbound tlabelsStefan Richter1-1/+2
2009-06-14firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't metStefan Richter1-0/+2
2009-06-06firewire: add parent-of-unit accessorStefan Richter1-0/+5
2009-06-05firewire: reorganize header filesStefan Richter1-0/+350