aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/core-transaction.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-10firewire: core: add CSR MAINT_UTILITY supportGravatar Clemens Ladisch 1-0/+9
2010-06-10firewire: add CSR PRIORITY_BUDGET supportGravatar Clemens Ladisch 1-0/+14
2010-06-10firewire: add CSR BUSY_TIMEOUT supportGravatar Clemens Ladisch 1-3/+11
2010-06-10firewire: add CSR BUS_TIME supportGravatar Clemens Ladisch 1-3/+11
2010-06-10firewire: add CSR CYCLE_TIME write supportGravatar Clemens Ladisch 1-0/+3
2010-06-10firewire: core: add CSR SPLIT_TIMEOUT supportGravatar Clemens Ladisch 1-11/+65
2010-06-10firewire: core: add CSR RESET_START supportGravatar Clemens Ladisch 1-0/+5
2010-06-10firewire: add CSR NODE_IDS supportGravatar Clemens Ladisch 1-0/+11
2010-06-10firewire: add read_csr_reg driver callbackGravatar Clemens Ladisch 1-1/+2
2010-06-10firewire: core: add CSR STATE_CLEAR/STATE_SET supportGravatar Clemens Ladisch 1-0/+44
2010-06-09firewire: core: trivial fix for warning stringsGravatar Stefan Richter 1-3/+3
2010-06-09firewire: check cdev response lengthGravatar Clemens Ladisch 1-1/+37