summaryrefslogtreecommitdiff
path: root/drivers/scsi/aha1542.c
Commit message (Expand)AuthorAge
* scsi: aha1542: constify pnp_device_idArvind Yadav2017-08-24
* Annotate hardware config module parameters in drivers/scsi/David Howells2017-04-20
* scsi: aha1542: avoid uninitialized variable warningsArnd Bergmann2016-02-23
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-31
* aha1542: Allocate memory before taking a lockOndrej Zary2015-04-27
* aha1542: remove loop from aha1542_outbOndrej Zary2015-04-09
* aha1542: Fix bus resetOndrej Zary2015-04-09
* aha1542: rework lockingOndrej Zary2015-04-09
* aha1542: Don't reduce functionality with DEBUG enabledOndrej Zary2015-04-09
* aha1542: Use print_hex_dump_bytes in debug codeOndrej Zary2015-04-09
* aha1542: remove DEB macro and simplify debug codeOndrej Zary2015-04-09
* aha1542: Use shost_printk instead of printkOndrej Zary2015-04-09
* aha1542: Change aha1542_set_bus_times parametersOndrej Zary2015-04-09
* aha1542: Pass struct Scsi_Host * to functionsOndrej Zary2015-04-09
* aha1542: cleanup includesOndrej Zary2015-04-09
* aha1542: remove useless changelogOndrej Zary2015-04-09
* aha1542: Always name Scsi_Host variables shOndrej Zary2015-04-09
* aha1524: Use struct scsi_cmndOndrej Zary2015-04-09
* aha1542: clean up cmd variablesOndrej Zary2015-04-09
* aha1542: Simplify aha1542_biosparamOndrej Zary2015-04-09
* aha1542: rework configuration parametersOndrej Zary2015-04-09
* aha1542: rework hw_initOndrej Zary2015-04-09
* aha1542: Call wait_mask from aha1542_outOndrej Zary2015-04-09
* aha1542: split out code from aha1542_hw_initOndrej Zary2015-04-09
* aha1542: Merge aha1542_host_reset and aha1542_bus_resetOndrej Zary2015-04-09
* aha1542: Remove aha1542_restartOndrej Zary2015-04-09
* aha1542: remove useless code from aha1542_test_portOndrej Zary2015-04-09
* aha1542: Remove unneeded gotosOndrej Zary2015-04-09
* aha1542: Split aha1542_outOndrej Zary2015-04-09
* aha1542: Unify aha1542_in and aha1542_in1Ondrej Zary2015-04-09
* aha1542: Remove WAIT and WAITd macrosOndrej Zary2015-04-09
* aha1542: remove empty aha1542_statOndrej Zary2015-04-09
* aha1542: Reorder functions to remove forward declarationsOndrej Zary2015-04-09
* aha1542: Use u8 instead of uncharOndrej Zary2015-04-09
* aha1542: Convert aha1542_intr_reset to functionOndrej Zary2015-04-09
* aha1542: Remove HOSTDATA macroOndrej Zary2015-04-09
* aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUNOndrej Zary2015-04-09
* aha1542: remove dead codeOndrej Zary2015-04-09
* aha1542: Stop using scsi_module.cOndrej Zary2015-04-09
* treewide: Put a space between #include and FILEPaul Bolle2012-06-28
* scsi: delete the MCA specific drivers and driver codePaul Gortmaker2012-05-17
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-13
* SCSI host lock push-downJeff Garzik2010-11-16
* aha1532: remove ISA_DMA_THRESHOLD usageFUJITA Tomonori2010-08-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* [SCSI] aha1542: minor irq handler cleanupsJeff Garzik2008-04-27
* MAINTAINERS: remove Adam Fritzler, remove his email address in other sourcesJoe Perches2008-02-03
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-23
* [SCSI] aha1542: convert to accessors and !use_sg cleanupBoaz Harrosh2008-01-11