summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: message: fusion: Remove redundant variable dmpColin Ian King2022-04-061-2/+2
* scsi: message: fusion: mptbase: Use dma_alloc_coherent()Christophe JAILLET2022-01-101-20/+32
* scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()Christophe JAILLET2022-01-101-1/+2
* scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-101-44/+50
* scsi: mptfusion: Remove redundant variable rColin Ian King2021-12-061-4/+2
* scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameterUwe Kleine-König2021-10-121-5/+2
* scsi: message: fusion: Remove redundant assignment to rcJiapeng Chong2021-05-141-2/+0
* scsi: message: fusion: Remove unused local variable 'status'Jiapeng Chong2021-04-131-2/+1
* scsi: message: fusion: Remove unnecessary castWang Qing2021-03-241-3/+3
* scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner2020-12-011-12/+2
* scsi: message: fusion: Remove unneeded breakTom Rix2020-10-261-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocationsChristoph Hellwig2020-06-261-21/+20
* scsi: docs: fusion: get rid of a doc build warningMauro Carvalho Chehab2020-04-131-3/+5
* scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham2019-06-181-2/+1
* scsi: mptfusion: mark expected switch fall-throughGustavo A. R. Silva2019-03-191-1/+1
* scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor2018-09-281-2/+2
* scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King2018-09-111-4/+4
* scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-301-1/+1
* scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva2018-07-101-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-1/+1
|\
| * scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Colin Ian King2018-05-081-1/+1
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-46/+11
|/
* scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-081-1/+1
* scsi: fusion: clean up some indentationsColin Ian King2017-12-071-28/+29
* treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* scsi: fusion: fix string overflow warningArnd Bergmann2017-08-071-4/+4
* scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King2017-04-241-1/+1
* scsi: mptfusion: Fix printk continuationsHelge Deller2016-11-171-7/+7
* scsi: fusion: print lan address via %pMRAndy Shevchenko2016-11-081-10/+4
* scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-3/+4
* mptbase: fixup error handling paths in mpt_attach()Ewan D. Milne2016-02-231-7/+33
* mptfusion: hide unused seq_mpt_print_ioc_summary functionArnd Bergmann2016-02-231-0/+2
* fusion: remove dead MTRR codeLuis R. Rodriguez2015-06-131-24/+0
* fusion: fix excess parameter kernel-doc warningRandy Dunlap2014-09-161-1/+0
* mptfusion: simplify roundingRasmus Villemoes2014-09-161-6/+1
* mptfusion: tweak null pointer checksJoe Lawrence2014-07-251-6/+4
* mptfusion: make adapter prod_name[] a pointerJoe Lawrence2014-07-251-6/+5
* mptfusion: mark file-private functions as staticJoe Lawrence2014-07-251-1/+1
* fusion: Add free msg frames to the head, not tail of listMatthew Wilcox2014-05-281-1/+1
* MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki2014-01-141-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* [SCSI] Fusion MPT: disable pci device when mpt map resoures failedHanjun Guo2012-09-141-7/+11
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-311-8/+4
|\
| * drivers/message/fusion: use pci_dev->revisionSergei Shtylyov2012-05-311-8/+4
* | [SCSI] mptfusion: unlock on error in mpt_config()Dan Carpenter2012-05-221-0/+1
|/
* PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-1/+1
* [SCSI] fusion: ensure NUL-termination of MptCallbacksName elementsFerenc Wagner2011-12-151-3/+4
* [SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com2011-08-271-3/+26
* [SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com2011-08-271-1/+62