summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/advansys.c
Commit message (Expand)AuthorAgeFilesLines
...
* advansys: Use DMA-API for mapping request blocksHannes Reinecke2015-05-251-54/+54
* advansys: Use DMA-API for carrier bufferHannes Reinecke2015-05-251-133/+103
* advansys: use DMA-API for mapping sense bufferHannes Reinecke2015-05-251-9/+16
* advansys: use shared host tag map for command lookupHannes Reinecke2015-05-251-146/+79
* advansys: use host_resetHannes Reinecke2015-05-251-16/+11
* scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-021-17/+17
* scsi: merge consecutive seq_puts callsRasmus Villemoes2015-02-021-28/+15
* advansys: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-80/+75
* scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-4/+4
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-5/+3
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-5/+2
* scsi: convert host_busy to atomic_tChristoph Hellwig2014-07-251-2/+2
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-171-1/+1
* [SCSI] advansys: Remove 'last_reset' referencesHannes Reinecke2013-10-251-4/+4
* advansys: fix buggered formats - unsigned long != u32 on 64bitAl Viro2013-04-091-13/+13
* advansys: switch to ->show_info()Al Viro2013-04-091-837/+327
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-77/+75
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* [SCSI] advansys: fix narrow board error pathHerton Ronaldo Krzesinski2010-05-011-14/+36
* [SCSI] advansys: fix regression with request_firmware changeHerton Ronaldo Krzesinski2010-03-271-0/+8
* tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
* [SCSI] advansys: use request_firmwareJaswinder Singh Rajput2009-04-031-1630/+101
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-1/+1
* [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven2008-12-291-2/+1
* advansys fix on ISA-less configsAl Viro2008-11-301-0/+4
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-1/+1
* [SCSI] advansys: Fix bug in AdvLoadMicrocodeMatthew Wilcox2008-03-071-1/+1
* [SCSI] advansys: fix overrun_buf aligned bugFUJITA Tomonori2008-02-111-2/+11
* [SCSI] advansys: make 3 functions staticAdrian Bunk2008-02-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-7/+7
|\
| * [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-7/+7
* | advansys: fix section mismatch warningRandy Dunlap2008-01-141-1/+1
|/
* [SCSI] advansys: Changes to work on pariscMatthew Wilcox2007-10-121-5/+5
* [SCSI] advansys: Use dma mapping for overrun bufferMatthew Wilcox2007-10-121-18/+24
* [SCSI] advansys: Remove a couple of uses of bus_to_virtMatthew Wilcox2007-10-121-26/+79
* [SCSI] advansys: convert to use the data buffer accessorsMatthew Wilcox2007-10-121-184/+52
* [SCSI] advansys: Remove DvcGetPhyAddrMatthew Wilcox2007-10-121-70/+3
* [SCSI] advansys: Move a couple of fields from struct board to struct adv_dvcMatthew Wilcox2007-10-121-101/+92
* [SCSI] advansys: Make sdtr_period_tbl a pointerMatthew Wilcox2007-10-121-65/+25
* [SCSI] advansys: Get rid of board index numberMatthew Wilcox2007-10-121-136/+100
* [SCSI] advansys: Remove private lockMatthew Wilcox2007-10-121-16/+5
* [SCSI] advansys: Sort out debug macrosMatthew Wilcox2007-10-121-366/+262
* [SCSI] advansys: Remove library version & serial numbersMatthew Wilcox2007-10-121-45/+15
* [SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox2007-10-121-81/+51
* [SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox2007-10-121-24/+16
* [SCSI] advansys: Sort out irq number messMatthew Wilcox2007-10-121-198/+189
* [SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox2007-10-121-3/+2