summaryrefslogtreecommitdiff
path: root/drivers/scsi/aha1542.c
AgeCommit message (Expand)Author
2023-03-24scsi: aha1542: Declare SCSI host template constBart Van Assche
2022-04-25scsi: aha1542: Remove unneeded semicolonHaowen Bai
2022-02-22scsi: aha1542: Remove a set-but-not-used arrayBart Van Assche
2021-10-19scsi: aha1542: Use memcpy_{from,to}_bvec()Christoph Hellwig
2021-10-16scsi: aha1542: Call scsi_done() directlyBart Van Assche
2021-08-11scsi: aha1542: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-04-06aha1542: use a local bounce bufferChristoph Hellwig
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König
2021-01-13scsi: aha1542: Fix multi-line comment styleSergey Shtylyov
2021-01-13scsi: aha1542: Kill trailing whitespaceSergey Shtylyov
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
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