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