summaryrefslogtreecommitdiff
path: root/drivers/scsi/aic94xx
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen1-19/+2
2024-03-25scsi: aic94xx: Use LIBSAS_SHT_BASEJohn Garry1-19/+2
2024-03-25scsi: aic94xx: Add libsas SATA sysfs attributes groupIgor Pylypiv1-0/+8
2023-08-22scsi: libsas: Delete sas_ata_task.retry_countJohn Garry1-1/+1
2023-08-22scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry1-5/+1
2023-08-22scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry1-4/+3
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry1-2/+0
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry2-4/+4
2023-08-22scsi: libsas: Delete enum sas_phy_typeJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-06-01scsi: Add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-03-25scsi: aic94xx: Declare SCSI host template constBart Van Assche1-1/+1
2023-02-09scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang1-0/+3
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal1-1/+1
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry3-11/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry1-1/+1
2022-02-12scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-9/+0
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook1-2/+4
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-1/+3
2021-07-07scsi: aic94xx: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+3
2021-06-23scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-1/+1
2021-04-02scsi: aic94xx: Avoid -Wempty-body warningArnd Bergmann1-1/+1
2021-03-19scsi: aic94xx: Correct misspelling of function asd_dump_seq_state()Lee Jones1-1/+1
2021-03-16scsi: aic94xx: Remove code that has been unused for at least 13 yearsLee Jones1-184/+0
2021-03-16scsi: aic94xx: Fix asd_erase_nv_sector()'s headerLee Jones1-1/+1
2021-03-16scsi: aic94xx: Fix a couple of misnamed function namesLee Jones1-2/+2
2021-01-23scsi: aic94xx: Switch back to original libsas event notifiersAhmed S. Darwish1-16/+13
2021-01-23scsi: aic94xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-9/+16
2021-01-23scsi: libsas: Remove notifier indirectionJohn Garry1-11/+9
2020-12-02scsi: aic94xx: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+4
2020-10-27scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2020-09-16scsi: aic94xx: Remove unused inline functionYueHaibing1-8/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-6/+6
2020-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-10/+13
2020-07-25scsi: aic94xx: Fix kerneldoc formatting issue with 'task'Lee Jones1-1/+1
2020-07-25scsi: aic94xx: Fix a couple of kerneldoc formatting issuesLee Jones1-2/+2
2020-07-16scsi: aic94xx: Fix a couple of formatting and bitrot issuesLee Jones1-3/+3
2020-07-16scsi: aic94xx: Document 'lseq' and repair asd_update_port_links() headerLee Jones1-1/+5
2020-07-15scsi: aic94xx: Repair kerneldoc formatting error and remove extra paramLee Jones1-2/+1
2020-07-15scsi: aic94xx: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-06-16scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-05-12scsi: libsas: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-7/+7
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-07-30scsi: aic94xx: Remove unnecessary null checkYueHaibing1-6/+3
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1