index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
firewire.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
firewire: core: update documentation of kernel APIs for flushing completions
Takashi Sakamoto
1
-3
/
+5
2024-09-12
Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...
Takashi Sakamoto
1
-1
/
+0
2024-09-09
firewire: core: use mutex to coordinate concurrent calls to flush completions
Takashi Sakamoto
1
-0
/
+1
2024-09-08
firewire: core: expose kernel API to schedule work item to process isochronou...
Takashi Sakamoto
1
-0
/
+17
2024-09-04
firewire: core: add local API to queue work item to workqueue specific to iso...
Takashi Sakamoto
1
-0
/
+1
2024-09-04
firewire: core: allocate workqueue to handle isochronous contexts in card
Takashi Sakamoto
1
-0
/
+2
2024-07-27
Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"
Takashi Sakamoto
1
-3
/
+2
2024-05-06
firewire: Annotate struct fw_iso_packet with __counted_by()
Gustavo A. R. Silva
1
-1
/
+2
2024-01-08
firewire: make fw_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2023-07-04
Merge tag 'firewire-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+77
2023-06-01
firewire: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-05-30
firewire: core: implement variations to send request and wait for response wi...
Takashi Sakamoto
1
-4
/
+65
2023-05-30
firewire: core: use union for callback of transaction completion
Takashi Sakamoto
1
-1
/
+12
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-12
/
+3
2023-01-27
firewire: move fw_device() and fw_unit() to use container_of_const()
Greg Kroah-Hartman
1
-12
/
+3
2023-01-23
firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP region
Takashi Sakamoto
1
-3
/
+2
2022-04-05
firewire: add kernel API to access packet structure in request structure for ...
Takashi Sakamoto
1
-0
/
+1
2022-04-05
firewire: add kernel API to access CYCLE_TIME register
Takashi Sakamoto
1
-0
/
+2
2021-11-01
firewire: Remove function callback casts
Oscar Carter
1
-4
/
+7
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2014-05-26
ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire series
Takashi Sakamoto
1
-0
/
+3
2014-03-07
firewire: don't use PREPARE_DELAYED_WORK
Tejun Heo
1
-0
/
+1
2013-07-27
firewire: fix libdc1394/FlyCap2 iso event regression
Clemens Ladisch
1
-0
/
+1
2013-06-09
firewire: introduce fw_driver.probe and .remove methods
Stefan Richter
1
-0
/
+2
2012-09-28
firewire: addendum to address handler RCU conversion
Stefan Richter
1
-2
/
+10
2012-07-30
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2012-06-30
firewire: core: add is_local sysfs device attribute
Clemens Ladisch
1
-1
/
+1
2012-05-27
firewire: core: make address handler length 64 bits
Clemens Ladisch
1
-1
/
+1
2012-05-24
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2012-05-09
firewire: Move fw_card kref functions into linux/firewire.h
Chris Boot
1
-0
/
+14
2012-05-09
firewire: Add function to get speed from opaque struct fw_request
Chris Boot
1
-0
/
+1
2012-04-17
firewire: move rcode_string() to core
Clemens Ladisch
1
-0
/
+1
2012-04-17
firewire: core: fix DMA mapping direction
Stefan Richter
1
-0
/
+1
2012-04-02
firewire: restore the device.h include in linux/firewire.h
Paul Gortmaker
1
-2
/
+1
2012-03-24
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+2
2012-03-18
firewire: allow explicit flushing of iso packet completions
Clemens Ladisch
1
-0
/
+1
2012-03-16
device.h: audit and cleanup users in main include dir
Paul Gortmaker
1
-1
/
+2
2012-02-22
firewire: core: prefix log messages with card name
Stefan Richter
1
-3
/
+0
2012-01-15
firewire: move fw_device reference counting from drivers to core
Stefan Richter
1
-12
/
+0
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-05-10
firewire: sbp2: parallelize login, reconnect, logout
Stefan Richter
1
-0
/
+2
2011-05-10
firewire: optimize iso queueing by setting wake only after the last packet
Clemens Ladisch
1
-0
/
+1
2011-05-10
firewire: octlet AT payloads can be stack-allocated
Stefan Richter
1
-2
/
+1
2011-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-1
/
+1
2011-03-15
ALSA: add LaCie FireWire Speakers/Griffin FireWave Surround driver
Clemens Ladisch
1
-0
/
+7
2011-01-23
firewire: core: fix card->reset_jiffies overflow
Clemens Ladisch
1
-1
/
+1
2011-01-04
firewire: use split transaction timeout only for split transactions
Clemens Ladisch
1
-1
/
+1
2010-07-29
firewire: add isochronous multichannel reception
Stefan Richter
1
-10
/
+19
2010-07-23
firewire: cdev: add PHY packet reception
Stefan Richter
1
-1
/
+2
2010-07-23
firewire: normalize status values in packet callbacks
Stefan Richter
1
-4
/
+4
[next]