aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+2
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18firewire: cleanupsAdrian Bunk4-18/+6
2008-04-18firewire: fix synchronization of gap countsStefan Richter2-8/+7
2008-04-18firewire: wait until PHY configuration packet was transmitted (fix bus reset loop)Stefan Richter1-26/+25
2008-04-18firewire: remove unused struct memberStefan Richter2-3/+1
2008-04-18firewire: use bitwise and to get reg in handle_registersJarod Wilson1-1/+1
2008-04-18firewire: replace more hex values with defined csr constantsJarod Wilson2-4/+7
2008-04-18firewire: reread config ROM when device reset the busStefan Richter7-47/+223
2008-04-18firewire: replace static ROM cache by allocated cacheStefan Richter1-14/+27
2008-04-18firewire: fw-ohci: work around generation bug in TI controllers (fix AV/C and more)Stefan Richter1-5/+16
2008-04-18firewire: fw-ohci: extend logging of bus generations and node IDStefan Richter1-5/+12
2008-04-18firewire: fw-ohci: conditionally log busReset interruptsStefan Richter1-8/+20
2008-04-18firewire: fw-ohci: don't append to AT context when it's not activeJarod Wilson1-2/+13
2008-04-18firewire: fw-ohci: log regAccessFail eventsJarod Wilson2-3/+11
2008-04-18firewire: fw-ohci: make sure HCControl register LPS bit is setJarod Wilson1-2/+15
2008-04-18firewire: fw-ohci: missing PPC PMac feature calls in failure pathStefan Richter1-2/+3
2008-04-18firewire: fw-ohci: untangle a mixed unsigned/signed expressionStefan Richter1-3/+5
2008-04-18firewire: debug interrupt eventsStefan Richter2-0/+187
2008-04-18firewire: fw-ohci: catch self_id_count == 0Stefan Richter1-0/+4
2008-04-18firewire: fw-ohci: add self ID error checkStefan Richter2-4/+11
2008-04-18firewire: fw-ohci: refactor probe, remove, suspend, resumeStefan Richter1-57/+42
2008-04-18firewire: fw-ohci: switch on bus power after resume on PPC PMacStefan Richter1-2/+6
2008-04-18firewire: fw-ohci: add option for remote debuggingStefan Richter1-0/+9
2008-04-18firewire: fw-sbp2: set dual-phase cycle_limitJarod Wilson1-3/+19
2008-04-18firewire: fw-sbp2: reduce log noiseStefan Richter1-6/+2
2008-04-18firewire: fw-sbp2: remove unnecessary memsetStefan Richter1-3/+0
2008-04-18firewire: fw-sbp2: simplify some macrosStefan Richter1-9/+2
2008-04-18firewire: fw-sbp2: remove usages of fw_memcpy_to_be32Stefan Richter1-51/+43
2008-04-18firewire: fw-sbp2: relax SCSI DMA alignmentStefan Richter1-5/+2
2008-04-18firewire: refactor fw_unit reference countingStefan Richter2-12/+19
2008-04-18firewire: fw-sbp2: fix reference countingStefan Richter1-2/+1
2008-04-18firewire: remove superfluous reference countingStefan Richter3-46/+4
2008-03-27firewire: fw-ohci: plug dma memory leak in AR handlerJarod Wilson1-4/+5
2008-03-20firewire: fix panic in handle_at_packetStefan Richter1-0/+6
2008-03-14firewire: fw-ohci: shut up false compiler warning on PPC32Stefan Richter1-3/+3
2008-03-14firewire: fw-ohci: use dma_alloc_coherent for ar_bufferJarod Wilson1-13/+5
2008-03-14firewire: fw-sbp2: fix for SYM13FW500 bridge (Datafab disk)Stefan Richter1-0/+5
2008-03-14firewire: update Kconfig help textStefan Richter1-31/+19
2008-03-14firewire: warn on fatal condition in topology codeStefan Richter1-1/+2
2008-03-14firewire: fw-sbp2: set single-phase retry_limitJarod Wilson1-4/+27
2008-03-14firewire: fw-ohci: Apple UniNorth 1st generation supportStefan Richter1-8/+21
2008-03-14firewire: fw-ohci: PPC PMac platform codeStefan Richter1-0/+49
2008-03-14firewire: endianess annotationsStefan Richter3-6/+6
2008-03-14firewire: endianess fixStefan Richter1-1/+1
2008-03-02firewire: fix crash in automatic module unloadingStefan Richter5-18/+35
2008-03-02firewire: potentially invalid pointers used in fw_card_bm_workStefan Richter2-17/+35
2008-03-02firewire: fw-sbp2: better fix for NULL pointer dereference in scsi_remove_deviceStefan Richter1-19/+27
2008-02-21firewire: fix NULL pointer deref. and resource leakStefan Richter1-2/+7
2008-02-19firewire: fw-sbp2: fix NULL pointer deref. in scsi_remove_deviceStefan Richter1-4/+4