summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_sas.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-151-39/+85
|\
| * scsi: pm80xx: corrected SATA abort handling sequence.Viswas G2017-10-191-3/+74
| * scsi: pm80xx: cleanup in pm8001_abort_task function.Viswas G2017-10-191-38/+13Star
* | scsi: sas: Convert timers to use timer_setup()Kees Cook2017-11-011-6/+5Star
|/
* scsi: pm8001: Mark symbols static where possibleBaoyou Xie2016-09-271-1/+1
* libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke2016-05-091-1/+2
* libsas: enable FPDMA SEND/RECEIVEHannes Reinecke2016-05-091-1/+3
* pm80xx: Fix for Incorrect DMA Unmapping of SG ListViswas G2015-08-271-0/+1
* pm80xx: Corrected device state changes in I_T_Nexus_Reset.Viswas G2015-08-271-5/+13
* libsas: remove task_collector modeChristoph Hellwig2014-11-271-17/+5Star
* scsi: use pci_zalloc_consistentJoe Perches2014-08-091-3/+2Star
* pm8001: add a new spinlock to protect the CCBTomas Henzl2014-07-251-1/+6
* pm8001: clean bitmap management functionsTomas Henzl2014-07-251-24/+7Star
* [SCSI] pm80xx: fix problem of pm8001_work_fn reseting incorrect phy deviceXinHong Zhu2014-03-151-0/+1
* [SCSI] pm80xx: no need for tag allocation when issuing the command of unregis...XinHong Zhu2014-03-151-2/+0Star
* [SCSI] pm80xx: Fix for direct attached device.Nikith Ganigarakoppal2013-12-021-1/+3
* [SCSI] pm80xx: Set device state response logic fix.Anand Kumar Santhanam2013-10-251-1/+8
* [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley2013-05-101-7/+7
* [SCSI] pm80xx: thermal, sas controller config and error handling updateSakthivel K2013-05-101-0/+66
* [SCSI] pm80xx: NCQ error handling changesSakthivel K2013-05-101-2/+20
* [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant c...Sakthivel K2013-05-101-6/+11
* [SCSI] libsas: trim sas_task of slow path infrastructureDan Williams2012-07-201-17/+17
* [SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerDan Williams2012-07-201-1/+2
* [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/+1Star
* [SCSI] libsas: introduce sas_drain_work()Dan Williams2012-02-191-1/+3
* [SCSI] pm8001: deficient responses to IO_XFER_ERROR_BREAK and IO_XFER_OPEN_RE...Mark Salyzyn2012-02-191-0/+72
* [SCSI] pm8001: Add FUNC_GET_EVENTSMark Salyzyn2012-02-191-1/+23
* [SCSI] pm8001: fix lockup on phy_control hard reset.Mark Salyzyn2012-02-191-1/+1
* [SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams2011-10-021-1/+1
* [SCSI] pm8001: missing break statementsMark Salyzyn2011-10-021-3/+4
* [SCSI] pm8001: fix DEV_IS_GONE infinite retryMark Salyzyn2011-10-021-14/+1Star
* [SCSI] pm8001: remove pm8001_slave_{alloc|configure}Dan Williams2011-10-021-30/+1Star
* [SCSI] libsas: export sas_alloc_task()Dan Williams2011-08-271-32/+6Star
* [SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2010-07-281-2/+2
* [SCSI] pm8001: potential null dereference in pm8001_dev_gone_notify()Dan Carpenter2010-05-021-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* [SCSI] pm8001: misc code cleanupjack wang2009-12-101-1/+1
* [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: enhance error handle for IO patchjack wang2009-12-101-1/+48
* [SCSI] pm8001: Fixes for tag alloc, error goto and code cleanupjack_wang2009-12-041-31/+29Star
* [SCSI] pm8001: add reinitialize SPC parameters before phy startjack_wang2009-12-041-0/+1
* [SCSI] pm8001: add SAS/SATA HBA driverjack wang2009-12-041-0/+1104