aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-07-26[SCSI] scsi_transport_spi: Export host width and HBA idHannes Reinecke1-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-21scsi_transport_spi: Blacklist Ultrium-3 tape for IU transfersJames Bottomley1-1/+39
2009-06-21scsi_transport_spi: use spi target settings instead of inquiry data for DVJames Bottomley1-5/+6
2009-06-15[SCSI] aic79xx: make driver respect nvram for IU and QAS settingsJames Bottomley1-4/+14
2008-12-29[SCSI] scsi_transport_spi: fix the misuse of scsi_execute return valueFUJITA Tomonori1-1/+1
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori1-1/+2
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie1-1/+3
2008-07-30[SCSI] scsi_transport_spi: fix oops in revalidateJames Bottomley1-3/+5
2008-04-27[SCSI] scsi_transport_spi: include sysfs.hRandy Dunlap1-0/+1
2008-04-22[SCSI] scsi_transport_spi: fix the attribute settingsJames Bottomley1-24/+8
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-87/+98
2008-01-23[SCSI] scsi_transport_spi: convert to attribute groupsJames Bottomley1-82/+176
2007-09-22[SCSI] scsi_transport_spi: fix domain validation failure from incorrect width settingJames Bottomley1-6/+22
2007-02-02[SCSI] spi transport class: export spi_dv_pendingEric Moore1-1/+0
2007-01-03[SCSI] scsi_transport_spi: fix sense buffer size errorJames Bottomley1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-09-23[SCSI] SPI transport class: misc DV fixesJames Bottomley1-7/+23
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-10[SCSI] spi transport: don't allow dt to be set on SE or HVD busesJames Bottomley1-0/+9
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-03-12[SCSI] fix minor problem in spi transport message functionsJames Bottomley1-1/+1
2006-03-12[SCSI] Missing names from SPI3, SPI4 and SPI5Matthew Wilcox1-13/+13
2006-02-27[SCSI] Improve message printing codeMatthew Wilcox1-5/+19
2006-02-27[SCSI] Add EXPORT_SYMBOL for spi msg functionsJames Bottomley1-0/+3
2006-02-27[SCSI] Make spi_print_msg more consistentMatthew Wilcox1-3/+3
2006-02-27[SCSI] Add spi_populate_*_msg functionsMatthew Wilcox1-0/+33
2006-02-27[SCSI] unused show_spi_transport_period_helper parameterMatthew Wilcox1-4/+3
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen1-8/+4
2006-01-14[SCSI] sem2mutex: scsi_transport_spi.cJes Sorensen1-5/+5
2006-01-12[SCSI] scsi_transport_spi.c: make print_nego() staticAdrian Bunk1-1/+1
2005-12-15[SCSI] Add PPR support to spi_print_msgMatthew Wilcox1-7/+29
2005-12-15[SCSI] Use ARRAY_SIZE in spi_print_msgMatthew Wilcox1-6/+3
2005-12-15[SCSI] Fix printing of two-byte messagesMatthew Wilcox1-1/+1
2005-12-15[SCSI] Rename scsi_print_msg to spi_print_msgMatthew Wilcox1-4/+4
2005-12-15[SCSI] Move scsi_print_msg to SPI classMatthew Wilcox1-0/+109
2005-12-13[SCSI] Delete trailing full stopMatthew Wilcox1-1/+1
2005-12-01[SCSI] SPI DV: be more conservative about echo buffer usageJames Bottomley1-9/+19
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley1-13/+11
2005-08-28[SCSI] comment cleanup for spi_executeChristoph Hellwig1-4/+0
2005-08-28[SCSI] convert SPI transport class to scsi_executeJames Bottomley1-67/+57
2005-08-14[SCSI] correct transport class abstraction to work outside SCSIJames Bottomley1-3/+8
2005-08-14[SCSI] add ability to deny binding to SPI transport classJames Bottomley1-1/+10
2005-08-03[SCSI] add missing hold_mcs parameter to the spi transport classJames Bottomley1-5/+15
2005-07-11[SCSI] SPI transport class, don't negotiate options not supportedJames Bottomley1-5/+8
2005-06-20[PATCH] use device_for_each_child() to properly access child devices.gregkh@suse.de1-6/+10
2005-06-03[SCSI] update spi transport class so that u320 Domain Validation worksJames Bottomley1-24/+53
2005-05-20[SCSI] implement parameter limits in the SPI transport classJames Bottomley1-27/+161
2005-05-05[SCSI] fix command retries in spi_transport classJames Bottomley1-15/+34