aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha152x.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig1-7/+1
2023-03-24scsi: aha152x: Declare SCSI host template constBart Van Assche1-2/+2
2022-03-29scsi: aha152x: Stop using struct scsi_pointerFinn Thain1-122/+113
2022-02-27scsi: aha152x: Fix aha152x_setup() __setup handler return valueRandy Dunlap1-4/+2
2022-02-22scsi: aha152x: Move the SCSI pointer to private command dataBart Van Assche1-104/+155
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche1-3/+6
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-3/+1
2021-10-16scsi: aha152x: Call scsi_done() directlyBart Van Assche1-10/+17
2021-05-31scsi: aha152x: Do not set message byte when calling scsi_done()Hannes Reinecke1-27/+15
2021-05-31scsi: aha152x: Modify done() to use separate status bytesHannes Reinecke1-14/+29
2020-07-08scsi: aha152x: Remove unused variable 'ret'Lee Jones1-2/+1
2020-03-11scsi: docs: convert aha152x.txt to ReSTMauro Carvalho Chehab1-2/+2
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-23/+23
2019-06-20scsi: aha152x: use sg helper to iterate over scatterlistFinn Thain1-23/+23
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-12/+1
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-11-02scsi: aha152x: rename the PCMCIA defineChristoph Hellwig1-7/+7
2018-06-19scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn1-33/+38
2017-08-25scsi: aha152x: drop host resetHannes Reinecke1-10/+3
2017-04-20Annotate hardware config module parameters in drivers/scsi/David Howells1-2/+2
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2015-02-02aha152x: replace seq_printf with seq_putsRasmus Villemoes1-124/+124
2015-02-02scsi: remove SPRINTF macroRasmus Villemoes1-149/+146
2014-11-12aha152x: debug output update and whitespace cleanupHannes Reinecke1-770/+224
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-3/+3
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker1-2/+2
2013-04-09aha152x: switch to ->show_info()Al Viro1-49/+12
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-07-20scsi: aha152x: Fix sparse warning and make printing pointer address more port...Krzysztof Wilczynski1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-06-29[SCSI] aha152x: add missing ISA PNP IDsOndrej Zary1-4/+13
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2008-10-16drivers/scsi: use nr_irqsYinghai Lu1-1/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-6/+6
2008-05-23scsi: fix integer as NULL pointer warningHarvey Harrison1-2/+2
2008-05-11[SCSI] aha152x: Fix oops on module removalJames Bottomley1-2/+2
2008-05-11[SCSI] aha152x: fix init suspiciously returned 1, it should follow 0/-E conve...James Bottomley1-2/+2
2008-04-28scsi: fix integer as NULL pointer warningsHarvey Harrison1-3/+3
2008-04-25[SCSI] aha152x, eata, u14-34f: minor irq handler cleanupsJeff Garzik1-6/+1
2008-01-11[SCSI] aha152x: Use scsi_eh API for REQUEST_SENSE invocationBoaz Harrosh1-30/+8
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-3/+3
2007-10-12[SCSI] aha152x: Close narrow race in releaseMatthew Wilcox1-2/+2
2007-08-04[SCSI] aha152x: use data accessors and !use_sg cleanupBoaz Harrosh1-44/+47
2007-08-04[SCSI] aha152x: Fix check_condition code-pathBoaz Harrosh1-28/+27
2007-08-04[SCSI] aha152x: Clean Reset pathBoaz Harrosh1-9/+9
2007-08-04[SCSI] aha152x: preliminary fixes and some commentsBoaz Harrosh1-4/+4
2007-08-04[SCSI] aha152x: use bounce bufferBoaz Harrosh1-0/+7
2007-08-04[SCSI] aha152x: fix debug mode symbol conflictBoaz Harrosh1-5/+5
2007-05-22[SCSI] aha152x: use wait_for_completion_timeoutChristoph Hellwig1-32/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+2
2006-10-11[PATCH] Use linux/io.h instead of asm/io.hMatthew Wilcox1-1/+1
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-6/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-09-23[SCSI] aha152x: remove static host arrayJames Bottomley1-29/+24
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig1-5/+9
2006-07-09[SCSI] aha152x: stop poking at saved scsi_cmnd membersChristoph Hellwig1-6/+23
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-03-14Merge ../linux-2.6James Bottomley1-33/+52
2006-02-28[SCSI] aha152x: fix variable use before initialisation and other bugsJürgen E. Fischer1-33/+52
2006-02-27[SCSI] Add spi_populate_*_msg functionsMatthew Wilcox1-6/+1
2005-12-15[SCSI] Rename scsi_print_msg to spi_print_msgMatthew Wilcox1-3/+4
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-2/+2
2005-10-28[SCSI] use sfoo_printk() in driversJeff Garzik1-2/+1
2005-06-17[SCSI] allow sleeping in ->eh_device_reset_handler()Jeff Garzik1-2/+0
2005-04-18[PATCH] remove outdated print_* functions1-8/+9
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3982