aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-16Actually remove amdtp.[ch], cmp.[ch].Jody McIntyre4-1723/+0
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig3-3/+0
2006-01-06[PATCH] don't freeze firewire on suspend.Dave Jones1-2/+2
2006-01-05Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre2-10/+11
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-10/+10
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-0/+1
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-10/+10
2006-01-01gitignore: misc filesBrian Gerst1-0/+1
2005-12-13sbp2: remove duplicate code from sbp2_start_device()Stefan Richter1-50/+7
2005-12-13sbp2: split sbp2_create_command_orb() for better readabilityStefan Richter2-184/+178
2005-12-13ohci1394: log number of implemented isochronous contextsStefan Richter1-7/+3
2005-12-12ieee1394: write broadcast_channel only to select nodes (fixes device recognition)Stefan Richter1-10/+32
2005-12-12ieee1394: resume remote ports when starting a host (fixes device recognition)Stefan Richter2-0/+26
2005-12-12sbp2: did not clean up after scsi_add_device() failedStefan Richter1-0/+2
2005-12-12sbp2: delete sbp2scsi_direction_tableStefan Richter2-68/+17
2005-12-12ieee1394: run high-level updates before high-level probesStefan Richter1-3/+17
2005-12-05ieee1394: remove nonexistent functions from nodemgr.hStefan Richter1-18/+0
2005-12-05ieee1394: write broadcast_channel only to select nodes (fixes device recognition)Stefan Richter1-10/+32
2005-12-01ieee1394: whitespace cleanup in hosts.[ch], ieee1394_core.[ch]Stefan Richter4-526/+526
2005-12-01ieee1394: hpsb_send_phy_config() cleanupStefan Richter1-15/+6
2005-12-01ieee1394: add definitions for phy packet constantsStefan Richter3-18/+42
2005-12-01ieee1394: resume remote ports when starting a host (fixes device recognition)Stefan Richter2-0/+26
2005-11-22ieee1394/raw1394: LIndent fixesJens-Michael Hoffmann1-18/+20
2005-11-22ieee1394/iso: LIndent fixesJens-Michael Hoffmann1-42/+60
2005-11-22ieee1394/ieee1394_transactions: LIndent fixesJens-Michael Hoffmann1-193/+195
2005-11-22ieee1394/dma: LIndent fixesJens-Michael Hoffmann1-28/+45
2005-11-22csr1212: add check for !validJody McIntyre1-1/+2
2005-11-22csr1212: check results of keyval readsJody McIntyre1-3/+4
2005-11-21raw1394: fix memory deallocation in modify_config_romStefan Richter1-1/+1
2005-11-21drivers/ieee1394/raw1394.c: fix a NULL pointerAdrian Bunk1-1/+0
2005-11-19sbp2: slimmer interface to scsi_modStefan Richter1-13/+0
2005-11-19Fix incorrect video1394 timestamps.Damien Douxchamps1-15/+2
2005-11-19Every file should #include the headers containing the prototypes forAdrian Bunk1-0/+1
2005-11-18sbp2_command_orb_lock must be held when accessing the _orb_inuse list.Jody McIntyre1-0/+6
2005-11-18Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre1-2/+1
2005-11-18Remove amdtp, cmp drivers.Jody McIntyre4-35/+2
2005-11-07[PATCH] ieee1394: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-11-07Remove definitions of unreferenced macros virt_to_page and vmalloc_32 fromStefan Richter2-17/+0
2005-11-07kmalloc/kzalloc changes:Stefan Richter12-143/+85
2005-11-07Remove version strings from eth1394, ohci1394, sbp2.Stefan Richter3-21/+0
2005-11-07sbp2, ohci1394 cleanups:Stefan Richter3-229/+224
2005-11-07sbp2: Remove our tracking of device type,Ben Collins2-34/+7
2005-11-07sbp2: Merge TYPE_RBC and 10byte removal patch from scsi maintainers.Ben Collins2-150/+2
2005-11-07sbp2_command_orb_lock must be held when accessing the _orb_inuse list.Jody McIntyre1-0/+6
2005-10-28Merge ../bleed-2.6Greg KH1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-2/+2
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman3-3/+3
2005-10-28[PATCH] gfp_t: remaining bits of drivers/*Al Viro1-1/+1
2005-10-19[PATCH] raw1394: fix locking in the presence of SMP and interruptsAndy Wingo2-49/+57
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1