aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-05firewire: rename source filesStefan Richter1-572/+0
2009-06-05firewire: reorganize header filesStefan Richter1-2/+8
2009-06-05firewire: clean up includesStefan Richter1-4/+12
2009-03-24firewire: core: optimize propagation of BROADCAST_CHANNELStefan Richter1-0/+1
2009-03-24firewire: remove line breaks before function namesStefan Richter1-17/+11
2009-01-20firewire: unnecessary BM delay after generation rolloverStefan Richter1-1/+1
2009-01-20firewire: insist on successive self ID complete eventsStefan Richter1-0/+12
2009-01-04firewire: fix resetting of bus manager retry counterStefan Richter1-8/+6
2009-01-04firewire: improve refcounting of fw_cardJay Fenlason1-1/+1
2008-10-26firewire: fix struct fw_node memory leakJay Fenlason1-2/+4
2008-07-14firewire: fix race of bus reset with request transmissionStefan Richter1-2/+0
2008-04-18firewire: fix synchronization of gap countsStefan Richter1-4/+3
2008-04-18firewire: reread config ROM when device reset the busStefan Richter1-0/+3
2008-03-14firewire: warn on fatal condition in topology codeStefan Richter1-1/+2
2008-03-02firewire: potentially invalid pointers used in fw_card_bm_workStefan Richter1-0/+1
2008-01-30firewire: enforce access order between generation and node ID, fix "giving up on config rom"Stefan Richter1-0/+6
2007-10-17firewire: in-code doc updates.Yann Dirson1-1/+5
2007-10-17firewire: a header cleanupStefan Richter1-0/+4
2007-07-10firewire: simplify a struct typeStefan Richter1-25/+23
2007-07-10firewire: optimize gap count with 1394b leaf nodesStefan Richter1-8/+8
2007-07-10firewire: missing newline in printkStefan Richter1-1/+1
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg1-1/+1
2007-05-10firewire: Uppercase most macro names.Kristian Høgsberg1-20/+20
2007-05-10firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg1-3/+3
2007-05-10firewire: Clean up comment style.Kristian Høgsberg1-23/+42
2007-05-10firewire: Use lib/ implementation of CRC ITU-T.Kristian Høgsberg1-3/+2
2007-03-28firewire: Don't set card->irm_node before we have a new valid topology.Kristian Høgsberg1-3/+4
2007-03-09firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg1-7/+21
2007-03-09firewire: Schedule topology work before calling driver update functions.Kristian Høgsberg1-2/+1
2007-03-09firewire: Implement compliant bus management.Kristian Høgsberg1-4/+3
2007-03-09firewire: fix compilation with gcc 3.4Stefan Richter1-2/+3
2007-03-09firewire: Implement gap count optimization.Kristian Høgsberg1-9/+67
2007-03-09firewire: consistent usage of node_idStefan Richter1-1/+1
2007-03-09firewire: whitespace adjustmentsStefan Richter1-1/+0
2007-03-09firewire: cleanupsAdrian Bunk1-1/+1
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg1-4/+6
2007-03-09firewire: Add core firewire stack.Kristian Høgsberg1-0/+446