aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_transport_spi.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-15scsi: scsi_transport_spi: make two const arrays static, shrinks object sizeGravatar Colin Ian King 1-2/+2
2018-01-10block, scsi: Fix race between SPI domain validation and system suspendGravatar Bart Van Assche 1-2/+14
2017-12-14scsi: core: Use blist_flags_t consistentlyGravatar Bart Van Assche 1-5/+7
2017-02-23scsi: merge __scsi_execute into scsi_executeGravatar Christoph Hellwig 1-14/+10
2015-08-07[SCSI] Fix printk typos in drivers/scsiGravatar Masanari Iida 1-2/+2
2014-12-04scsi: remove MSG_*_TAG definesGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: remove abuses of scsi_populate_tagGravatar Christoph Hellwig 1-0/+23
2012-05-10[SCSI] scsi_transport_spi: fix for unbalanced reference countingGravatar Mike Maslenkin 1-2/+2
2012-01-03switch ->is_visible() to returning umode_tGravatar Al Viro 1-1/+1
2011-07-26[SCSI] scsi_transport_spi: Export host width and HBA idGravatar Hannes Reinecke 1-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-21scsi_transport_spi: Blacklist Ultrium-3 tape for IU transfersGravatar James Bottomley 1-1/+39
2009-06-21scsi_transport_spi: use spi target settings instead of inquiry data for DVGravatar James Bottomley 1-5/+6
2009-06-15[SCSI] aic79xx: make driver respect nvram for IU and QAS settingsGravatar James Bottomley 1-4/+14
2008-12-29[SCSI] scsi_transport_spi: fix the misuse of scsi_execute return valueGravatar FUJITA Tomonori 1-1/+1
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqGravatar FUJITA Tomonori 1-1/+2
2008-10-13[SCSI] block: separate failfast into multiple bits.Gravatar Mike Christie 1-1/+3
2008-07-30[SCSI] scsi_transport_spi: fix oops in revalidateGravatar James Bottomley 1-3/+5
2008-04-27[SCSI] scsi_transport_spi: include sysfs.hGravatar Randy Dunlap 1-0/+1
2008-04-22[SCSI] scsi_transport_spi: fix the attribute settingsGravatar James Bottomley 1-24/+8
2008-04-19SCSI: convert struct class_device to struct deviceGravatar Tony Jones 1-87/+98
2008-01-23[SCSI] scsi_transport_spi: convert to attribute groupsGravatar James Bottomley 1-82/+176
2007-09-22[SCSI] scsi_transport_spi: fix domain validation failure from incorrect width...Gravatar James Bottomley 1-6/+22
2007-02-02[SCSI] spi transport class: export spi_dv_pendingGravatar Eric Moore 1-1/+0
2007-01-03[SCSI] scsi_transport_spi: fix sense buffer size errorGravatar James Bottomley 1-1/+1
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-3/+4
2006-09-23[SCSI] SPI transport class: misc DV fixesGravatar James Bottomley 1-7/+23
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-10[SCSI] spi transport: don't allow dt to be set on SE or HVD busesGravatar James Bottomley 1-0/+9
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-2/+2
2006-03-12[SCSI] fix minor problem in spi transport message functionsGravatar James Bottomley 1-1/+1
2006-03-12[SCSI] Missing names from SPI3, SPI4 and SPI5Gravatar Matthew Wilcox 1-13/+13
2006-02-27[SCSI] Improve message printing codeGravatar Matthew Wilcox 1-5/+19
2006-02-27[SCSI] Add EXPORT_SYMBOL for spi msg functionsGravatar James Bottomley 1-0/+3
2006-02-27[SCSI] Make spi_print_msg more consistentGravatar Matthew Wilcox 1-3/+3
2006-02-27[SCSI] Add spi_populate_*_msg functionsGravatar Matthew Wilcox 1-0/+33
2006-02-27[SCSI] unused show_spi_transport_period_helper parameterGravatar Matthew Wilcox 1-4/+3
2006-02-27[SCSI] SCSI core kmalloc2kzallocGravatar Jes Sorensen 1-8/+4
2006-01-14[SCSI] sem2mutex: scsi_transport_spi.cGravatar Jes Sorensen 1-5/+5
2006-01-12[SCSI] scsi_transport_spi.c: make print_nego() staticGravatar Adrian Bunk 1-1/+1
2005-12-15[SCSI] Add PPR support to spi_print_msgGravatar Matthew Wilcox 1-7/+29
2005-12-15[SCSI] Use ARRAY_SIZE in spi_print_msgGravatar Matthew Wilcox 1-6/+3
2005-12-15[SCSI] Fix printing of two-byte messagesGravatar Matthew Wilcox 1-1/+1
2005-12-15[SCSI] Rename scsi_print_msg to spi_print_msgGravatar Matthew Wilcox 1-4/+4
2005-12-15[SCSI] Move scsi_print_msg to SPI classGravatar Matthew Wilcox 1-0/+109
2005-12-13[SCSI] Delete trailing full stopGravatar Matthew Wilcox 1-1/+1
2005-12-01[SCSI] SPI DV: be more conservative about echo buffer usageGravatar James Bottomley 1-9/+19
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkGravatar James Bottomley 1-13/+11
2005-08-28[SCSI] comment cleanup for spi_executeGravatar Christoph Hellwig 1-4/+0
2005-08-28[SCSI] convert SPI transport class to scsi_executeGravatar James Bottomley 1-67/+57