summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] pm8001: raise host can queueMark Salyzyn2012-05-103-13/+17
* [SCSI] pm8001: fix endian issue with code optimization.Santosh Nayak2012-04-232-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-311-8/+10
|\
| * [SCSI] pm8001: Use spin_lock_irqsave() for task_state.Santosh Nayak2012-03-281-8/+10
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-226-134/+441
|\|
| * [SCSI] pm8001: fix endian issue with code optimization.Santosh Nayak2012-02-293-46/+49
| * [SCSI] pm8001: Fix possible racing condition.Santosh Nayak2012-02-291-3/+3
| * [SCSI] pm8001: Fix bogus interrupt state flag issue.Santosh Nayak2012-02-291-30/+28
| * [SCSI] libsas: async ata scanningDan Williams2012-02-291-1/+0
| * [SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams2012-02-291-7/+12
| * [SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams2012-02-191-5/+1
| * [SCSI] libsas: introduce sas_drain_work()Dan Williams2012-02-191-1/+3
| * [SCSI] libsas: kill sas_slave_destroyDan Williams2012-02-191-1/+0
| * [SCSI] pm8001: deficient responses to IO_XFER_ERROR_BREAK and IO_XFER_OPEN_RE...Mark Salyzyn2012-02-193-12/+261
| * [SCSI] pm8001: Add FUNC_GET_EVENTSMark Salyzyn2012-02-193-27/+83
| * [SCSI] pm8001: fix lockup on phy_control hard reset.Mark Salyzyn2012-02-191-1/+1
* | pm8001: fix printk typo in pm8001_hwi.cMasanari Iida2012-02-031-1/+1
|/
* [SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams2011-10-021-1/+1
* [SCSI] pm8001: missing break statementsMark Salyzyn2011-10-022-39/+41
* [SCSI] pm8001: fix DEV_IS_GONE infinite retryMark Salyzyn2011-10-021-14/+1
* [SCSI] pm8001: remove pm8001_slave_{alloc|configure}Dan Williams2011-10-023-34/+3
* [SCSI] libsas: export sas_alloc_task()Dan Williams2011-08-271-32/+6
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* 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