summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha1542.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: aha1542: Declare SCSI host template constBart Van Assche2023-03-241-2/+3
* scsi: aha1542: Remove unneeded semicolonHaowen Bai2022-04-251-10/+10
* scsi: aha1542: Remove a set-but-not-used arrayBart Van Assche2022-02-221-2/+1
* scsi: aha1542: Use memcpy_{from,to}_bvec()Christoph Hellwig2021-10-191-4/+2
* scsi: aha1542: Call scsi_done() directlyBart Van Assche2021-10-161-6/+4
* scsi: aha1542: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-2/+4
* aha1542: use a local bounce bufferChristoph Hellwig2021-04-061-48/+57
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-02-221-51/+82
|\
| * scsi: aha1542: Fix multi-line comment styleSergey Shtylyov2021-01-131-44/+75
| * scsi: aha1542: Kill trailing whitespaceSergey Shtylyov2021-01-131-7/+7
* | isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-2/+1
|/
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: aha1542: Fix zeroday __udivdi3 warningJames Bottomley2018-12-071-1/+1
* scsi: aha1542: convert to DMA mapping APIChristoph Hellwig2018-11-211-35/+91
* 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