summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-133-32/+9
|\ \
| * | scsi: aic7xxx: Convert timers to use timer_setup()Kees Cook2017-11-013-32/+9
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* scsi: aic7xxx: regenerate firmware filesMichał Mirosław2017-08-103-1102/+227
* scsi: aic7xxx: fix firmware build depsMichał Mirosław2017-08-071-2/+4
* scsi: aic7xxx: remove empty functionMichał Mirosław2017-08-073-7/+0
* scsi: aic7xxx: fix firmware build with O=pathJakub Kicinski2017-07-242-30/+35
* scsi: aic7xxx: fix order of arguments in function prototypeColin Ian King2017-04-191-2/+2
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* aic7xxx: Fix queue depth handlingAlan2016-02-231-0/+1