aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/advansys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-09advansys: fix buggered formats - unsigned long != u32 on 64bitAl Viro1-13/+13
2013-04-09advansys: switch to ->show_info()Al Viro1-837/+327
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-77/+75
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-01[SCSI] advansys: fix narrow board error pathHerton Ronaldo Krzesinski1-14/+36
2010-03-27[SCSI] advansys: fix regression with request_firmware changeHerton Ronaldo Krzesinski1-0/+8
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-04-03[SCSI] advansys: use request_firmwareJaswinder Singh Rajput1-1630/+101
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-29[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven1-2/+1
2008-11-30advansys fix on ISA-less configsAl Viro1-0/+4
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-03-07[SCSI] advansys: Fix bug in AdvLoadMicrocodeMatthew Wilcox1-1/+1
2008-02-11[SCSI] advansys: fix overrun_buf aligned bugFUJITA Tomonori1-2/+11
2008-02-07[SCSI] advansys: make 3 functions staticAdrian Bunk1-3/+3
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-7/+7
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-7/+7
2008-01-14advansys: fix section mismatch warningRandy Dunlap1-1/+1
2007-10-12[SCSI] advansys: Changes to work on pariscMatthew Wilcox1-5/+5
2007-10-12[SCSI] advansys: Use dma mapping for overrun bufferMatthew Wilcox1-18/+24
2007-10-12[SCSI] advansys: Remove a couple of uses of bus_to_virtMatthew Wilcox1-26/+79
2007-10-12[SCSI] advansys: convert to use the data buffer accessorsMatthew Wilcox1-184/+52
2007-10-12[SCSI] advansys: Remove DvcGetPhyAddrMatthew Wilcox1-70/+3
2007-10-12[SCSI] advansys: Move a couple of fields from struct board to struct adv_dvcMatthew Wilcox1-101/+92
2007-10-12[SCSI] advansys: Make sdtr_period_tbl a pointerMatthew Wilcox1-65/+25
2007-10-12[SCSI] advansys: Get rid of board index numberMatthew Wilcox1-136/+100
2007-10-12[SCSI] advansys: Remove private lockMatthew Wilcox1-16/+5
2007-10-12[SCSI] advansys: Sort out debug macrosMatthew Wilcox1-366/+262
2007-10-12[SCSI] advansys: Remove library version & serial numbersMatthew Wilcox1-45/+15
2007-10-12[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox1-81/+51
2007-10-12[SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox1-24/+16
2007-10-12[SCSI] advansys: Sort out irq number messMatthew Wilcox1-198/+189
2007-10-12[SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox1-3/+2
2007-10-12[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHSMatthew Wilcox1-2/+0
2007-10-12[SCSI] advansys: Improve reset handlerMatthew Wilcox1-61/+22
2007-10-12[SCSI] advansys: Fix simultaneous calls to ->queuecommandMatthew Wilcox1-49/+39
2007-10-12[SCSI] advansys: Restructure asc_execute_scsi_cmnd()Matthew Wilcox1-92/+39
2007-10-12[SCSI] advansys: Remove array of scsi targetsMatthew Wilcox1-10/+0
2007-10-12[SCSI] advansys: Eliminate prototypesMatthew Wilcox1-6230/+6043
2007-10-12[SCSI] advansys: Use DRV_NAMEMatthew Wilcox1-11/+12
2007-10-12[SCSI] advansys: Comment/indentation/macro cleanupMatthew Wilcox1-278/+101
2007-10-12[SCSI] advansys: Remove some custom wrappersMatthew Wilcox1-164/+49
2007-10-12[SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox1-12/+0
2007-10-12[SCSI] advansys: Support 16-byte commands properlyMatthew Wilcox1-29/+10
2007-10-12[SCSI] advansys: Enable interrupts earlier in queuecommandMatthew Wilcox1-12/+11
2007-10-12[SCSI] advansys: Remove `active' queue and all remaining internal queueing codeMatthew Wilcox1-498/+6
2007-10-12[SCSI] advansys: Remove `done' queueMatthew Wilcox1-96/+24