summaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-card.c
AgeCommit message (Expand)AuthorLines
2008-04-18firewire: cleanupsAdrian Bunk-2/+0
2008-04-18firewire: fix synchronization of gap countsStefan Richter-4/+4
2008-04-18firewire: reread config ROM when device reset the busStefan Richter-1/+1
2008-04-18firewire: remove superfluous reference countingStefan Richter-38/+0
2008-03-02firewire: fix crash in automatic module unloadingStefan Richter-1/+9
2008-03-02firewire: potentially invalid pointers used in fw_card_bm_workStefan Richter-17/+34
2007-08-25firewire: fix unloading of fw-ohci while devices are attachedStefan Richter-2/+4
2007-07-10firewire: optimize gap count with 1394b leaf nodesStefan Richter-2/+5
2007-05-31firewire: Implement suspend/resume PCI driver hooks.Kristian Høgsberg-5/+0
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg-2/+2
2007-05-10firewire: Uppercase most macro names.Kristian Høgsberg-21/+21
2007-05-10firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg-6/+6
2007-05-10firewire: Convert card_rwsem to a regular mutex.Kristian Høgsberg-10/+10
2007-05-10firewire: Clean up comment style.Kristian Høgsberg-39/+66
2007-05-10firewire: Use lib/ implementation of CRC ITU-T.Kristian Høgsberg-23/+12
2007-04-17firewire: Don't use subsystem rwsem, it's going away.Kristian Høgsberg-8/+10
2007-03-28firewire: Add ioctls to add and remove config rom descriptors.Kristian Høgsberg-1/+1
2007-03-24firewire: Add phy register defines.Marc Butler-4/+10
2007-03-09firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg-1/+1
2007-03-09firewire: Drop the unused fw_card device.Kristian Høgsberg-28/+12
2007-03-09firewire: Let an fw_descriptor specify a leading immediate key/value pair.Kristian Høgsberg-1/+6
2007-03-09firewire: Use atomic_t's for serial numbers.Kristian Høgsberg-2/+2
2007-03-09firewire: Implement proper transaction cancelation.Kristian Høgsberg-0/+7
2007-03-09firewire: use atomic type for fw_device.stateStefan Richter-1/+1
2007-03-09firewire: Implement compliant bus management.Kristian Høgsberg-19/+108
2007-03-09firewire: Implement gap count optimization.Kristian Høgsberg-14/+32
2007-03-09firewire: comma after last enum item or initializerStefan Richter-1/+1
2007-03-09firewire: whitespace adjustmentsStefan Richter-24/+17
2007-03-09firewire: mark some structs constStefan Richter-1/+1
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg-0/+56
2007-03-09firewire: Add core firewire stack.Kristian Høgsberg-0/+384