aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha1542.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-07scsi: aha1542: Fix zeroday __udivdi3 warningJames Bottomley1-1/+1
2018-11-21scsi: aha1542: convert to DMA mapping APIChristoph Hellwig1-35/+91
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2017-08-24scsi: aha1542: constify pnp_device_idArvind Yadav1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/scsi/David Howells1-1/+1
2016-02-23scsi: aha1542: avoid uninitialized variable warningsArnd Bergmann1-0/+3
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2015-04-27aha1542: Allocate memory before taking a lockOndrej Zary1-12/+11
2015-04-09aha1542: remove loop from aha1542_outbOndrej Zary1-8/+5
2015-04-09aha1542: Fix bus resetOndrej Zary1-1/+1
2015-04-09aha1542: rework lockingOndrej Zary1-84/+34
2015-04-09aha1542: Don't reduce functionality with DEBUG enabledOndrej Zary1-21/+10
2015-04-09aha1542: Use print_hex_dump_bytes in debug codeOndrej Zary1-26/+8
2015-04-09aha1542: remove DEB macro and simplify debug codeOndrej Zary1-34/+22
2015-04-09aha1542: Use shost_printk instead of printkOndrej Zary1-35/+32
2015-04-09aha1542: Change aha1542_set_bus_times parametersOndrej Zary1-18/+16
2015-04-09aha1542: Pass struct Scsi_Host * to functionsOndrej Zary1-62/+63
2015-04-09aha1542: cleanup includesOndrej Zary1-8/+3
2015-04-09aha1542: remove useless changelogOndrej Zary1-22/+3
2015-04-09aha1542: Always name Scsi_Host variables shOndrej Zary1-49/+49
2015-04-09aha1524: Use struct scsi_cmndOndrej Zary1-75/+75
2015-04-09aha1542: clean up cmd variablesOndrej Zary1-29/+24
2015-04-09aha1542: Simplify aha1542_biosparamOndrej Zary1-13/+8
2015-04-09aha1542: rework configuration parametersOndrej Zary1-159/+54
2015-04-09aha1542: rework hw_initOndrej Zary1-81/+58
2015-04-09aha1542: Call wait_mask from aha1542_outOndrej Zary1-10/+7
2015-04-09aha1542: split out code from aha1542_hw_initOndrej Zary1-30/+35
2015-04-09aha1542: Merge aha1542_host_reset and aha1542_bus_resetOndrej Zary1-68/+14
2015-04-09aha1542: Remove aha1542_restartOndrej Zary1-26/+2
2015-04-09aha1542: remove useless code from aha1542_test_portOndrej Zary1-14/+1
2015-04-09aha1542: Remove unneeded gotosOndrej Zary1-39/+19
2015-04-09aha1542: Split aha1542_outOndrej Zary1-40/+35
2015-04-09aha1542: Unify aha1542_in and aha1542_in1Ondrej Zary1-26/+7
2015-04-09aha1542: Remove WAIT and WAITd macrosOndrej Zary1-47/+57
2015-04-09aha1542: remove empty aha1542_statOndrej Zary1-15/+1
2015-04-09aha1542: Reorder functions to remove forward declarationsOndrej Zary1-27/+24
2015-04-09aha1542: Use u8 instead of uncharOndrej Zary1-25/+25
2015-04-09aha1542: Convert aha1542_intr_reset to functionOndrej Zary1-1/+4
2015-04-09aha1542: Remove HOSTDATA macroOndrej Zary1-59/+55
2015-04-09aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUNOndrej Zary1-13/+10
2015-04-09aha1542: remove dead codeOndrej Zary1-242/+1
2015-04-09aha1542: Stop using scsi_module.cOndrej Zary1-132/+168
2012-06-28treewide: Put a space between #include and FILEPaul Bolle1-1/+1
2012-05-17scsi: delete the MCA specific drivers and driver codePaul Gortmaker1-64/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-08-07aha1532: remove ISA_DMA_THRESHOLD usageFUJITA Tomonori1-25/+0