aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-02-12[SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 ControllersKashyap, Desai1-1/+6
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-09-05[SCSI] drivers/message/fusion: Return -ENOMEM on memory allocation failureJulia Lawall1-1/+3
2010-08-14fusion: add function parameter names to kernel-docRandy Dunlap1-0/+2
2010-08-14fusion: fix non-kernel-doc comment blockRandy Dunlap1-1/+1
2010-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-2/+1
2010-08-11fusion: fix kernel-doc warningsRandy Dunlap1-2/+0
2010-08-11mpt fusion: convert to seq_fileAlexey Dobriyan1-117/+119
2010-08-11param: use module_param in drivers/message/fusion/mptbase.cRusty Russell1-2/+1
2010-08-11[SCSI] drivers/message/fusion: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-07-28[SCSI] mptfusion: release resources in error return pathTomas Henzl1-0/+3
2010-07-28[SCSI] mptfusion: Extra debug prints added relavent to Device missing delay error handlingKashyap, Desai1-11/+16
2010-07-27[SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga1-5/+8
2010-07-27[SCSI] mpt fusion: Cleanup some duplicate calls in mptbase.cBandan Das1-2/+0
2010-07-27[SCSI] mptfusion: Added missing reset for ioc_reset_in_progress in SoftResetKashyap, Desai1-0/+1
2010-07-27[SCSI] mptfusion: Set fw_events_off to 1 at driver load time.Kashyap, Desai1-0/+3
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-2/+2
2010-04-11[SCSI] mptfusion: mpt config will do Hard Reset based upon retry countsKashyap, Desai1-2/+7
2010-04-11[SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai1-2/+168
2010-01-18[SCSI] fusion: fix warning when not using procfsErik Ekman1-2/+3
2010-01-17[SCSI] mptsas: Fix issue with chain pools allocation on katmaiAnatolij Gustschin1-0/+2
2009-12-10[SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources.Pravin Bathija1-3/+3
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-2/+2
2009-09-12[SCSI] mptsas : PAE Kernel more than 4 GB kernel panicKashyap, Desai1-5/+5
2009-08-22[SCSI] mptsas : Code cleanup of host page alloc and diag reset.Kashyap, Desai1-54/+30
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton1-4/+4
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap1-2/+1
2009-06-09[SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai1-0/+167
2009-06-09[SCSI] mpt fusion: Put IOC into ready state if it not already in ready stateKashyap, Desai1-0/+16
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai1-133/+283
2009-06-09[SCSI] mpt fusion: Firmware event implementation using seperate WorkQueueKashyap, Desai1-0/+10
2009-06-09[SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai1-2/+11
2009-06-09[SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai1-14/+66
2009-06-09[SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai1-0/+2
2009-06-09[SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai1-241/+215
2009-06-09[SCSI] mpt fusion: Optimized SendEvent notification Using Doorbell instead FIFOKashyap, Desai1-34/+42
2009-06-09[SCSI] mpt fusion: Added support for MPT discovery completion checkKashyap, Desai1-0/+56
2009-06-09[SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai1-50/+237
2009-04-21scsi: mpt: suppress debugobjects warningEric Paris1-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-2/+2
2009-02-22[SCSI] mpt: fix disable lsi sas to use msi as defaultYinghai Lu1-2/+2
2009-01-13[SCSI] mpt fusion: Add Firmware debug supportKashyap, Desai1-0/+37
2009-01-13[SCSI] mpt fusion: Add separate msi enable disable for FC,SPI,SASKashyap, Desai1-13/+37
2008-12-29[SCSI] fusion: use ARRAY_SIZEJulia Lawall1-6/+6
2008-12-29[SCSI] fusion: remove excess kernel-doc notationRandy Dunlap1-3/+0
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-12/+12