summaryrefslogtreecommitdiff
path: root/drivers/scsi/aic7xxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-06scsi: aic7xxx: Return negative error codes in aic7770_probe()Su Hui1-3/+3
2023-12-06scsi: aic7xxx: Return ahc_linux_register_host()'s value rather than zeroSu Hui1-2/+1
2023-12-06scsi: aic7xxx: Return negative error codes in ahc_linux_register_host()Su Hui1-1/+1
2023-10-25scsi: aic79xx: Fix up NULL command in ahd_done()Hannes Reinecke1-2/+4
2023-10-13scsi: aic79xx: Do not reference SCSI command when resetting deviceHannes Reinecke1-6/+15
2023-10-13scsi: aic79xx: Make BUILD_SCSIID() a functionHannes Reinecke1-4/+7
2023-10-13scsi: aic7xxx: Do not reference SCSI command when resetting deviceHannes Reinecke1-51/+57
2023-10-13scsi: aic7xxx: Make BUILD_SCSIID() a functionHannes Reinecke1-6/+13
2023-07-31scsi: aic7xxx: Fix firmware build fatal errorWang Jinchao2-15/+4
2023-06-01scsi: Add HAS_IOPORT dependenciesNiklas Schnelle2-2/+2
2022-09-16scsi: aic79xx: Use __ro_after_init explicitlyKees Cook1-1/+1
2022-03-30scsi: aic7xxx: Use standard PCI subsystem, subdevice definesTom Rix4-9/+5
2022-03-15scsi: aic7xxx: Fix typos in commentsJulia Lawall1-1/+1
2022-01-05scsi: aic79xx: Remove redundant error variableMinghao Chi1-5/+1
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2-4/+2
2021-10-17scsi: aic7xxx: Call scsi_done() directlyBart Van Assche2-4/+2
2021-09-29scsi: aic7xxx: Fix a function name in commentsCai Huoqing2-2/+2
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-13/+7
2021-06-23scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King1-1/+1
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke2-13/+7
2021-05-22scsi: aic7xxx: Remove multiple definition of globalsTom Rix2-2/+1
2021-05-22scsi: aic7xxx: Restore several defines for aic7xxx firmware buildTom Rix1-0/+11
2021-02-23scsi: aic7xxx: Remove unused function pointer typedef ahc_bus_suspend/resume_tChen Lin1-2/+0
2021-02-23scsi: aic79xx: Fix spelling of versionBhaskar Chowdhury1-1/+1
2021-01-23scsi: aic7xxx: aic79xx: Drop internal SCSI message definitionHannes Reinecke5-177/+137
2021-01-23scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitionsHannes Reinecke5-36/+21
2021-01-23scsi: aic7xxx: aic79xx: Kill pointless forward declarationsHannes Reinecke2-46/+0
2021-01-23scsi: aic7xxx: aic79xx: Whitespace cleanupHannes Reinecke10-209/+208
2020-12-02scsi: aic7xxx: Fix fall-through warnings for ClangGustavo A. R. Silva2-3/+5
2020-11-26scsi: aic79xx: Use generic power managementVaibhav Gupta4-49/+20
2020-11-26scsi: aic7xxx: Use generic power managementVaibhav Gupta4-49/+17
2020-11-11scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid'Lee Jones1-2/+1
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-10/+7
2020-09-16scsi: aic7xxx: Use kmemdup() in two placesAlex Dewar2-4/+2
2020-08-25scsi: aic7xxx: Fix error code handlingTong Zhang1-2/+2
2020-08-25scsi: aic7xxx: Remove pci-dma-compat wrapper APISuraj Upadhyay1-4/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-35/+35
2020-07-25scsi: aic7xxx: Remove set but unused variables 'targ_info' and 'value'Lee Jones1-7/+0
2020-07-25scsi: aic7xxx: aic79xx_core: Remove a bunch of unused variablesLee Jones1-10/+3
2020-07-25scsi: aic79xx: Restore modes when exiting ahd_linux_queue_abort_cmd()Hannes Reinecke1-16/+7
2020-07-16scsi: aic7xxx: Fix 'amount_xferred' set but not used issueLee Jones1-0/+2
2020-07-16scsi: aic7xxx: Remove unused variables 'wait' and 'paused'Lee Jones1-4/+1
2020-07-16scsi: aic7xxx: Remove unused variable 'ahd'Lee Jones1-3/+0
2020-07-15scsi: aic7xxx: Fix 'amount_xferred' set but not used issueLee Jones1-0/+2
2020-07-15scsi: aic7xxx: Remove unused variable 'targ'Lee Jones1-2/+0
2020-07-15scsi: aic7xxx: Remove unused variable 'ahc'Lee Jones1-4/+0
2020-07-15scsi: aic7xxx: Remove unused variable 'tinfo'Lee Jones1-5/+0
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-5/+5
2020-04-24scsi: aic7xxx: Remove unnecessary NULL checks before kfreeAlex Dewar2-20/+10