summaryrefslogtreecommitdiffstats
path: root/drivers/firewire/core-transaction.c
AgeCommit message (Expand)AuthorLines
2015-02-02firewire: core: use correct vendor/model IDsClemens Ladisch-2/+2
2014-01-20firewire: Enable remote DMA above 4 GBStefan Richter-3/+3
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-1/+1
2013-07-30firewire: WQ_NON_REENTRANT is meaningless and going awayTejun Heo-2/+1
2012-09-28firewire: addendum to address handler RCU conversionStefan Richter-5/+8
2012-09-28firewire: remove global lock around address handlers, convert to RCUPeter Hurley-9/+11
2012-07-30Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+21
2012-05-27firewire: core: allocate the low memory regionClemens Ladisch-2/+21
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+26
2012-05-09firewire: Add function to get speed from opaque struct fw_requestChris Boot-0/+9
2012-04-17firewire: move rcode_string() to coreClemens Ladisch-0/+26
2012-02-22firewire: core: convert AR-req handler lock from _irqsave to _bhStefan Richter-13/+8
2012-02-22firewire: core: fix race at address_handler unregistrationStefan Richter-5/+8
2012-02-22firewire: core: remove obsolete commentStefan Richter-8/+0
2012-02-22firewire: core: prefix log messages with card nameStefan Richter-2/+2
2011-10-09firewire: use clamp and min3 macrosStefan Richter-2/+2
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutStefan Richter-6/+6
2011-05-10firewire: core: use non-reentrant workqueue with rescuerStefan Richter-1/+11
2011-05-10firewire: octlet AT payloads can be stack-allocatedStefan Richter-3/+4
2011-01-04firewire: use split transaction timeout only for split transactionsClemens Ladisch-13/+32
2010-12-13firewire: make PHY packet header format consistentClemens Ladisch-3/+4
2010-12-12firewire: core: Update WARN usesJoe Perches-3/+3
2010-08-19firewire: core: do not use del_timer_sync() in interrupt contextClemens Ladisch-3/+10
2010-07-23firewire: core: fix upper bound of possible CSR allocationsStefan Richter-1/+1
2010-07-23firewire: cdev: add PHY packet receptionStefan Richter-0/+5
2010-07-23firewire: normalize status values in packet callbacksStefan Richter-1/+4
2010-07-13firewire: core: integrate software-forced bus resets with bus managementStefan Richter-3/+15
2010-07-13firewire: core: fix fw_send_request kerneldoc commentStefan Richter-38/+46
2010-06-20firewire: expose extended tcode of incoming lock requests to (userspace) driversJay Fenlason-1/+3
2010-06-20firewire: remove an unused function argumentStefan Richter-7/+7
2010-06-19firewire: core: remove unused variableStefan Richter-6/+5
2010-06-19firewire: rename CSR access driver methodsStefan Richter-6/+4
2010-06-19firewire: core: combine some repeated codeStefan Richter-69/+15
2010-06-19firewire: normalize STATE_CLEAR/SET CSR access interfaceStefan Richter-29/+12
2010-06-19firewire: replace get_features card driver hookStefan Richter-2/+1
2010-06-19firewire: 'add CSR_... support' addendumStefan Richter-21/+6
2010-06-10firewire: core: add CSR abdicate supportClemens Ladisch-2/+11
2010-06-10firewire: add CSR cmstr supportClemens Ladisch-2/+10
2010-06-10firewire: core: add CSR MAINT_UTILITY supportClemens Ladisch-0/+9
2010-06-10firewire: add CSR PRIORITY_BUDGET supportClemens Ladisch-0/+14
2010-06-10firewire: add CSR BUSY_TIMEOUT supportClemens Ladisch-3/+11
2010-06-10firewire: add CSR BUS_TIME supportClemens Ladisch-3/+11
2010-06-10firewire: add CSR CYCLE_TIME write supportClemens Ladisch-0/+3
2010-06-10firewire: core: add CSR SPLIT_TIMEOUT supportClemens Ladisch-11/+65
2010-06-10firewire: core: add CSR RESET_START supportClemens Ladisch-0/+5
2010-06-10firewire: add CSR NODE_IDS supportClemens Ladisch-0/+11
2010-06-10firewire: add read_csr_reg driver callbackClemens Ladisch-1/+2
2010-06-10firewire: core: add CSR STATE_CLEAR/STATE_SET supportClemens Ladisch-0/+44
2010-06-09firewire: core: trivial fix for warning stringsStefan Richter-3/+3
2010-06-09firewire: check cdev response lengthClemens Ladisch-1/+37