aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_sas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-17/+5
2014-08-08scsi: use pci_zalloc_consistentJoe Perches1-3/+2
2014-07-25pm8001: add a new spinlock to protect the CCBTomas Henzl1-1/+6
2014-07-25pm8001: clean bitmap management functionsTomas Henzl1-24/+7
2014-03-15[SCSI] pm80xx: fix problem of pm8001_work_fn reseting incorrect phy deviceXinHong Zhu1-0/+1
2014-03-15[SCSI] pm80xx: no need for tag allocation when issuing the command of unregistering deviceXinHong Zhu1-2/+0
2013-12-02[SCSI] pm80xx: Fix for direct attached device.Nikith Ganigarakoppal1-1/+3
2013-10-25[SCSI] pm80xx: Set device state response logic fix.Anand Kumar Santhanam1-1/+8
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_typeJames Bottomley1-7/+7
2013-05-10[SCSI] pm80xx: thermal, sas controller config and error handling updateSakthivel K1-0/+66
2013-05-10[SCSI] pm80xx: NCQ error handling changesSakthivel K1-2/+20
2013-05-10[SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant changes in common filesSakthivel K1-6/+11
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams1-17/+17
2012-07-20[SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerDan Williams1-1/+2
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-7/+12
2012-02-19[SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams1-5/+1
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams1-1/+3
2012-02-19[SCSI] pm8001: deficient responses to IO_XFER_ERROR_BREAK and IO_XFER_OPEN_RETRY_TIMEOUTMark Salyzyn1-0/+72
2012-02-19[SCSI] pm8001: Add FUNC_GET_EVENTSMark Salyzyn1-1/+23
2012-02-19[SCSI] pm8001: fix lockup on phy_control hard reset.Mark Salyzyn1-1/+1
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams1-1/+1
2011-10-02[SCSI] pm8001: missing break statementsMark Salyzyn1-3/+4
2011-10-02[SCSI] pm8001: fix DEV_IS_GONE infinite retryMark Salyzyn1-14/+1
2011-10-02[SCSI] pm8001: remove pm8001_slave_{alloc|configure}Dan Williams1-30/+1
2011-08-27[SCSI] libsas: export sas_alloc_task()Dan Williams1-32/+6
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley1-2/+2
2010-05-02[SCSI] pm8001: potential null dereference in pm8001_dev_gone_notify()Dan Carpenter1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-10[SCSI] pm8001: misc code cleanupjack wang1-1/+1
2009-12-10[SCSI] pm8001: do not reset local sata as it will not be found if resetjack wang1-0/+2
2009-12-10[SCSI] pm8001: bit set pm8001_ha->flagsjack wang1-1/+1
2009-12-10[SCSI] pm8001:fix potential NULL pointer dereferencejack wang1-1/+1
2009-12-10[SCSI] pm8001: enhance error handle for IO patchjack wang1-1/+48
2009-12-04[SCSI] pm8001: Fixes for tag alloc, error goto and code cleanupjack_wang1-31/+29
2009-12-04[SCSI] pm8001: add reinitialize SPC parameters before phy startjack_wang1-0/+1
2009-12-04[SCSI] pm8001: add SAS/SATA HBA driverjack wang1-0/+1104