aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/aha1542.c
AgeCommit message (Expand)Author
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-07scsi: aha1542: Fix zeroday __udivdi3 warningJames Bottomley
2018-11-21scsi: aha1542: convert to DMA mapping APIChristoph Hellwig
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-08-24scsi: aha1542: constify pnp_device_idArvind Yadav
2017-04-20Annotate hardware config module parameters in drivers/scsi/David Howells
2016-02-23scsi: aha1542: avoid uninitialized variable warningsArnd Bergmann
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke
2015-04-27aha1542: Allocate memory before taking a lockOndrej Zary
2015-04-09aha1542: remove loop from aha1542_outbOndrej Zary
2015-04-09aha1542: Fix bus resetOndrej Zary
2015-04-09aha1542: rework lockingOndrej Zary
2015-04-09aha1542: Don't reduce functionality with DEBUG enabledOndrej Zary
2015-04-09aha1542: Use print_hex_dump_bytes in debug codeOndrej Zary
2015-04-09aha1542: remove DEB macro and simplify debug codeOndrej Zary
2015-04-09aha1542: Use shost_printk instead of printkOndrej Zary
2015-04-09aha1542: Change aha1542_set_bus_times parametersOndrej Zary
2015-04-09aha1542: Pass struct Scsi_Host * to functionsOndrej Zary
2015-04-09aha1542: cleanup includesOndrej Zary
2015-04-09aha1542: remove useless changelogOndrej Zary
2015-04-09aha1542: Always name Scsi_Host variables shOndrej Zary
2015-04-09aha1524: Use struct scsi_cmndOndrej Zary
2015-04-09aha1542: clean up cmd variablesOndrej Zary
2015-04-09aha1542: Simplify aha1542_biosparamOndrej Zary
2015-04-09aha1542: rework configuration parametersOndrej Zary
2015-04-09aha1542: rework hw_initOndrej Zary
2015-04-09aha1542: Call wait_mask from aha1542_outOndrej Zary
2015-04-09aha1542: split out code from aha1542_hw_initOndrej Zary
2015-04-09aha1542: Merge aha1542_host_reset and aha1542_bus_resetOndrej Zary
2015-04-09aha1542: Remove aha1542_restartOndrej Zary
2015-04-09aha1542: remove useless code from aha1542_test_portOndrej Zary
2015-04-09aha1542: Remove unneeded gotosOndrej Zary
2015-04-09aha1542: Split aha1542_outOndrej Zary
2015-04-09aha1542: Unify aha1542_in and aha1542_in1Ondrej Zary
2015-04-09aha1542: Remove WAIT and WAITd macrosOndrej Zary
2015-04-09aha1542: remove empty aha1542_statOndrej Zary
2015-04-09aha1542: Reorder functions to remove forward declarationsOndrej Zary
2015-04-09aha1542: Use u8 instead of uncharOndrej Zary
2015-04-09aha1542: Convert aha1542_intr_reset to functionOndrej Zary
2015-04-09aha1542: Remove HOSTDATA macroOndrej Zary
2015-04-09aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUNOndrej Zary
2015-04-09aha1542: remove dead codeOndrej Zary
2015-04-09aha1542: Stop using scsi_module.cOndrej Zary
2012-06-28treewide: Put a space between #include and FILEPaul Bolle
2012-05-17scsi: delete the MCA specific drivers and driver codePaul Gortmaker
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2010-11-16SCSI host lock push-downJeff Garzik
2010-08-07aha1532: remove ISA_DMA_THRESHOLD usageFUJITA Tomonori
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo