aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_mbox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15scsi: megaraid: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang1-2/+2
2022-07-26scsi: megaraid: Remove the static variable initialisationJason Wang1-1/+1
2021-11-29scsi: megaraid: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-10-16scsi: megaraid_mbox: Switch to attribute groupsBart Van Assche1-6/+9
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+2
2021-10-16scsi: megaraid_mbox: Call scsi_done() directlyBart Van Assche1-5/+4
2021-06-22scsi: megaraid_mbox: Use DEVICE_ATTR_ADMIN_RO() macroZhen Lei1-10/+8
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-2/+2
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-5/+2
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-9/+5
2021-05-10scsi: megaraid_mbox: Remove redundant initialization of pointer mboxColin Ian King1-2/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-2/+0
2021-03-15scsi: megaraid_mbox: Fix function name megaraid_queue_command_lck() in descriptionLee Jones1-1/+1
2021-01-29scsi: megaraid_mbox: Fix spelling of 'allocated'dingsenjie1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-08scsi: megaraid: Fix kdoc comments formatDamien Le Moal1-2/+2
2020-04-14scsi: megaraid: make two symbols static in megaraid_mbox.cJason Yan1-3/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-7/+8
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-07scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer1-6/+3
2018-10-17scsi: megaraid_mbox: switch to generic DMA APIChristoph Hellwig1-26/+25
2018-10-16scsi: megaraid_mbox: remove set but not used variablesYueHaibing1-27/+0
2018-10-15scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig1-34/+1
2018-09-25scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"Colin Ian King1-2/+2
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook1-14/+12
2017-08-25scsi: megaraid_mbox: drop duplicate bus reset and device reset functionHannes Reinecke1-2/+0
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier1-15/+15
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-20/+1
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig1-2/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-08-08scsi: use pci_zalloc_consistentJoe Perches1-9/+7
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-6/+0
2013-08-20scsi/megaraid fixed several typos in commentsMatthias Schid1-5/+5
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-07-20[SCSI] megaraid: remove a spurious IRQ enableDan Carpenter1-1/+1
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig1-22/+15
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-11-16SCSI host lock push-downJeff Garzik1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+6
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-8/+8