summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_mbox.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid: Use pci_dev_id() to simplify the codeJialin Zhang2023-08-211-1/+1
* scsi: megaraid: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: megaraid: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang2022-09-151-2/+2
* scsi: megaraid: Remove the static variable initialisationJason Wang2022-07-261-1/+1
* scsi: megaraid: Fix a kernel-doc warningBart Van Assche2021-11-291-1/+0
* scsi: megaraid_mbox: Switch to attribute groupsBart Van Assche2021-10-161-6/+9
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+2
* scsi: megaraid_mbox: Call scsi_done() directlyBart Van Assche2021-10-161-5/+4
* scsi: megaraid_mbox: Use DEVICE_ATTR_ADMIN_RO() macroZhen Lei2021-06-221-10/+8
* scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-2/+2
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-5/+2
* scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-05-311-9/+5
* scsi: megaraid_mbox: Remove redundant initialization of pointer mboxColin Ian King2021-05-101-2/+0
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-2/+0
* scsi: megaraid_mbox: Fix function name megaraid_queue_command_lck() in descri...Lee Jones2021-03-151-1/+1
* scsi: megaraid_mbox: Fix spelling of 'allocated'dingsenjie2021-01-291-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* scsi: megaraid: Fix kdoc comments formatDamien Le Moal2020-07-081-2/+2
* scsi: megaraid: make two symbols static in megaraid_mbox.cJason Yan2020-04-141-3/+3
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-7/+8
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer2018-12-071-6/+3
* scsi: megaraid_mbox: switch to generic DMA APIChristoph Hellwig2018-10-171-26/+25
* scsi: megaraid_mbox: remove set but not used variablesYueHaibing2018-10-161-27/+0
* scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig2018-10-151-34/+1
* scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"Colin Ian King2018-09-251-2/+2
* scsi: megaraid: Convert timers to use timer_setup()Kees Cook2017-11-011-14/+12
* scsi: megaraid_mbox: drop duplicate bus reset and device reset functionHannes Reinecke2017-08-251-2/+0
* scsi: megaraid: Replace PCI pool old APIRomain Perier2017-08-071-15/+15
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-20/+1
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-2/+0
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: use pci_zalloc_consistentJoe Perches2014-08-081-9/+7
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-6/+0
* scsi/megaraid fixed several typos in commentsMatthias Schid2013-08-201-5/+5
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* [SCSI] megaraid: remove a spurious IRQ enableDan Carpenter2012-07-201-1/+1
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-10-311-0/+1
* doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-22/+15
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* SCSI host lock push-downJeff Garzik2010-11-161-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+6
|/
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2