summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/myrb.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2024-04-011-10/+10
* scsi: myrb: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: myrb: Fix up null pointer access on myrb_cleanup()Hannes Reinecke2022-05-231-3/+8
* scsi: myrb: Don't use GFP_DMA in myrb_pdev_slave_alloc()Christoph Hellwig2021-12-221-1/+1
* scsi: myrb: Switch to attribute groupsBart Van Assche2021-10-161-12/+16
* scsi: myrb: Call scsi_done() directlyBart Van Assche2021-10-161-16/+16
* scsi: myrb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-5/+6
* scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-05-311-49/+15
* scsi: myrb: Remove unused functionsBart Van Assche2021-04-151-71/+0
* scsi: myrb: Make symbols DAC960_{LA/PG/PD/P}_privdata staticShixin Liu2021-03-291-4/+4
* scsi: myrb: Demote non-conformant kernel-doc headers and fix othersLee Jones2021-03-181-24/+23
* scsi: myrb: Remove WARN_ON(in_interrupt())Ahmed S. Darwish2020-12-011-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-3/+2
|\
| * scsi: myrb: Fix inconsistent format argument typesYe Bin2020-10-071-2/+2
| * scsi: myrb: Remove redundant assignment to variable timeoutJing Xiangfeng2020-10-071-1/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-3/+3
|\|
| * scsi: myrb: Make some symblos staticJason Yan2020-09-151-3/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
|/
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-0/+3
|\
| * scsi: myrb: Mark expected switch fall-throughsGustavo A. R. Silva2018-12-201-0/+3
| * scsi: myrb: remove the dma_boundary limitChristoph Hellwig2018-12-191-1/+0
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
| * scsi: make sure all drivers set the use_clustering flagChristoph Hellwig2018-12-181-0/+1
* | scsi: myrb: fix sprintf buffer overflow warningArnd Bergmann2018-11-051-1/+2
|/
* scsi: myrb: Add Mylex RAID controller (block interface)Hannes Reinecke2018-10-171-0/+3656