summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-35/+35
* scsi: aic7xxx: Remove set but unused variables 'targ_info' and 'value'Lee Jones2020-07-241-7/+0
* scsi: aic7xxx: aic79xx_core: Remove a bunch of unused variablesLee Jones2020-07-241-10/+3
* scsi: aic79xx: Restore modes when exiting ahd_linux_queue_abort_cmd()Hannes Reinecke2020-07-241-16/+7
* scsi: aic7xxx: Fix 'amount_xferred' set but not used issueLee Jones2020-07-151-0/+2
* scsi: aic7xxx: Remove unused variables 'wait' and 'paused'Lee Jones2020-07-151-4/+1
* scsi: aic7xxx: Remove unused variable 'ahd'Lee Jones2020-07-151-3/+0
* scsi: aic7xxx: Fix 'amount_xferred' set but not used issueLee Jones2020-07-151-0/+2
* scsi: aic7xxx: Remove unused variable 'targ'Lee Jones2020-07-151-2/+0
* scsi: aic7xxx: Remove unused variable 'ahc'Lee Jones2020-07-151-4/+0
* scsi: aic7xxx: Remove unused variable 'tinfo'Lee Jones2020-07-151-5/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-5/+5
* scsi: aic7xxx: Remove unnecessary NULL checks before kfreeAlex Dewar2020-04-242-20/+10
* scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset()Alex Dewar2020-04-242-4/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-101-23/+0
|\
| * scsi: aic7xxx: Remove more FreeBSD-specific codeAlex Dewar2020-03-311-23/+0
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-023-23/+3
|\ \ \ | | |/ | |/|
| * | scsi: aic7xxx: aic97xx: Remove FreeBSD-specific codeAlex Dewar2020-03-261-21/+1
| * | scsi: docs: convert aic7xxx.txt to ReSTMauro Carvalho Chehab2020-03-111-1/+1
| * | scsi: docs: convert aic79xx.txt to ReSTMauro Carvalho Chehab2020-03-111-1/+1
| |/
* / scsi: simplify scsi_partsizeChristoph Hellwig2020-03-242-20/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-1/+1
|\
| * scsi: aic7xxx: Adjust indentation in ahc_find_syncrateNathan Chancellor2019-12-191-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-1/+1
|\
| * scsi: aic7xxx: Spelling s/configuraion/configuration/Geert Uytterhoeven2019-06-181-1/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-082-2/+2
|\
| * scsi: aic7xxx: improve the Kconfig entryChristoph Hellwig2019-04-291-1/+1
| * scsi: aic7xxx: fix spelling mistake "recevied" -> "received"Colin Ian King2019-04-181-1/+1
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-3/+9
|\ \
| * | scsi: aic7xxx: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-3/+9
| |/
* / scsi: aic7xxx: fix EISA supportChristoph Hellwig2019-04-184-6/+7
|/
* scsi: remove unneeded header search pathsMasahiro Yamada2019-01-291-1/+0
* scsi: aic7xxx: aic79xx: mark expected switch fall-throughGustavo A. R. Silva2019-01-111-5/+9
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-182-2/+0
* scsi: aic7xxx: remove set but not used variable 'shared_scb_data'YueHaibing2018-09-171-2/+0
* scsi: aic7xxx: remove unused redundant variable num_chip_namesColin Ian King2018-09-112-2/+0
* scsi: aic7xxx: Fix build using bare-metal toolchainSam Protsenko2018-08-3015-147/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-141-4/+4
|\
| * scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahdColin Ian King2018-06-071-4/+4
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
|/
* Merge branch 'fixes' into miscJames Bottomley2018-04-031-34/+0
|\
| * scsi: aic7xxx: remove aiclib.cCorentin Labbe2018-01-301-34/+0
* | scsi: aic7xxx: aic79xx: remove VLAsStephen Kitt2018-03-155-14/+11
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-142-2/+2
|\
| * scsi: aic7xxx: make a couple of functions staticColin Ian King2017-10-162-2/+2