- 16 Nov, 2004 3 commits
-
-
James Bottomley authored
From: James.Smart@Emulex.Com This patch adds host/target/sdev destructor functions to the transport template. The FC transport is updated to utilize them to cancel any outstanding timer. It slightly rearranges the slave_xxx functions so the transport is always involved prior to the LLDD. Minor rejection fixes and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-
James Bottomley authored
From: Douglas Gilbert <dougg@torque.net> - bring opcode names, asc/ascq strings and sense format into line with SPC-3 rev 21 (22 September 2004) - drop SCSI-1 sense buffer decoding [still output it in hex] - opcode names include those that depend on service actions including variable length commands ** - decodes both fixed and descriptor sense data formats - use KERN_INFO on printk()s that start on new lines - flag vendor specific asc and acsq codes - print all bytes of a cdb after the name (previously skipped the first byte) - cleanup file, tab to 8 spaces Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-
James Bottomley authored
The amount of work that has to be done in the timeout routines is really a bit much if there's a large number of LUNS. Plus the device_for_each_child needs user context to get the bus semaphore, so the solution is to migrate them from a timer to delayed work. There's still a race here in that the timer may still be ticking when the device is destroyed ... To fix this, I think we may need to introduce a destroy callback to the transport class. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-
- 15 Nov, 2004 1 commit
-
-
James Bottomley authored
into mulgrave.(none):/home/jejb/BK/scsi-misc-2.6
-
- 14 Nov, 2004 3 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
asked for it.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 15 Nov, 2004 1 commit
-
-
Ben Dooks authored
Patch from Ben Dooks Update the s3c2410 machines for the new serial handling, as well as add the clock sources the bast and vr1000 rely on. Signed-off-by: Ben Dooks Signed-off-by: Russell King
-
- 14 Nov, 2004 28 commits
-
-
Ben Dooks authored
Patch from Ben Dooks Update the arch/arm/mach-s3c2410 core files for the new serial port bits, and fix the bugs with s3c2440 handling. Signed-off-by: Ben Dooks Signed-off-by: Russell King
-
Ben Dooks authored
Patch from Ben Dooks Clock code now uses the supplied device to check for the id of the clock, so uart clocks are now simply "uart" instead of "uart0", "uart1" and "uart2" Signed-off-by: Ben Dooks Signed-off-by: Russell King
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Greg Ungerer authored
Move ColdFire 5282 based senTec board startup code to the common 528x directory. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Include the 527x and 528x family SIM module hardware definitions in the generic SIM include. All ColdFire specific code just includes the generic sim include without regard to which actuall ColdFire family member we are compiling for. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Add ColdFire 528x specific CPU reset code. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Kernel startup code specific to the ColdFire 5272 based Feith SACLES board. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Update PIT timer comments to reflect the fact that it is also used in the new ColdFire 527x family of processors. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Move definition of kernel stack size so that asm files can use it. Patch submitted by Philippe De Muyter <phdm@macqel.be>. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Russell King authored
-
Greg Ungerer authored
Add support for the 527x ColdFire family, and change the 5282 support to be the generic 528x family in ColdFire DMA support defines. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Add conditional support for the 527x and 528x UART hardware to the common ColdFire serial port header. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
-
Jens Axboe authored
Mark deadline_init and deadline_exit as init and exit functions, and make them static. Signed-off-by: Chris Wright <chris@osdl.org> Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Jens Axboe authored
Mark cfq_exit function as and exit function, and make it static. Signed-off-by: Chris Wright <chris@osdl.org> Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Jens Axboe authored
Mark as_init and as_exit as init and exit functions, and make them static. Signed-off-by: Chris Wright <chris@osdl.org> Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Alexander Nyberg authored
This box crashed at startup today and I noticed that some modules will need to have assign_irq_vector() available although it is marked as __init. Looks like it was done for i386 in but not x86_64... Signed-off-by: Alexander Nyberg <alexn@dsv.su.se> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Alexander Viro authored
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Alexander Viro authored
Spot the typo. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Jens Axboe authored
This patch is from the Xen crew - it allows override of deciding whether two given pages can be considered physically contigous or not. This is similar to how we handle iommu and virtual merging. Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Jens Axboe authored
Correct wrong paths and add link to deadline documentation. Patch from Christian Kujau <evil@g-house.de> Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Jens Axboe authored
Warn once for each unknown command sent through SG_IO or the old SCSI command ioctl. Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
James Bottomley authored
In a recent patch, all the ST_ typedefs were removed from st.h. One of the side effects of this makes osst no longer compile. This patch replaces all of the typedef uses from st.h with their struct equivalents. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-
Christoph Hellwig authored
Current BK doesn't compile with the G5 defconfig because the last libata updated missed to change sata_svw to the new conventions. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
- 13 Nov, 2004 4 commits
-
-
Adrian Bunk authored
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
-
David S. Miller authored
This fixes up ChangeSet 1.2086.1.75 Signed-off-by: David S. Miller <davem@davemloft.net>
-
Randy Dunlap authored
Correct MODULE_PARM to module_param (somehow I changed the macro parameters but not the macro invocation). Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Randy Dunlap <torvalds@osdl.org>
-
Andries E. Brouwer authored
Stuff marked initdata that is referenced in non-init context.
-