aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-card.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-05firewire: rename source filesStefan Richter1-567/+0
2009-06-05firewire: reorganize header filesStefan Richter1-3/+3
2009-06-05firewire: clean up includesStefan Richter1-3/+12
2009-03-24firewire: core: optimize propagation of BROADCAST_CHANNELStefan Richter1-80/+5
2009-03-24firewire: core: simplify broadcast channel allocationStefan Richter1-92/+34
2009-03-24firewire: core: increase bus manager grace periodStefan Richter1-5/+6
2009-03-24firewire: broadcast channel supportJay Fenlason1-6/+166
2009-03-24firewire: normalize a variable nameStefan Richter1-4/+5
2009-03-24firewire: remove line breaks before function namesStefan Richter1-43/+25
2009-02-01firewire: core: Remove card from list of cards when enable failsPetr Vandrovec1-1/+8
2009-01-24firewire: core: optimize card shutdownStefan Richter1-1/+1
2009-01-20firewire: unnecessary BM delay after generation rolloverStefan Richter1-1/+1
2009-01-09firewire: core: fix sleep in atomic context due to driver core changeStefan Richter1-6/+7
2009-01-04firewire: improve refcounting of fw_cardJay Fenlason1-3/+15
2009-01-04firewire: typo in commentJay Fenlason1-1/+1
2008-10-15firewire: fw_send_request_sync()Jay Fenlason1-42/+14
2008-07-14firewire: warn on unfinished transactions during card removalStefan Richter1-1/+1
2008-07-14firewire: clean up fw_card reference countingStefan Richter1-10/+20
2008-07-14firewire: remove unused struct membersStefan Richter1-1/+0
2008-07-14firewire: implement broadcast_channel CSR for 1394a complianceStefan Richter1-0/+1
2008-04-18firewire: cleanupsAdrian Bunk1-2/+0
2008-04-18firewire: fix synchronization of gap countsStefan Richter1-4/+4
2008-04-18firewire: reread config ROM when device reset the busStefan Richter1-1/+1
2008-04-18firewire: remove superfluous reference countingStefan Richter1-38/+0
2008-03-02firewire: fix crash in automatic module unloadingStefan Richter1-1/+9
2008-03-02firewire: potentially invalid pointers used in fw_card_bm_workStefan Richter1-17/+34
2007-08-25firewire: fix unloading of fw-ohci while devices are attachedStefan Richter1-2/+4
2007-07-10firewire: optimize gap count with 1394b leaf nodesStefan Richter1-2/+5
2007-05-31firewire: Implement suspend/resume PCI driver hooks.Kristian Høgsberg1-5/+0
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg1-2/+2
2007-05-10firewire: Uppercase most macro names.Kristian Høgsberg1-21/+21
2007-05-10firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg1-6/+6
2007-05-10firewire: Convert card_rwsem to a regular mutex.Kristian Høgsberg1-10/+10
2007-05-10firewire: Clean up comment style.Kristian Høgsberg1-39/+66
2007-05-10firewire: Use lib/ implementation of CRC ITU-T.Kristian Høgsberg1-23/+12
2007-04-17firewire: Don't use subsystem rwsem, it's going away.Kristian Høgsberg1-8/+10
2007-03-28firewire: Add ioctls to add and remove config rom descriptors.Kristian Høgsberg1-1/+1
2007-03-24firewire: Add phy register defines.Marc Butler1-4/+10
2007-03-09firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg1-1/+1
2007-03-09firewire: Drop the unused fw_card device.Kristian Høgsberg1-28/+12
2007-03-09firewire: Let an fw_descriptor specify a leading immediate key/value pair.Kristian Høgsberg1-1/+6
2007-03-09firewire: Use atomic_t's for serial numbers.Kristian Høgsberg1-2/+2
2007-03-09firewire: Implement proper transaction cancelation.Kristian Høgsberg1-0/+7
2007-03-09firewire: use atomic type for fw_device.stateStefan Richter1-1/+1
2007-03-09firewire: Implement compliant bus management.Kristian Høgsberg1-19/+108
2007-03-09firewire: Implement gap count optimization.Kristian Høgsberg1-14/+32
2007-03-09firewire: comma after last enum item or initializerStefan Richter1-1/+1
2007-03-09firewire: whitespace adjustmentsStefan Richter1-24/+17
2007-03-09firewire: mark some structs constStefan Richter1-1/+1
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg1-0/+56