summaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-transaction.c
AgeCommit message (Expand)AuthorLines
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox-1/+0
2008-04-18firewire: cleanupsAdrian Bunk-7/+6
2008-04-18firewire: wait until PHY configuration packet was transmitted (fix bus reset ...Stefan Richter-26/+25
2008-04-18firewire: use bitwise and to get reg in handle_registersJarod Wilson-1/+1
2008-04-18firewire: replace more hex values with defined csr constantsJarod Wilson-3/+6
2008-03-20firewire: fix panic in handle_at_packetStefan Richter-0/+6
2008-03-14firewire: endianess annotationsStefan Richter-1/+1
2008-01-30firewire: replace subtraction with bitwise andJarod Wilson-1/+1
2008-01-30firewire: Fix extraction of source node idRabin Vincent-1/+1
2007-10-20fix typo "insted" -> "instead"Uwe Kleine-König-1/+1
2007-10-17firewire: optimize fw_core_add_address_handlerStefan Richter-3/+9
2007-08-02firewire: fw-core: make two variables staticStefan Richter-2/+2
2007-07-18firewire: fix memory leak of fw_request instancesStefan Richter-1/+3
2007-07-18firewire: remove bogus check in fw_core_handle_requestStefan Richter-5/+0
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg-3/+3
2007-05-10firewire: Uppercase most macro names.Kristian Høgsberg-63/+63
2007-05-10firewire: Clean up comment style.Kristian Høgsberg-25/+46
2007-03-09firewire: Implement CSR cycle time and bus time registers.Kristian Høgsberg-1/+60
2007-03-09firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg-4/+48
2007-03-09firewire: Switch cdev code over to use register_chrdev and keep a list of dev...Kristian Høgsberg-0/+7
2007-03-09firewire: Let an fw_descriptor specify a leading immediate key/value pair.Kristian Høgsberg-9/+25
2007-03-09firewire: Use correct payload pointer when demarshalling incoming requests.Kristian Høgsberg-1/+1
2007-03-09firewire: Implement proper transaction cancelation.Kristian Høgsberg-7/+47
2007-03-09firewire: Rework async receive DMA.Kristian Høgsberg-1/+2
2007-03-09firewire: Fix bit shift typo.Kristian Høgsberg-1/+1
2007-03-09firewire: Sanitize send error codes.Kristian Høgsberg-6/+6
2007-03-09firewire: Handle access to CSR resources on local node.Kristian Høgsberg-5/+9
2007-03-09firewire: Clean up response handling.Kristian Høgsberg-27/+27
2007-03-09firewire: Use struct fw_packet for incoming packets too in controller interface.Kristian Høgsberg-52/+47
2007-03-09firewire: Implement gap count optimization.Kristian Høgsberg-2/+6
2007-03-09firewire: consistent usage of node_idStefan Richter-3/+3
2007-03-09firewire: comma after last enum item or initializerStefan Richter-6/+6
2007-03-09firewire: whitespace adjustmentsStefan Richter-8/+0
2007-03-09firewire: cleanupsAdrian Bunk-1/+1
2007-03-09firewire: mark some structs constStefan Richter-7/+7
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg-4/+1
2007-03-09firewire: Add core firewire stack.Kristian Høgsberg-0/+730