aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394
AgeCommit message (Expand)AuthorFilesLines
2010-10-11ieee1394: remove the old IEEE 1394 driver stackStefan Richter42-29272/+0
2010-10-11ieee1394: move init_ohci1394_dma to drivers/firewire/Stefan Richter2-287/+0
2010-08-05ieee1394: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-02Merge firewire branches to be released post v2.6.35Stefan Richter5-39/+17
2010-07-13ieee1394: Remove unnecessary casts of private_dataJoe Perches3-7/+7
2010-06-19ieee1394: remove unused variablesStefan Richter4-24/+7
2010-05-31ieee1394: video1394: Use memdup_userJulia Lawall1-8/+3
2010-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds3-8/+11
2010-04-10ieee1394: mark char device files as not seekableStefan Richter3-8/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-2/+0
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-3/+2
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2009-12-29firewire, ieee1394: update Kconfig helpStefan Richter1-17/+42
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-6/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-18ieee1394: Use hweight32Akinobu Mita1-6/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2-3/+4
2009-09-12ieee1394: sbp2: remove a workaround for Momobay FX-3AStefan Richter1-2/+1
2009-09-12ieee1394: raw1394: Do not leak memory on failed trylock.Michael Buesch1-1/+3
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-2/+2
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-10/+4
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2-1/+8
2009-07-02ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)Stefan Richter2-1/+8
2009-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-13/+6
2009-06-21firewire: new stack is no longer experimentalStefan Richter1-13/+6
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2-0/+7
2009-06-15ieee1394: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-13/+11
2009-06-15ieee1394/csr1212: fix false positive kmemcheck reportVegard Nossum1-0/+2
2009-06-15ieee1394: annotate bitfieldVegard Nossum1-0/+5
2009-06-14firewire: net: add Kconfig item, rename driverStefan Richter1-1/+1
2009-06-11fs: Remove i_cindex from struct inodeTheodore Ts'o2-3/+8
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds9-22/+25
2009-03-24ieee1394: constify device ID tablesStefan Richter7-8/+8
2009-03-24ieee1394: raw1394: add sparse annotations to raw1394_compat_writeStefan Richter1-3/+7
2009-03-24ieee1394: Storage class should be before const qualifierTobias Klauser5-9/+9
2009-03-24ieee1394: sbp2: follow up on "ieee1394: inherit ud vendor_id from node vendor...Stefan Richter1-2/+1
2009-03-16Rationalize fasync return valuesJonathan Corbet1-5/+1
2009-02-26Make ieee1394_init a fs-initcallLinus Torvalds1-1/+1
2009-02-24ieee1394: remove superfluous assertionsStefan Richter1-6/+0
2009-02-24ieee1394: inherit ud vendor_id from node vendor_idStefan Richter1-0/+3
2009-02-24ieee1394: add hpsb_node_read() and hpsb_node_lock()Stefan Richter1-0/+18
2009-02-24ieee1394: use correct barrier types between accesses of nodeid and generationStefan Richter1-3/+4
2009-02-24firesat: copyrights, rename to firedtv, API conversions, fix remote control i...Stefan Richter5-0/+34
2009-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-4/+4
2009-02-06ieee1394: dv1394: move deprecation message from module init to file openStefan Richter1-4/+4
2009-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds4-33/+43
2009-01-29ieee1394: sbp2: add workarounds for 2nd and 3rd generation iPodsStefan Richter1-0/+10
2009-01-28ieee1394: sbp2: don't assume zero model_id or firmware_revision if there is noneStefan Richter1-18/+20
2009-01-28ieee1394: sbp2: fix payload limit at S1600 and S3200Stefan Richter1-1/+1
2009-01-28ieee1394: sbp2: update a help stringStefan Richter1-2/+2
2009-01-28ieee1394: support for speeds greater than S800Stefan Richter2-11/+9
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0
2009-01-24ieee1394: ohci1394: increase AT req. retries, fix ack_busy_X from Panasonic c...Stefan Richter1-1/+1
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller20-141/+121
2009-01-06ieee1394: use internal network device statsStephen Hemminger2-23/+16
2009-01-06ieee1394: remove unneeded last_rxStephen Hemminger1-2/+0
2009-01-06ieee1394: convert to net_device_opsStephen Hemminger1-6/+10
2009-01-04ieee1934: dv1394: interrupt enabling/disabling broken on big-endianHarvey Harrison1-4/+4
2009-01-04ieee1394: dv1394: annotate frame input/output structs as little endianHarvey Harrison2-24/+24
2009-01-04ieee1394: eth1394: trivial sparse annotationsHarvey Harrison2-21/+21
2009-01-04ieee1394: mark bus_info_data as a __be32 arrayHarvey Harrison3-3/+3
2009-01-04ieee1394: replace CSR_SET_BUS_INFO_GENERATION macroHarvey Harrison2-8/+8
2009-01-04ieee1394: pcilynx: trivial endian annotationHarvey Harrison1-1/+1
2009-01-04ieee1394: ignore nonzero Bus_Info_Block.max_rom, fetch config ROM in quadletsStefan Richter3-53/+19
2009-01-04ieee1394: consolidate uses of IEEE1934_BUSID_MAGICHarvey Harrison4-6/+6
2009-01-04ieee1394: ohci1394: flush MMIO writes before delay in initializationStefan Richter1-4/+6
2009-01-04ieee1394: ohci1394: pass error codes from request_irq throughStefan Richter1-5/+7
2009-01-04ieee1394: ohci1394: don't leave interrupts enabled during suspend/resumeFrans Pop1-0/+8
2009-01-04ieee1394: mark all hpsb_address_ops instances as constStefan Richter6-14/+16
2009-01-04ieee1394: replace a GFP_ATOMIC by GFP_KERNEL allocationStefan Richter1-1/+1
2008-12-14ieee1394: add quirk fix for Freecom HDDStefan Richter1-0/+6
2008-12-09ieee1394: node manager causes up to ~3.25s delay in freezing tasksNigel Cunningham1-0/+2
2008-11-29ieee1394: sbp2: fix race condition in state changeStefan Richter1-4/+5
2008-11-29ieee1394: fix list corruption (reported at module removal)Stefan Richter2-13/+16
2008-11-25ieee1394: sbp2: another iPod mini quirk entryStefan Richter1-0/+5
2008-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds4-16/+21
2008-11-01saner FASYNC handling on file closeAl Viro1-3/+0
2008-10-31ieee1394: dv1394: fix possible deadlock in multithreaded clientsStefan Richter1-2/+8
2008-10-31ieee1394: raw1394: fix possible deadlock in multithreaded clientsStefan Richter1-3/+6
2008-10-31ieee1394: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-11/+7
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds10-431/+346
2008-10-16device create: ieee1394: convert device_create_drvdata to device_createGreg Kroah-Hartman3-11/+10
2008-10-15ieee1394: survive a few seconds connection lossStefan Richter2-98/+51
2008-10-15ieee1394: nodemgr clean up class iteratorsStefan Richter1-97/+81
2008-10-15ieee1394: dv1394, video1394: remove unnecessary expressionsStefan Richter2-5/+5
2008-10-15ieee1394: raw1394: make write() thread-safeStefan Richter1-0/+4
2008-10-15ieee1394: raw1394: narrow down the state_mutex protected regionStefan Richter1-101/+110
2008-10-15ieee1394: raw1394: replace BKL by local mutex, make ioctl() and mmap() thread...Stefan Richter2-6/+18
2008-10-15ieee1394: sbp2: enforce s/g segment size limitStefan Richter2-92/+39
2008-10-15ieee1394: sbp2: check for DMA mapping failuresStefan Richter1-35/+59
2008-10-15ieee1394: sbp2: stricter dma_syncStefan Richter1-34/+16
2008-10-15ieee1394: Use DIV_ROUND_UPJulia Lawall2-2/+2
2008-08-19ieee1394: sbp2: let nodemgr retry node updates during bus reset seriesStefan Richter1-7/+18
2008-08-19ieee1394: don't drop nodes during bus reset seriesStefan Richter1-19/+21
2008-08-19ieee1394: regression in 2.6.25: updates should happen before probesStefan Richter2-15/+16
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-3/+6
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman1-5/+9
2008-07-21device create: ieee1394: convert device_create to device_create_drvdataGreg Kroah-Hartman3-8/+9
2008-07-15Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+21
2008-07-14ieee1394: dump mmapped iso buffers in core filesPhilippe De Muyter1-1/+1
2008-07-14ieee1394: raw1394: Push the BKL down into the driver ioctlsAlan Cox1-5/+15
2008-07-14ieee1394: video1394: reorder module init, prepare BKL removalStefan Richter3-4/+15
2008-07-14ieee1394: reduce log noise about config ROM CRC errorsStefan Richter1-10/+22
2008-07-14ieee1394: sbp2: spin disks down on suspend and shutdownStefan Richter1-0/+2
2008-07-14ieee1394: sbp2: fix spindown for PL-3507 and TSB42AA9 firmwaresStefan Richter2-2/+19
2008-06-19ieee1394: Kconfig menu touch-upStefan Richter1-52/+66
2008-05-20ieee1394: sbp2: use correct size of command descriptor blockStefan Richter1-12/+8
2008-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-1/+4
2008-05-01ieee1394: fix NULL pointer dereference in sysfs accessStefan Richter1-1/+4
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus 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
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-09-20ieee1394: ohci1394: fix initialization if built non-modularStefan Richter2-4/+2
2007-08-25ieee1394: sbp2: fix sbp2_remove_device for error casesStefan Richter1-7/+7
2007-08-02ieee1394: sbp2: more correct Kconfig dependenciesStefan Richter1-1/+1
2007-08-02ieee1394: revert "sbp2: enforce 32bit DMA mapping"Stefan Richter1-5/+0
2007-07-26raw1394 __user annotationAl Viro1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2-2/+2
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-71/+4
2007-07-15ieee1394: forgotten dereference...Al Viro1-1/+1
2007-07-10ieee1394: remove old isochronous ABIStefan Richter13-518/+32
2007-07-10ieee1394: sbp2: change some module parameters from int to boolStefan Richter2-9/+8
2007-07-10ieee1394: first minimal NUMA awarenessStefan Richter1-0/+1
2007-07-10ieee1394: eth1394: revert parent device to that in 2.6.20Stefan Richter1-3/+1
2007-07-10ieee1394: nodemgr: parallelize between several hostsStefan Richter1-26/+43
2007-07-10ieee1394: convert ieee1394 from "struct class_device" to "struct device"Kay Sievers7-84/+86
2007-07-10ieee1394: raw1394: fix a 32/64-bits compat fixStefan Richter1-1/+5
2007-07-10ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendmentStefan Richter1-1/+5
2007-07-10ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernelPetr Vandrovec1-1/+96
2007-07-10ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernelPetr Vandrovec1-31/+34
2007-07-10ieee1394: raw1394: Fix read() for 32bit userland on 64bit kernelPetr Vandrovec1-1/+1
2007-07-10ieee1394: add comments in struct hpsb_packetStefan Richter1-3/+7
2007-07-10ieee1394: ohci1394: remove dead CONFIG variableStefan Richter1-43/+8
2007-06-16ieee1394: fix to ether1394_tx in ether1394.cCarlos E. Ugarte1-6/+15
2007-05-31ieee1394: sbp2: offer SAM-conforming target port ID in sysfsStefan Richter3-2/+35
2007-05-31ieee1394: fix calculation of sysfs attribute "address"Stefan Richter1-1/+1
2007-05-30[SCSI] Merge up to linux-2.6 headJames Bottomley4-28/+76
2007-05-27ieee1394: raw1394: Fix async sendPetr Vandrovec1-3/+5
2007-05-27ieee1394: eth1394: bring back a parent deviceStefan Richter1-4/+3
2007-05-27ieee1394: eth1394: handle tlabel exhaustionStefan Richter2-17/+67
2007-05-27ieee1394: eth1394: remove bogus netif_wake_queueStefan Richter1-4/+0
2007-05-27ieee1394: sbp2: include workqueue.hStefan Richter1-0/+1