aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/myrs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-16scsi: myrs: Switch to attribute groupsBart Van Assche1-18/+22
2021-10-16scsi: myrs: Call scsi_done() directlyBart Van Assche1-5/+5
2021-08-11scsi: myrs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-7/+2
2021-04-15scsi: myrs: Remove unused functionsBart Van Assche1-99/+0
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-1/+1
2021-03-29scsi: myrs: Make symbols DAC960_{GEM/BA/LP}_privdata staticShixin Liu1-3/+3
2021-03-18scsi: myrs: Add missing ':' to make the kernel-doc checker happyLee Jones1-3/+3
2021-03-15scsi: myrs: Fix a double free in myrs_cleanup()Lv Yunlong1-1/+1
2021-03-15scsi: myrs: Remove a couple of unused 'status' variablesLee Jones1-4/+2
2020-12-01scsi: myrs: Remove WARN_ON(in_interrupt())Ahmed S. Darwish1-1/+0
2020-09-15scsi: myrs: Make some symbols staticJason Yan1-4/+4
2020-07-15scsi: myrs: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-17/+17
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-05-20scsi: myrs: Fix uninitialized variableYueHaibing1-1/+1
2018-11-05scsi: myrs: avoid stack overflow warningArnd Bergmann1-5/+8
2018-10-19scsi: myrs: Fix the processor absent message in processor_show()Dan Carpenter1-2/+2
2018-10-19scsi: myrs: Fix a logical vs bitwise bugDan Carpenter1-1/+1
2018-10-19scsi: myrs: fix build failure on 32 bitJames Bottomley1-3/+4
2018-10-17scsi: myrs: Add Mylex RAID controller (SCSI interface)Hannes Reinecke1-0/+3267