aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/core-transaction.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30firewire: core: implement variations to send request and wait for response wi...Gravatar Takashi Sakamoto 1-14/+27
2023-05-30firewire: core: use union for callback of transaction completionGravatar Takashi Sakamoto 1-12/+46
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionGravatar Takashi Sakamoto 1-10/+10
2023-01-23firewire: core: use kref structure to maintain lifetime of data for fw_reques...Gravatar Takashi Sakamoto 1-4/+29
2022-05-23Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-14/+16
2022-04-25firewire: remove check of list iterator against head past the loop bodyGravatar Jakob Koschel 1-14/+16
2022-04-05firewire: add kernel API to access packet structure in request structure for ...Gravatar Takashi Sakamoto 1-0/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-09-06FireWire: clean up core-transaction.c kernel-docGravatar Randy Dunlap 1-0/+10
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Gravatar Kees Cook 1-5/+5
2015-02-02firewire: core: use correct vendor/model IDsGravatar Clemens Ladisch 1-2/+2
2014-01-20firewire: Enable remote DMA above 4 GBGravatar Stefan Richter 1-3/+3
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 1-1/+1
2013-07-30firewire: WQ_NON_REENTRANT is meaningless and going awayGravatar Tejun Heo 1-2/+1
2012-09-28firewire: addendum to address handler RCU conversionGravatar Stefan Richter 1-5/+8
2012-09-28firewire: remove global lock around address handlers, convert to RCUGravatar Peter Hurley 1-9/+11
2012-07-30Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+21
2012-05-27firewire: core: allocate the low memory regionGravatar Clemens Ladisch 1-2/+21
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+26
2012-05-09firewire: Add function to get speed from opaque struct fw_requestGravatar Chris Boot 1-0/+9
2012-04-17firewire: move rcode_string() to coreGravatar Clemens Ladisch 1-0/+26
2012-02-22firewire: core: convert AR-req handler lock from _irqsave to _bhGravatar Stefan Richter 1-13/+8
2012-02-22firewire: core: fix race at address_handler unregistrationGravatar Stefan Richter 1-5/+8
2012-02-22firewire: core: remove obsolete commentGravatar Stefan Richter 1-8/+0
2012-02-22firewire: core: prefix log messages with card nameGravatar Stefan Richter 1-2/+2
2011-10-09firewire: use clamp and min3 macrosGravatar Stefan Richter 1-2/+2
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutGravatar Stefan Richter 1-6/+6
2011-05-10firewire: core: use non-reentrant workqueue with rescuerGravatar Stefan Richter 1-1/+11
2011-05-10firewire: octlet AT payloads can be stack-allocatedGravatar Stefan Richter 1-3/+4
2011-01-04firewire: use split transaction timeout only for split transactionsGravatar Clemens Ladisch 1-13/+32
2010-12-13firewire: make PHY packet header format consistentGravatar Clemens Ladisch 1-3/+4
2010-12-12firewire: core: Update WARN usesGravatar Joe Perches 1-3/+3
2010-08-19firewire: core: do not use del_timer_sync() in interrupt contextGravatar Clemens Ladisch 1-3/+10
2010-07-23firewire: core: fix upper bound of possible CSR allocationsGravatar Stefan Richter 1-1/+1
2010-07-23firewire: cdev: add PHY packet receptionGravatar Stefan Richter 1-0/+5
2010-07-23firewire: normalize status values in packet callbacksGravatar Stefan Richter 1-1/+4
2010-07-13firewire: core: integrate software-forced bus resets with bus managementGravatar Stefan Richter 1-3/+15
2010-07-13firewire: core: fix fw_send_request kerneldoc commentGravatar Stefan Richter 1-38/+46
2010-06-20firewire: expose extended tcode of incoming lock requests to (userspace) driversGravatar Jay Fenlason 1-1/+3
2010-06-20firewire: remove an unused function argumentGravatar Stefan Richter 1-7/+7
2010-06-19firewire: core: remove unused variableGravatar Stefan Richter 1-6/+5
2010-06-19firewire: rename CSR access driver methodsGravatar Stefan Richter 1-6/+4
2010-06-19firewire: core: combine some repeated codeGravatar Stefan Richter 1-69/+15
2010-06-19firewire: normalize STATE_CLEAR/SET CSR access interfaceGravatar Stefan Richter 1-29/+12
2010-06-19firewire: replace get_features card driver hookGravatar Stefan Richter 1-2/+1
2010-06-19firewire: 'add CSR_... support' addendumGravatar Stefan Richter 1-21/+6
2010-06-10firewire: core: add CSR abdicate supportGravatar Clemens Ladisch 1-2/+11
2010-06-10firewire: add CSR cmstr supportGravatar Clemens Ladisch 1-2/+10