summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha1542.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* scsi: aha1542: Fix zeroday __udivdi3 warningJames Bottomley2018-12-081-1/+1
* scsi: aha1542: convert to DMA mapping APIChristoph Hellwig2018-11-221-35/+91
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* scsi: aha1542: constify pnp_device_idArvind Yadav2017-08-251-1/+1
* Annotate hardware config module parameters in drivers/scsi/David Howells2017-04-201-1/+1
* scsi: aha1542: avoid uninitialized variable warningsArnd Bergmann2016-02-241-0/+3
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-06-011-1/+0Star
* aha1542: Allocate memory before taking a lockOndrej Zary2015-04-271-12/+11Star
* aha1542: remove loop from aha1542_outbOndrej Zary2015-04-101-8/+5Star
* aha1542: Fix bus resetOndrej Zary2015-04-101-1/+1
* aha1542: rework lockingOndrej Zary2015-04-101-84/+34Star
* aha1542: Don't reduce functionality with DEBUG enabledOndrej Zary2015-04-101-21/+10Star
* aha1542: Use print_hex_dump_bytes in debug codeOndrej Zary2015-04-101-26/+8Star
* aha1542: remove DEB macro and simplify debug codeOndrej Zary2015-04-101-34/+22Star
* aha1542: Use shost_printk instead of printkOndrej Zary2015-04-101-35/+32Star
* aha1542: Change aha1542_set_bus_times parametersOndrej Zary2015-04-101-18/+16Star
* aha1542: Pass struct Scsi_Host * to functionsOndrej Zary2015-04-101-62/+63
* aha1542: cleanup includesOndrej Zary2015-04-101-8/+3Star
* aha1542: remove useless changelogOndrej Zary2015-04-101-22/+3Star
* aha1542: Always name Scsi_Host variables shOndrej Zary2015-04-101-49/+49
* aha1524: Use struct scsi_cmndOndrej Zary2015-04-101-75/+75
* aha1542: clean up cmd variablesOndrej Zary2015-04-101-29/+24Star
* aha1542: Simplify aha1542_biosparamOndrej Zary2015-04-101-13/+8Star
* aha1542: rework configuration parametersOndrej Zary2015-04-101-159/+54Star
* aha1542: rework hw_initOndrej Zary2015-04-101-81/+58Star
* aha1542: Call wait_mask from aha1542_outOndrej Zary2015-04-101-10/+7Star
* aha1542: split out code from aha1542_hw_initOndrej Zary2015-04-101-30/+35
* aha1542: Merge aha1542_host_reset and aha1542_bus_resetOndrej Zary2015-04-101-68/+14Star
* aha1542: Remove aha1542_restartOndrej Zary2015-04-101-26/+2Star
* aha1542: remove useless code from aha1542_test_portOndrej Zary2015-04-101-14/+1Star
* aha1542: Remove unneeded gotosOndrej Zary2015-04-101-39/+19Star
* aha1542: Split aha1542_outOndrej Zary2015-04-101-40/+35Star
* aha1542: Unify aha1542_in and aha1542_in1Ondrej Zary2015-04-101-26/+7Star
* aha1542: Remove WAIT and WAITd macrosOndrej Zary2015-04-101-47/+57
* aha1542: remove empty aha1542_statOndrej Zary2015-04-101-15/+1Star
* aha1542: Reorder functions to remove forward declarationsOndrej Zary2015-04-101-27/+24Star
* aha1542: Use u8 instead of uncharOndrej Zary2015-04-101-25/+25
* aha1542: Convert aha1542_intr_reset to functionOndrej Zary2015-04-101-1/+4
* aha1542: Remove HOSTDATA macroOndrej Zary2015-04-101-59/+55Star
* aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUNOndrej Zary2015-04-101-13/+10Star
* aha1542: remove dead codeOndrej Zary2015-04-101-242/+1Star
* aha1542: Stop using scsi_module.cOndrej Zary2015-04-101-132/+168
* treewide: Put a space between #include and FILEPaul Bolle2012-06-281-1/+1
* scsi: delete the MCA specific drivers and driver codePaul Gortmaker2012-05-181-64/+2Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* aha1532: remove ISA_DMA_THRESHOLD usageFUJITA Tomonori2010-08-071-25/+0Star