aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/advansys.c
AgeCommit message (Expand)Author
2013-04-09advansys: fix buggered formats - unsigned long != u32 on 64bitAl Viro
2013-04-09advansys: switch to ->show_info()Al Viro
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-16SCSI host lock push-downJeff Garzik
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-05-01[SCSI] advansys: fix narrow board error pathHerton Ronaldo Krzesinski
2010-03-27[SCSI] advansys: fix regression with request_firmware changeHerton Ronaldo Krzesinski
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder
2009-04-03[SCSI] advansys: use request_firmwareJaswinder Singh Rajput
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-29[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven
2008-11-30advansys fix on ISA-less configsAl Viro
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison
2008-03-07[SCSI] advansys: Fix bug in AdvLoadMicrocodeMatthew Wilcox
2008-02-11[SCSI] advansys: fix overrun_buf aligned bugFUJITA Tomonori
2008-02-07[SCSI] advansys: make 3 functions staticAdrian Bunk
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori
2008-01-14advansys: fix section mismatch warningRandy Dunlap
2007-10-12[SCSI] advansys: Changes to work on pariscMatthew Wilcox
2007-10-12[SCSI] advansys: Use dma mapping for overrun bufferMatthew Wilcox
2007-10-12[SCSI] advansys: Remove a couple of uses of bus_to_virtMatthew Wilcox
2007-10-12[SCSI] advansys: convert to use the data buffer accessorsMatthew Wilcox
2007-10-12[SCSI] advansys: Remove DvcGetPhyAddrMatthew Wilcox
2007-10-12[SCSI] advansys: Move a couple of fields from struct board to struct adv_dvcMatthew Wilcox
2007-10-12[SCSI] advansys: Make sdtr_period_tbl a pointerMatthew Wilcox
2007-10-12[SCSI] advansys: Get rid of board index numberMatthew Wilcox
2007-10-12[SCSI] advansys: Remove private lockMatthew Wilcox
2007-10-12[SCSI] advansys: Sort out debug macrosMatthew Wilcox
2007-10-12[SCSI] advansys: Remove library version & serial numbersMatthew Wilcox
2007-10-12[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox
2007-10-12[SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox
2007-10-12[SCSI] advansys: Sort out irq number messMatthew Wilcox
2007-10-12[SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox
2007-10-12[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHSMatthew Wilcox
2007-10-12[SCSI] advansys: Improve reset handlerMatthew Wilcox
2007-10-12[SCSI] advansys: Fix simultaneous calls to ->queuecommandMatthew Wilcox
2007-10-12[SCSI] advansys: Restructure asc_execute_scsi_cmnd()Matthew Wilcox
2007-10-12[SCSI] advansys: Remove array of scsi targetsMatthew Wilcox
2007-10-12[SCSI] advansys: Eliminate prototypesMatthew Wilcox
2007-10-12[SCSI] advansys: Use DRV_NAMEMatthew Wilcox
2007-10-12[SCSI] advansys: Comment/indentation/macro cleanupMatthew Wilcox
2007-10-12[SCSI] advansys: Remove some custom wrappersMatthew Wilcox
2007-10-12[SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox
2007-10-12[SCSI] advansys: Support 16-byte commands properlyMatthew Wilcox
2007-10-12[SCSI] advansys: Enable interrupts earlier in queuecommandMatthew Wilcox
2007-10-12[SCSI] advansys: Remove `active' queue and all remaining internal queueing codeMatthew Wilcox
2007-10-12[SCSI] advansys: Remove `done' queueMatthew Wilcox