summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-26/+26
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-8/+8
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro-4/+4
2025-08-13scsi: switch scsi_bios_ptable() and scsi_partsize() to gendiskAl Viro-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-01-10scsi: aic7xxx: Fix build 'aicasm' warningwangdicheng-0/+5
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-4/+4
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-4/+4
2024-10-03scsi: aic7xxx: Remove unused aic7770_find_device()Dr. David Alan Gilbert-17/+0
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+6
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-6/+6
2024-04-08scsi: aic7xxx: Indent kconfig help textPrasad Pandit-85/+87
2023-12-05scsi: aic7xxx: Return negative error codes in aic7770_probe()Su Hui-3/+3
2023-12-05scsi: aic7xxx: Return ahc_linux_register_host()'s value rather than zeroSu Hui-2/+1
2023-12-05scsi: aic7xxx: Return negative error codes in ahc_linux_register_host()Su Hui-1/+1
2023-10-24scsi: aic79xx: Fix up NULL command in ahd_done()Hannes Reinecke-2/+4
2023-10-13scsi: aic79xx: Do not reference SCSI command when resetting deviceHannes Reinecke-6/+15
2023-10-13scsi: aic79xx: Make BUILD_SCSIID() a functionHannes Reinecke-4/+7
2023-10-13scsi: aic7xxx: Do not reference SCSI command when resetting deviceHannes Reinecke-51/+57
2023-10-13scsi: aic7xxx: Make BUILD_SCSIID() a functionHannes Reinecke-6/+13
2023-07-31scsi: aic7xxx: Fix firmware build fatal errorWang Jinchao-15/+4
2023-05-31scsi: Add HAS_IOPORT dependenciesNiklas Schnelle-2/+2
2022-09-15scsi: aic79xx: Use __ro_after_init explicitlyKees Cook-1/+1
2022-03-30scsi: aic7xxx: Use standard PCI subsystem, subdevice definesTom Rix-9/+5
2022-03-15scsi: aic7xxx: Fix typos in commentsJulia Lawall-1/+1
2022-01-05scsi: aic79xx: Remove redundant error variableMinghao Chi-5/+1
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche-4/+2
2021-10-16scsi: aic7xxx: Call scsi_done() directlyBart Van Assche-4/+2
2021-09-28scsi: aic7xxx: Fix a function name in commentsCai Huoqing-2/+2
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-13/+7
2021-06-22scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King-1/+1
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke-13/+7
2021-05-21scsi: aic7xxx: Remove multiple definition of globalsTom Rix-2/+1
2021-05-21scsi: aic7xxx: Restore several defines for aic7xxx firmware buildTom Rix-0/+11
2021-02-22scsi: aic7xxx: Remove unused function pointer typedef ahc_bus_suspend/resume_tChen Lin-2/+0
2021-02-22scsi: aic79xx: Fix spelling of versionBhaskar Chowdhury-1/+1
2021-01-22scsi: aic7xxx: aic79xx: Drop internal SCSI message definitionHannes Reinecke-177/+137
2021-01-22scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitionsHannes Reinecke-36/+21
2021-01-22scsi: aic7xxx: aic79xx: Kill pointless forward declarationsHannes Reinecke-46/+0
2021-01-22scsi: aic7xxx: aic79xx: Whitespace cleanupHannes Reinecke-209/+208
2020-12-02scsi: aic7xxx: Fix fall-through warnings for ClangGustavo A. R. Silva-3/+5
2020-11-25scsi: aic79xx: Use generic power managementVaibhav Gupta-49/+20
2020-11-25scsi: aic7xxx: Use generic power managementVaibhav Gupta-49/+17
2020-11-10scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid'Lee Jones-2/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-10/+7
2020-09-15scsi: aic7xxx: Use kmemdup() in two placesAlex Dewar-4/+2
2020-08-24scsi: aic7xxx: Fix error code handlingTong Zhang-2/+2
2020-08-24scsi: aic7xxx: Remove pci-dma-compat wrapper APISuraj Upadhyay-4/+3