summaryrefslogtreecommitdiff
path: root/drivers/firewire/core-transaction.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Revert "firewire: core: option to log bus reset initiation"Takashi Sakamoto1-7/+0
2024-05-06firewire: core: add tracepoints event for asynchronous inbound phy packetTakashi Sakamoto1-0/+2
2024-05-06firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto1-0/+6
2024-05-06firewire: core: add tracepoints events for asynchronous outbound responseTakashi Sakamoto1-7/+16
2024-05-06firewire: core: add tracepoint event for asynchronous inbound requestTakashi Sakamoto1-1/+7
2024-05-06firewire: core: add tracepoints event for asynchronous inbound responseTakashi Sakamoto1-26/+29
2024-05-06firewire: core: add tracepoints events for asynchronous outbound requestTakashi Sakamoto1-0/+7
2024-05-06firewire: core: replace local macros with common inline functions for isochro...Takashi Sakamoto1-7/+5
2024-05-06firewire: core: obsolete tcode check macros with inline functionsTakashi Sakamoto1-2/+2
2024-05-06firewire: core: replace local macros with common inline functions for asynchr...Takashi Sakamoto1-82/+56
2024-05-06firewire: core: option to log bus reset initiationAdam Goldman1-0/+7
2023-05-30firewire: core: implement variations to send request and wait for response wi...Takashi Sakamoto1-14/+27
2023-05-30firewire: core: use union for callback of transaction completionTakashi Sakamoto1-12/+46
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto1-10/+10
2023-01-23firewire: core: use kref structure to maintain lifetime of data for fw_reques...Takashi Sakamoto1-4/+29
2022-05-23Merge branch 'for-linus' into for-nextTakashi Iwai1-14/+16
2022-04-25firewire: remove check of list iterator against head past the loop bodyJakob Koschel1-14/+16
2022-04-05firewire: add kernel API to access packet structure in request structure for ...Takashi Sakamoto1-0/+18
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-16firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-09-06FireWire: clean up core-transaction.c kernel-docRandy Dunlap1-0/+10
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook1-5/+5
2015-02-02firewire: core: use correct vendor/model IDsClemens Ladisch1-2/+2
2014-01-20firewire: Enable remote DMA above 4 GBStefan Richter1-3/+3
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-07-30firewire: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-2/+1
2012-09-28firewire: addendum to address handler RCU conversionStefan Richter1-5/+8
2012-09-28firewire: remove global lock around address handlers, convert to RCUPeter Hurley1-9/+11
2012-07-30Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+21
2012-05-27firewire: core: allocate the low memory regionClemens Ladisch1-2/+21
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+26
2012-05-10firewire: Add function to get speed from opaque struct fw_requestChris Boot1-0/+9
2012-04-18firewire: move rcode_string() to coreClemens Ladisch1-0/+26
2012-02-23firewire: core: convert AR-req handler lock from _irqsave to _bhStefan Richter1-13/+8
2012-02-23firewire: core: fix race at address_handler unregistrationStefan Richter1-5/+8
2012-02-23firewire: core: remove obsolete commentStefan Richter1-8/+0
2012-02-23firewire: core: prefix log messages with card nameStefan Richter1-2/+2
2011-10-09firewire: use clamp and min3 macrosStefan Richter1-2/+2
2011-05-11firewire: sbp2: parallelize login, reconnect, logoutStefan Richter1-6/+6
2011-05-11firewire: core: use non-reentrant workqueue with rescuerStefan Richter1-1/+11
2011-05-11firewire: octlet AT payloads can be stack-allocatedStefan Richter1-3/+4
2011-01-04firewire: use split transaction timeout only for split transactionsClemens Ladisch1-13/+32
2010-12-13firewire: make PHY packet header format consistentClemens Ladisch1-3/+4
2010-12-12firewire: core: Update WARN usesJoe Perches1-3/+3
2010-08-19firewire: core: do not use del_timer_sync() in interrupt contextClemens Ladisch1-3/+10
2010-07-23firewire: core: fix upper bound of possible CSR allocationsStefan Richter1-1/+1
2010-07-23firewire: cdev: add PHY packet receptionStefan Richter1-0/+5
2010-07-23firewire: normalize status values in packet callbacksStefan Richter1-1/+4
2010-07-13firewire: core: integrate software-forced bus resets with bus managementStefan Richter1-3/+15