aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394
AgeCommit message (Expand)AuthorFilesLines
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk1-1/+1
2004-07-28[PATCH] depends on PCI DMA API: IEEE1394 core and SBP-2Geert Uytterhoeven1-1/+2
2004-07-26[PATCH] inline reordering in drivers/*Alexander Viro1-15/+14
2004-07-26[PATCH] drivers/ieee1394 annotationAlexander Viro4-26/+19
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen1-1/+1
2004-06-26MergeJames Bottomley1-1/+1
2004-06-21[PATCH] sparse: the rest of ieee1394 annotationAlexander Viro3-16/+18
2004-06-21[PATCH] sparse: raw1394 annotationAlexander Viro3-55/+48
2004-06-19[PATCH] final hosts.h usage removalArjan van de Ven1-1/+1
2004-06-17[PATCH] memory allocation checks in eth1394_update()Yury Umanets1-1/+4
2004-06-13ohci1394: Fix incorrect HPSB_WARNING to HPSB_ERRBen Collins1-1/+1
2004-06-13ieee1394: Revision syncBen Collins3-4/+4
2004-06-13ohci1394: Handle invalid max-packet-size.Ben Collins1-0/+6
2004-06-13ieee1394: Handle swsusp better in kernel threads.Ben Collins2-2/+18
2004-06-13ieee1394: Fix possible NULL ptr dereference with calls to find_ctx()Ben Collins1-0/+4
2004-06-13ieee1394: CSR1212 Extended ROM bug fixesBen Collins5-16/+22
2004-06-03[PATCH] sparse: ->ifr_data annotationAlexander Viro1-4/+4
2004-05-28[sbp2]: Fix use-after-free bug.Ben Collins1-2/+2
2004-05-28[ieee1394]: Remove unused variable.Ben Collins1-1/+0
2004-05-28[ieee1394]: Fix some possible deadlock conditions.Ben Collins1-12/+21
2004-05-28[ieee1394]: Cleanup failure handling in ieee1394 and nodemgr.Ben Collins3-19/+84
2004-05-28[ieee1394]: Delete host timer to avoid crashes in certain conditions.Ben Collins1-0/+3
2004-05-28[ieee1394]: Fix problem with extended ROM regions.Ben Collins2-3/+4
2004-05-28[ieee1394]: Kill duplicate atomic.h inclusion.Ben Collins1-2/+0
2004-05-28[IEEE1394]: Fix for deadlock condition.Ben Collins1-0/+4
2004-05-05[IEEE1394]: Fix deadlock in killing kernel threadBen Collins2-3/+14
2004-04-15Merge http://linux.bkbits.net/linux-2.5Ben Collins34-1122/+1144
2004-04-12[PATCH] Rename bitmap_clear to bitmap_zero, remove CLEAR_BITMAPAndrew Morton1-1/+1
2004-04-09[SBP2]: Sync revisionBen Collins1-1/+1
2004-04-09[Kconfig]: eth1394 requires INETBen Collins1-1/+1
2004-04-09[SBP2]: Fix compile for older gcc'sBen Collins1-2/+4
2004-04-05[IEEE-1394] Sync IEEE-1394 to r1203Ben Collins33-1119/+1106
2004-03-15Merge http://linux.bkbits.net/linux-2.5Ben Collins2-3/+36
2004-03-14mergeGreg Kroah-Hartman4-4/+1
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton6-41/+58
2004-03-12remove cdev_set_name completely as it is not needed.Greg Kroah-Hartman4-4/+0
2004-03-11[PATCH] cdev 2/2: hide cdev->kobjJonathan Corbet4-4/+5
2004-03-11IEEE1394/Lynx(r1182): Explicitly set LCtrl bit in phy register set.Manfred Weihs1-3/+3
2004-03-11[IEEE1394/OHCI]: Deal with some OHCI implementations that have an invalid max...Steve Kinneberg1-0/+33
2004-03-01IEEE1394(r1179): Fix nodemgr_get_max_rom() to work properly on little endian ...Steve Kinneberg1-1/+1
2004-03-01IEEE1394(r1180): Fix pdrv update call to use ud class list. Fixes an oops.Ben Collins1-13/+12
2004-02-29IEEE1394/ohci(r1179): Remove ohci->id. It was just the same as host->id anyway.Ben Collins4-177/+181
2004-02-29IEEE1394/dv(r1177): Fix dv1394 devfs cleanup.Ben Collins1-28/+30
2004-02-28IEEE1394(r1176): Remove mempool and ctor stuff.Ben Collins1-40/+25
2004-02-28IEEE1394: Revision sync.Ben Collins3-4/+4
2004-02-28IEEE1394/eth1394(r1175): Added MODULE_DEVICE_TABLE().Ben Collins1-0/+2
2004-02-28IEEE1394(r1174): Fixed a problem parsing directories with null entries.Steve Kinneberg1-0/+6
2004-02-28IEEE1394(r1173): Small change to csr1212 prevent possible kernel panics from ...Steve Kinneberg1-3/+4
2004-02-28IEEE1394(r1172): Generalize the default config rom entries for new hosts.Ben Collins11-152/+319
2004-02-28IEEE1394/Video1394(r1171): Fix bug with cdev_add usage from a previous change.Ben Collins1-1/+1
2004-02-27IEEE1394/SBP2(r1170): Unblock scsi requests specifically in the update callback.Ben Collins1-2/+4
2004-02-27IEEE1394: Revision syncBen Collins3-4/+4
2004-02-27IEEE1394(r1169): Trivial cleanups.Ben Collins2-5/+4
2004-02-27IEEE1394(r1168): Add on a mempool for packet allocation, in addition to the k...Ben Collins1-5/+16
2004-02-26IEEE1394(1164): Added 1394 acknowledge codes.Manfred Weihs2-0/+8
2004-02-26IEEE1394(r1167): Cleanup hostnum allocation to prevent race of double allocat...Ben Collins1-6/+7
2004-02-26IEEE1394(r1166): Move generic packet initialization to kmem_cache ctor.Ben Collins1-11/+17
2004-02-26IEEE1394(r1165): Better pending packet handling, patch from Steve.Ben Collins3-35/+49
2004-02-24IEEE1394(r1163): Fixup nodemgr_{suspend,resume}_ne to use the ud class list.Ben Collins1-59/+33
2004-02-24IEEE1394(r1162): Check return value for errors from hpsb_register_protocol.Ben Collins4-14/+47
2004-02-23IEEE1394(r1161): Major cleanup and addition of a ud-class, to make things eve...Ben Collins2-92/+54
2004-02-23ohci1394(r1160): Disable cross_bound() check, and add code to try to enable c...Ben Collins2-13/+28
2004-02-23IEEE1394(r1159): Merge run_packet_complete into kernel thread.Ben Collins1-13/+6
2004-02-23SBP2(r1158): We don't need a remove_host callback in sbp2.Ben Collins1-22/+0
2004-02-23IEEE1394(r1157): Create a kernel thread to handle all run_packet_complete() c...Ben Collins1-15/+69
2004-02-23eth1394(r1156): Fix oddities when MacOSX is IRM. Also MacOSX sets an invalid ...Ben Collins1-9/+22
2004-02-23IEEE1394(r1155): Get rid of another user of round_up_to_page().Ben Collins1-1/+1
2004-02-23IEEE1394(r1154): Cleanup dma routines, and use vmalloc for sglist allocation.Ben Collins2-27/+17
2004-02-22IEEE1394/Video1394(r1151): Fix typo in last commitBen Collins1-1/+1
2004-02-22IEEE1394/Video1394(r1150): Initialize d->link list so that failures cleanup p...Ben Collins1-0/+1
2004-02-22IEEE1394(r1149): Convert some hardcoded values to constants. Add pbook suspen...Ben Collins2-7/+53
2004-02-21IEEE1394/SBP2(r1148): Fix a few bugs, and add set blk_queue_dma_alignment to ...Ben Collins1-9/+19
2004-02-21IEEE1394/ETH1394(r1147): Make sure to set update_config_rom on add host.Ben Collins1-3/+4
2004-02-21IEEE1394(r1146): Make the probe callback return an error if problems, and unb...Ben Collins5-21/+26
2004-02-20IEEE1394 is no longer experimental, but eth1394 is.Ben Collins1-4/+3
2004-02-20IEEE1394: Revision syncBen Collins1-1/+1
2004-02-20IEEE1394/SBP2(r1144): Convert sbp2 to do one scsi_host per unit-directory.Ben Collins2-362/+215
2004-02-19IEEE1394(r1143): Fix FCP requests, broken by my change for list_for_each_entr...Ben Collins1-4/+4
2004-02-19IEEE1394(r1142): Use a kernel thread to rescan devices so we don't block the ...Ben Collins1-1/+14
2004-02-19IEEE1394(r1141): Add an "ignore_drivers" global default.Ben Collins1-0/+26
2004-02-19IEEE1394(r1140): Add a bus rescan bus_attr file, and an ignore_driver attr fo...Ben Collins3-10/+66
2004-02-19IEEE1394/SBP2(r1139): Some cleanups, and a better, more unique id for ieee139...Ben Collins2-19/+28
2004-02-18IEEE1394(r1138): Cleanup nodemgr probe, and fix a bug with the driver update.Ben Collins1-69/+63
2004-02-18IEEE1394(r1137): Check to make sure we have a hostinfo in sbp2_host_reset.Ben Collins1-1/+2
2004-02-17IEEE1394(r1136): Implement node classBen Collins2-165/+103
2004-02-17IEEE1394(r1135): Initial ieee1394_host_class implementation.Ben Collins5-1/+22
2004-02-16IEEE1394(r1134): Fix some typos introduced over the last few changesBen Collins2-5/+6
2004-02-16IEEE1394: Sync revisionsBen Collins3-4/+4
2004-02-16IEEE1394(r1132): Update Kconfig description of the eth1394 driver.Steve Kinneberg1-2/+6
2004-02-16IEEE1394/OHCI(r1131): Suspend/resume isn't dependent on CONFIG_PM.Ben Collins1-5/+0
2004-02-16IEEE1394(r1130): Conversion of some list_for_each() usages to list_for_each_e...Ben Collins9-142/+54
2004-02-16IEEE1394(r1129): Initial support for reusing node entries over plug/unplug cy...Ben Collins3-86/+205
2004-02-16IEEE1394(r1128): Implement bus reset handling for hosts (based on patch from ...Ben Collins2-21/+47
2004-02-16IEEE1394(r1126): Small cleanup based on patch from Isaac Claymore.Ben Collins1-4/+4
2004-02-16IEEE1394(r1125): Set host field of hpsb_address_serve struct when registering...Steve Kinneberg1-0/+1
2004-02-09Merge http://linux.bkbits.net/linux-2.5Ben Collins21-1265/+3810
2004-02-08Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-4/+0
2004-02-06Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-5Jeff Garzik1-7/+5
2004-02-05[PATCH] Char drivers: cdev_unmap()Jonathan Corbet4-4/+0
2004-02-04Merge http://linux.bkbits.net/linux-2.5Ben Collins21-1265/+3810
2004-02-04IEEE1394(r1118): Addition of new config-rom processing codeBen Collins21-1265/+3810
2004-02-03[PATCH] Fix more gcc 3.4 warningsAndrew Morton1-2/+2
2004-01-31IEEE1394(r1116): Make sure to unregister addr space when a driver is removed.Ben Collins1-36/+33
2004-01-31IEEE1394(r1112): Adds a "ieee1394_guid" attribute to the scsi device for sbp2.Ben Collins2-7/+32
2004-01-19Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-4Jeff Garzik1-7/+5
2004-01-18Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman1-3/+4
2004-01-18[PATCH] I2C: Autoselect i2c algosJean Delvare1-3/+4
2004-01-17[IEEE1394]: Re-add init_hpsb_highlevel() call to highlevel_add_host.Ben Collins2-22/+20
2004-01-17[IEEE1394]: Fix highlevel reset, which was using the wrong list to iterate.Ben Collins1-1/+1
2004-01-14[IEEE1394]: Sync file revisions.Ben Collins3-4/+4
2004-01-14[IEEE1394]: Rework highlevel list locking to avoid blocking under spinlocks.Ben Collins2-55/+43
2004-01-14[IEEE1394]: Fix test in ohci_soft_reset(), and handle hot-unplugged cardbus c...Ben Collins1-22/+25
2004-01-14[IEEE1394]: Per-host address space patch from Steve.Ben Collins10-98/+155
2004-01-14[IEEE1394]: Fix compilation when CONFIG_COMPAT is enabled (32/64 systems).Ben Collins3-37/+48
2004-01-14[IEEE1394]: Use the right length when deregistering raw1394 char device.Ben Collins1-1/+1
2004-01-14[IEEE1394]: Convert to cdev API.Ben Collins6-228/+52
2004-01-14[IEEE1394]: Spelling fix from Dominik Brodowski.Ben Collins1-1/+1
2004-01-14[IEEE1394]: Update OUI database as of Dec 31, 2003.Ben Collins1-405/+2522
2004-01-10[netdrvr] A bunch of gratitious ->init() killed; several leaks plugged.Alexander Viro1-7/+5
2003-12-29video1394.c:Ben Collins1-21/+34
2003-12-29Merge http://linux.bkbits.net/linux-2.5Ben Collins19-423/+470
2003-12-29[PATCH] pagefault accounting fixAndrew Morton1-1/+3
2003-12-24Many files:Ben Collins19-423/+470
2003-11-25[PATCH] Lastminute IEEE-1394 fixesBen Collins7-73/+155
2003-11-15[PATCH] scsi_device refcounting and list lockdownChristoph Hellwig1-2/+7
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-28/+14
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-28/+14
2003-09-23s/Dell Computer Corporation/Dell Inc./Matt Domsch1-3/+3
2003-09-21[PATCH] use CLONE_KERNELAlbert Cahalan1-2/+1
2003-09-07Fix more ioctl _IOR/_IOW misusage.Linus Torvalds1-2/+6
2003-09-06Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds1-4/+3
2003-09-07kbuild/ieee1394: Makefile updateSam Ravnborg1-4/+3
2003-09-06[PATCH] janitor: remove unneeded version.h #includesRandy Dunlap6-9/+0
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-4/+0
2003-09-01[PATCH] Fix compile for raw1394Ben Collins1-0/+1
2003-09-01[PATCH] Update IEEE1394 (r1047)Ben Collins10-44/+87
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro3-3/+3
2003-08-20Fix up various small compile warnings in an effort atLinus Torvalds1-1/+1
2003-08-19[NET]: free_netdev - misc drivers.Stephen Hemminger1-1/+1
2003-08-15[PATCH] Fix Driver Core fixes FirewireGreg Kroah-Hartman2-37/+1
2003-08-10Merge ssh://mulgrave-w/BK/scsi-misc-2.5James Bottomley1-3/+3
2003-08-04Fix up ieee1394 compileLinus Torvalds2-1/+5
2003-08-04[PATCH] some left highmem_io instancesJames Bottomley1-1/+0
2003-08-03[PATCH] Update IEEE1394 (r1023)Ben Collins16-75/+85
2003-08-03Merge jet.(none):/home1/jejb/BK/scsi-misc-2.5James Bottomley1-2/+3
2003-08-01[PATCH] scsi_remove_device simplificationsChristoph Hellwig1-2/+3
2003-07-31[PATCH] PCI: pci_device_id can not be marked __devinitdata.Greg Kroah-Hartman2-2/+2
2003-07-25[PATCH] Update IEEE1394 (r1014)Ben Collins24-581/+333
2003-07-18[PATCH] janitor: unchecked copy_from_user in ieee1394/amdtpRandy Dunlap1-1/+8
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk1-1/+1
2003-07-02The sbp2 driver needs <linux/pci.h>, but didn't include it. It apparentlyLinus Torvalds1-0/+2
2003-06-28[PATCH] Update IEEE1394 (r986)Ben Collins3-49/+41
2003-06-26Merge Ben's and my fixes.David S. Miller22-524/+594
2003-06-26[NET]: Kill skb_linearize() and bogus feature flag settings in eth1394.cDavid S. Miller1-7/+1
2003-06-26[PATCH] Update IEEE1394 (r972)Ben Collins22-531/+597
2003-06-16Merge hch/bcollins changesJames Bottomley1-4/+4
2003-06-13[PATCH] Update IEEE1394 (r952)Ben Collins3-6/+11
2003-06-06[PATCH] introduce scsi_host_allocChristoph Hellwig1-4/+4
2003-06-04[PATCH] get rid of CONFIG_ALL_PPCPaul Mackerras1-3/+3
2003-06-02[PATCH] Update IEEE1394 (r946)Ben Collins6-176/+366
2003-05-26[PATCH] Update IEEE1394 (r939)Ben Collins6-312/+853
2003-05-19Merge raven.il.steeleye.com:/home/jejb/BK/scsi-tmp-2.5James Bottomley1-11/+4
2003-05-19[PATCH] give ->proc_info a struct Scsi_Host * parameterChristoph Hellwig1-11/+4
2003-05-18[PATCH] Update IEEE1394 (r931)Ben Collins6-339/+194
2003-05-18[PATCH] memcpy/memset fixesAndrew Morton1-1/+1
2003-05-07[PATCH] switch most remaining drivers over to devfs_mk_bdevAndrew Morton4-48/+15
2003-05-04[PATCH] ieee1394 update (r925)Ben Collins16-135/+116
2003-04-29[PATCH] Merge to current SVN repo (r915)Ben Collins17-306/+284
2003-04-24[PATCH] kill <linux/wrapper.h>Christoph Hellwig3-3/+0
2003-04-23[PATCH] IEEE1394/Firewire updatesBen Collins5-34/+100
2003-04-20[PATCH] 1394 updatesBen Collins15-185/+150
2003-04-20Return IRQ_NONE for ieee1394 driver when the interrupt was forLinus Torvalds1-1/+1
2003-04-20[PATCH] irqs: 1394Andrew Morton1-3/+4
2003-04-19[PATCH] IEEE-1394/Firewire updatesBen Collins19-562/+509
2003-04-16[PATCH] IEEE-1394/Firewire updatesBen Collins9-26/+325
2003-04-13[PATCH] Fix nodemgr.c compileBen Collins1-29/+0
2003-04-11[PATCH] Fix module param decleration in pcilynxBen Collins1-1/+1
2003-04-11[PATCH] IEEE-1394/Firewire updatesBen Collins19-842/+1206
2003-03-23Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman1-1/+3
2003-03-23[PATCH] misc devfs_register cleanupsChristoph Hellwig1-3/+3
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig3-9/+6
2003-03-23[PATCH] bring back Al's devfs changes in dv1394Christoph Hellwig1-154/+28
2003-03-22i2c: fix up drivers/ieee1394/pcilynx.c due to previous i2c changes.Greg Kroah-Hartman1-1/+3
2003-03-04[PATCH] More IEEE1394 updatesBen Collins3-13/+6
2003-03-03[PATCH] IEEE1394 updatesBen Collins17-374/+956
2003-02-25[PATCH] Spelling fixes: whetherMichael Hayes1-2/+2
2003-02-25[PATCH] Spelling fixes: don'tMichael Hayes1-2/+2
2003-02-25[PATCH] Spelling fixes: won'tMichael Hayes2-2/+2
2003-02-24[PATCH] Spelling fixes - initialMichael Hayes1-1/+1
2003-02-24[PATCH] Spelling fixes - occurredMichael Hayes3-5/+5
2003-02-20[PATCH] try_module_get(THIS_MODULE) is bogusChristoph Hellwig4-30/+9
2003-02-18[PATCH] spelling fix adress/addres -> addressSteven Cole1-1/+1
2003-02-16[PATCH] get rid of exec_usermodehelper, replace with call_usermodehelperRusty Russell1-1/+1
2003-02-14[PATCH] IEEE-1394 UpdatesBen Collins27-1211/+2053
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds1-3/+2
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell1-7/+7
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-01-13[SCSI] Move cmd->host to cmd->device->hostLuben Tuikov1-4/+4
2003-01-13[SCSI] Move cmd->{lun, target, channel} to cmd->device->{lun, id, channel}Luben Tuikov1-4/+4
2002-12-29[PATCH] more obsolete module API fixesChristoph Hellwig1-2/+1