aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-4/+88
* treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-12/+10
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* [SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 ControllersKashyap, Desai2011-02-121-1/+6
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* [SCSI] drivers/message/fusion: Return -ENOMEM on memory allocation failureJulia Lawall2010-09-051-1/+3
* fusion: add function parameter names to kernel-docRandy Dunlap2010-08-141-0/+2
* fusion: fix non-kernel-doc comment blockRandy Dunlap2010-08-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-141-1/+1
|\
| * [SCSI] drivers/message/fusion: Adjust confusing if indentationJulia Lawall2010-08-111-1/+1
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-2/+1
|\ \
| * | param: use module_param in drivers/message/fusion/mptbase.cRusty Russell2010-08-111-2/+1
| |/
* | fusion: fix kernel-doc warningsRandy Dunlap2010-08-111-2/+0
* | mpt fusion: convert to seq_fileAlexey Dobriyan2010-08-111-117/+119
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-2/+2
|\
| * fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-2/+2
* | [SCSI] mptfusion: release resources in error return pathTomas Henzl2010-07-281-0/+3
* | [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai2010-07-281-11/+16
* | [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga2010-07-271-5/+8
* | [SCSI] mpt fusion: Cleanup some duplicate calls in mptbase.cBandan Das2010-07-271-2/+0
* | [SCSI] mptfusion: Added missing reset for ioc_reset_in_progress in SoftResetKashyap, Desai2010-07-271-0/+1
* | [SCSI] mptfusion: Set fw_events_off to 1 at driver load time.Kashyap, Desai2010-07-271-0/+3
|/
* [SCSI] mptfusion: mpt config will do Hard Reset based upon retry countsKashyap, Desai2010-04-111-2/+7
* [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai2010-04-111-2/+168
* [SCSI] fusion: fix warning when not using procfsErik Ekman2010-01-181-2/+3
* [SCSI] mptsas: Fix issue with chain pools allocation on katmaiAnatolij Gustschin2010-01-171-0/+2
* [SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources.Pravin Bathija2009-12-101-3/+3
* trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-211-2/+2
* [SCSI] mptsas : PAE Kernel more than 4 GB kernel panicKashyap, Desai2009-09-121-5/+5
* [SCSI] mptsas : Code cleanup of host page alloc and diag reset.Kashyap, Desai2009-08-221-54/+30
* convert some DMA_nnBIT_MASK() callersAndrew Morton2009-06-191-4/+4
* fusion: fix recent kernel-doc problemsRandy Dunlap2009-06-141-2/+1
* [SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai2009-06-091-0/+167
* [SCSI] mpt fusion: Put IOC into ready state if it not already in ready stateKashyap, Desai2009-06-091-0/+16
* [SCSI] mpt fusion: Code Cleanup patchKashyap, Desai2009-06-091-133/+283
* [SCSI] mpt fusion: Firmware event implementation using seperate WorkQueueKashyap, Desai2009-06-091-0/+10
* [SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai2009-06-091-2/+11
* [SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai2009-06-091-14/+66
* [SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai2009-06-091-0/+2
* [SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai2009-06-091-241/+215
* [SCSI] mpt fusion: Optimized SendEvent notification Using Doorbell instead FIFOKashyap, Desai2009-06-091-34/+42
* [SCSI] mpt fusion: Added support for MPT discovery completion checkKashyap, Desai2009-06-091-0/+56
* [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai2009-06-091-50/+237
* scsi: mpt: suppress debugobjects warningEric Paris2009-04-211-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* [SCSI] mpt: fix disable lsi sas to use msi as defaultYinghai Lu2009-02-221-2/+2
* [SCSI] mpt fusion: Add Firmware debug supportKashyap, Desai2009-01-131-0/+37
* [SCSI] mpt fusion: Add separate msi enable disable for FC,SPI,SASKashyap, Desai2009-01-131-13/+37
* [SCSI] fusion: use ARRAY_SIZEJulia Lawall2008-12-291-6/+6