summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha1542.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* scsi: aha1542: constify pnp_device_idArvind Yadav2017-08-241-1/+1
* Annotate hardware config module parameters in drivers/scsi/David Howells2017-04-201-1/+1
* scsi: aha1542: avoid uninitialized variable warningsArnd Bergmann2016-02-231-0/+3
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-311-1/+0
* aha1542: Allocate memory before taking a lockOndrej Zary2015-04-271-12/+11
* aha1542: remove loop from aha1542_outbOndrej Zary2015-04-091-8/+5
* aha1542: Fix bus resetOndrej Zary2015-04-091-1/+1
* aha1542: rework lockingOndrej Zary2015-04-091-84/+34
* aha1542: Don't reduce functionality with DEBUG enabledOndrej Zary2015-04-091-21/+10
* aha1542: Use print_hex_dump_bytes in debug codeOndrej Zary2015-04-091-26/+8
* aha1542: remove DEB macro and simplify debug codeOndrej Zary2015-04-091-34/+22
* aha1542: Use shost_printk instead of printkOndrej Zary2015-04-091-35/+32
* aha1542: Change aha1542_set_bus_times parametersOndrej Zary2015-04-091-18/+16
* aha1542: Pass struct Scsi_Host * to functionsOndrej Zary2015-04-091-62/+63
* aha1542: cleanup includesOndrej Zary2015-04-091-8/+3
* aha1542: remove useless changelogOndrej Zary2015-04-091-22/+3
* aha1542: Always name Scsi_Host variables shOndrej Zary2015-04-091-49/+49
* aha1524: Use struct scsi_cmndOndrej Zary2015-04-091-75/+75
* aha1542: clean up cmd variablesOndrej Zary2015-04-091-29/+24
* aha1542: Simplify aha1542_biosparamOndrej Zary2015-04-091-13/+8
* aha1542: rework configuration parametersOndrej Zary2015-04-091-159/+54
* aha1542: rework hw_initOndrej Zary2015-04-091-81/+58
* aha1542: Call wait_mask from aha1542_outOndrej Zary2015-04-091-10/+7
* aha1542: split out code from aha1542_hw_initOndrej Zary2015-04-091-30/+35
* aha1542: Merge aha1542_host_reset and aha1542_bus_resetOndrej Zary2015-04-091-68/+14
* aha1542: Remove aha1542_restartOndrej Zary2015-04-091-26/+2
* aha1542: remove useless code from aha1542_test_portOndrej Zary2015-04-091-14/+1
* aha1542: Remove unneeded gotosOndrej Zary2015-04-091-39/+19
* aha1542: Split aha1542_outOndrej Zary2015-04-091-40/+35
* aha1542: Unify aha1542_in and aha1542_in1Ondrej Zary2015-04-091-26/+7
* aha1542: Remove WAIT and WAITd macrosOndrej Zary2015-04-091-47/+57
* aha1542: remove empty aha1542_statOndrej Zary2015-04-091-15/+1
* aha1542: Reorder functions to remove forward declarationsOndrej Zary2015-04-091-27/+24
* aha1542: Use u8 instead of uncharOndrej Zary2015-04-091-25/+25
* aha1542: Convert aha1542_intr_reset to functionOndrej Zary2015-04-091-1/+4
* aha1542: Remove HOSTDATA macroOndrej Zary2015-04-091-59/+55
* aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUNOndrej Zary2015-04-091-13/+10
* aha1542: remove dead codeOndrej Zary2015-04-091-242/+1
* aha1542: Stop using scsi_module.cOndrej Zary2015-04-091-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-171-64/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* 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/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] aha1542: minor irq handler cleanupsJeff Garzik2008-04-271-16/+10
* MAINTAINERS: remove Adam Fritzler, remove his email address in other sourcesJoe Perches2008-02-031-1/+1
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-2/+2
OpenPOWER on IntegriCloud