aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2011-04-263-4/+4
|\
| * Fix common misspellingsLucas De Marchi2011-03-313-4/+4
* | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
|/
* [SCSI] pm8001: simplify workqueue usageTejun Heo2011-02-123-33/+41
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+0
|\
| * BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
|/
* [SCSI] pm8001: handle allocation failuresDan Carpenter2010-09-091-0/+6
* [SCSI] pm8001: introduce missing kfreeJulia Lawall2010-08-061-3/+10
* 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-1/+1
| * fix typos concerning "management"Uwe Kleine-König2010-06-161-1/+1
* | [SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2010-07-282-9/+9
|/
* [SCSI] pm8001: potential null dereference in pm8001_dev_gone_notify()Dan Carpenter2010-05-021-1/+3
* [SCSI] pm8001: drop redundant memsetJulia Lawall2010-04-111-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-082-2/+2
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-092-2/+2
* | [SCSI] pm8001: Use kzalloc for allocating only one thingJulia Lawall2010-01-181-1/+1
|/
* [SCSI] pm8001: misc code cleanupjack wang2009-12-103-5/+9
* [SCSI] pm8001: enable read HBA SAS address from VPDjack wang2009-12-103-20/+26
* [SCSI] pm8001: do not reset local sata as it will not be found if resetjack wang2009-12-101-0/+2
* [SCSI] pm8001: bit set pm8001_ha->flagsjack wang2009-12-101-1/+1
* [SCSI] pm8001:fix potential NULL pointer dereferencejack wang2009-12-101-1/+1
* [SCSI] pm8001: set SSC down-spreading only to get less errors on some 6G device.jack wang2009-12-101-44/+21
* [SCSI] pm8001: fix endian issues with SAS addressjack wang2009-12-102-5/+5
* [SCSI] pm8001: enhance error handle for IO patchjack wang2009-12-104-5/+84
* [SCSI] pm8001: Fix for sata io circular lock dependency.jack wang2009-12-101-5/+35
* [SCSI] pm8001: Fixes for tag alloc, error goto and code cleanupjack_wang2009-12-042-35/+36
* [SCSI] pm8001: enhance IOMB process modulesjack_wang2009-12-042-106/+141
* [SCSI] pm8001: add reinitialize SPC parameters before phy startjack_wang2009-12-044-12/+85
* [SCSI] pm8001: add SAS/SATA HBA driverjack wang2009-12-0410-0/+8707