aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/aic94xx
AgeCommit message (Expand)AuthorFilesLines
2016-11-29scsi: aic94xx: Add a missing call to kfreeGravatar Quentin Lambert 1-1/+4
2016-08-25scsi: aic94xx: Add missing error code assignment before testGravatar Christophe JAILLET 1-1/+1
2016-04-18treewide: Fix typos in printkGravatar Masanari Iida 2-2/+2
2015-11-25scsi: Centralise ssp frame information unitsGravatar John Garry 1-43/+6
2015-11-12Merge tag '4.4-scsi-mkp' into miscGravatar James Bottomley 1-1/+1
2015-11-09scsi: use host wide tags by defaultGravatar Christoph Hellwig 1-1/+0
2015-11-09aic94xx: remove SCSI host before detaching from SAS transportGravatar Jack Wang 1-1/+1
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+3
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+1
2015-08-28aic94xx: Skip reading user settings if flash is not foundGravatar Hannes Reinecke 1-2/+3
2015-08-26aic94xx: set an error code on failureGravatar Dan Carpenter 1-0/+1
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Gravatar Dan Williams 1-6/+1
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateGravatar Hannes Reinecke 1-1/+0
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 1-1/+0
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-5/+5
2014-12-04scsi: remove ->change_queue_type methodGravatar Christoph Hellwig 1-1/+0
2014-11-27libsas: remove task_collector modeGravatar Christoph Hellwig 4-21/+8
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingGravatar Christoph Hellwig 1-0/+1
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-0/+1
2014-11-05libsas: use ata_dev_classify()Gravatar Hannes Reinecke 1-5/+5
2013-06-04[SCSI] libsas: implement > 16 byte CDB supportGravatar James Bottomley 1-1/+2
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...Gravatar James Bottomley 3-14/+14
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-12/+11
2012-10-06sections: fix section conflicts in drivers/scsiGravatar Andi Kleen 1-1/+1
2012-07-08[SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfGravatar Dan Williams 1-1/+1
2012-04-30aic94xx: Get rid of redundant NULL check before release_firmware() callGravatar Jesper Juhl 1-2/+1
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physGravatar Dan Williams 1-1/+1
2012-02-29[SCSI] libsas: async ata scanningGravatar Dan Williams 1-1/+0
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesGravatar Dan Williams 1-3/+6
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersGravatar Dan Williams 3-14/+28
2012-02-19[SCSI] libsas: introduce sas_drain_work()Gravatar Dan Williams 1-1/+1
2012-02-19[SCSI] libsas: kill sas_slave_destroyGravatar Dan Williams 1-1/+0
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-0/+1
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Gravatar Dan Williams 1-0/+1
2011-09-15aix94xx: Use angle brackets for system includesGravatar Joe Perches 1-1/+1
2011-05-24[SCSI] aic94xx: world-writable sysfs update_bios fileGravatar Vasiliy Kulikov 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-17scsi: change to new flag variableGravatar matt mooney 1-3/+1
2010-11-03drivers: scsi: fix typo in commentGravatar Andrea Gelmini 1-1/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 2-5/+5
2010-08-11drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmallocGravatar Julia Lawall 1-2/+2
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-2/+2
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosGravatar James Bottomley 1-1/+1
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 6-0/+6
2009-12-04tree-wide: fix misspelling of "definition" in commentsGravatar Adam Buchbinder 1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Gravatar Yang Hongyang 1-2/+2
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Gravatar Harvey Harrison 5-36/+36