summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha152x.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-23/+23
|\
| * scsi: aha152x: use sg helper to iterate over scatterlistFinn Thain2019-06-201-23/+23
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-12/+1Star
|/
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-191-1/+1
* scsi: aha152x: rename the PCMCIA defineChristoph Hellwig2018-11-011-7/+7
* scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn2018-06-201-33/+38
* scsi: aha152x: drop host resetHannes Reinecke2017-08-251-10/+3Star
* Annotate hardware config module parameters in drivers/scsi/David Howells2017-04-201-2/+2
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-06-011-1/+0Star
* aha152x: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-124/+124
* scsi: remove SPRINTF macroRasmus Villemoes2015-02-021-149/+146Star
* aha152x: debug output update and whitespace cleanupHannes Reinecke2014-11-121-770/+224Star
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-3/+3
* [SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker2014-03-191-2/+2
* aha152x: switch to ->show_info()Al Viro2013-04-091-49/+12Star
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* scsi: aha152x: Fix sparse warning and make printing pointer address more port...Krzysztof Wilczynski2012-07-201-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* [SCSI] aha152x: add missing ISA PNP IDsOndrej Zary2011-06-291-4/+13
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/scsi: use nr_irqsYinghai Lu2008-10-161-1/+1
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-6/+6
* scsi: fix integer as NULL pointer warningHarvey Harrison2008-05-231-2/+2
* [SCSI] aha152x: Fix oops on module removalJames Bottomley2008-05-111-2/+2
* [SCSI] aha152x: fix init suspiciously returned 1, it should follow 0/-E conve...James Bottomley2008-05-111-2/+2
* scsi: fix integer as NULL pointer warningsHarvey Harrison2008-04-291-3/+3
* [SCSI] aha152x, eata, u14-34f: minor irq handler cleanupsJeff Garzik2008-04-251-6/+1Star
* [SCSI] aha152x: Use scsi_eh API for REQUEST_SENSE invocationBoaz Harrosh2008-01-121-30/+8Star
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-3/+3
* [SCSI] aha152x: Close narrow race in releaseMatthew Wilcox2007-10-121-2/+2
* [SCSI] aha152x: use data accessors and !use_sg cleanupBoaz Harrosh2007-08-041-44/+47
* [SCSI] aha152x: Fix check_condition code-pathBoaz Harrosh2007-08-041-28/+27Star
* [SCSI] aha152x: Clean Reset pathBoaz Harrosh2007-08-041-9/+9
* [SCSI] aha152x: preliminary fixes and some commentsBoaz Harrosh2007-08-041-4/+4
* [SCSI] aha152x: use bounce bufferBoaz Harrosh2007-08-041-0/+7
* [SCSI] aha152x: fix debug mode symbol conflictBoaz Harrosh2007-08-041-5/+5
* [SCSI] aha152x: use wait_for_completion_timeoutChristoph Hellwig2007-05-221-32/+18Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+2
* [PATCH] Use linux/io.h instead of asm/io.hMatthew Wilcox2006-10-111-1/+1
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-6/+1Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* [SCSI] aha152x: remove static host arrayJames Bottomley2006-09-231-29/+24Star
* [SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig2006-07-091-5/+9
* [SCSI] aha152x: stop poking at saved scsi_cmnd membersChristoph Hellwig2006-07-091-6/+23
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Merge ../linux-2.6James Bottomley2006-03-141-33/+52
|\
| * [SCSI] aha152x: fix variable use before initialisation and other bugsJürgen E. Fischer2006-02-281-33/+52