aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds5-1/+48
2008-04-25ieee1394: silence defined but not used warning in non-modular buildsTony Breeds3-0/+6
2008-04-25ieee1394: rawiso: requeue packet for transmission after skipped cyclePieter Palmers3-1/+42
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-04-18ieee1394: limit early node speed to host interface speedPhilippe De Muyter1-0/+2
2008-04-18ieee1394: Remove superfluous calls to kobject_set_name().Robert P. J. Day3-3/+0
2008-04-18ieee1394: ohci1394: missing PPC PMac feature calls in failure pathStefan Richter1-3/+3
2008-04-18ieee1394: ohci1394: refactor some printk format stringsStefan Richter1-15/+15
2008-04-18ieee1394: ohci1394: unroll a macro with returnStefan Richter1-38/+54
2008-04-18ieee1394: Use shorter list_splice_init() for brevity.Robert P. J. Day2-6/+3
2008-04-18ieee1394: replace remaining __FUNCTION__ occurrencesHarvey Harrison5-13/+13
2008-04-18ieee1394: ohci1394: refactor probe, remove, suspend, resumeStefan Richter1-64/+49
2008-04-18ieee1394: ohci1394: switch on bus power after resume on PPC PMacStefan Richter1-2/+6
2008-04-18ieee1394: prevent device binding of raw1394, video1394, dv1394Stefan Richter4-6/+7
2008-04-18ieee1394: be*_add_cpu conversionMarcin Slusarz1-4/+2
2008-04-18ieee1394: sbp2: relax SCSI DMA alignmentStefan Richter1-5/+2
2008-03-14ieee1394: sbp2: fix for SYM13FW500 bridge (Datafab disk)Stefan Richter1-0/+5
2008-02-19ieee1394: sbp2: fix rescan-scsi-busStefan Richter1-0/+3
2008-02-16ieee1394: sbp2: add INQUIRY delay workaroundStefan Richter2-0/+14
2008-02-02ieee1394: sbp2: fix bogus s/g access changeStefan Richter1-3/+2
2008-01-30ieee1394: ohci1394: don't schedule IT tasklets on IR eventsStefan Richter1-4/+8
2008-01-30ieee1394: sbp2: raise default transfer size limitStefan Richter2-12/+15
2008-01-30ieee1394: remove unused codeStefan Richter1-68/+0
2008-01-30ieee1394: small cleanup after "nopage"Stefan Richter1-12/+4
2008-01-30ieee1394: nopageNick Piggin1-23/+18
2008-01-30ieee1394: Add missing "space"Joe Perches1-2/+2
2008-01-30ieee1394: sbp2: s/g list access cosmeticsStefan Richter1-14/+12
2008-01-30ieee1394: sbp2: prepare for s/g chainingStefan Richter1-1/+1
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2-0/+286
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+6
2008-01-24ieee1394: use class iteration apiDave Young1-138/+176
2008-01-11[SCSI] relax scsi dma alignmentJames Bottomley1-0/+6
2007-11-04ieee1394: iso and async streams: s/g list fixJens Axboe1-2/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-10-31ieee1394: ieee1394_transactions.c: remove dead codeAdrian Bunk1-2/+0
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-2/+2
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe2-2/+2
2007-10-16ieee1394: ieee1394_core.c: use DEFINE_SPINLOCK for spinlock definitionMatthias Kaehlcke1-1/+1
2007-10-16ieee1394: csr1212: proper refcountingStefan Richter3-31/+36
2007-10-16ieee1394: nodemgr: fix leak of struct csr1212_keyvalStefan Richter1-6/+9
2007-10-16ieee1394: pcilynx: I2C cleanupsJean Delvare1-21/+5
2007-10-16ieee1394: Fix kthread stopping in nodemgr_host_threadSatyam Sharma1-1/+2
2007-10-16ieee1394: sbp2: fix unsafe iteration over list of devicesStefan Richter1-0/+15
2007-10-16ieee1394: pcilynx: superfluous local variablesStefan Richter1-3/+0
2007-10-16ieee1394: eth1394: fix lock imbalanceStefan Richter1-9/+5
2007-10-16ieee1394: eth1394: superfluous local variableStefan Richter1-2/+0
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-13/+4
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-17/+23
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-5/+5