summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn2017-04-211-1/+0Star
* scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errorsXiang Chen2017-04-121-37/+56
* scsi: hisi_sas: fix NULL deference when TMF timeoutsJohn Garry2017-04-121-27/+33
* scsi: hisi_sas: add v2 hw internal abort timeout workaroundJohn Garry2017-04-123-10/+55
* scsi: hisi_sas: workaround SoC about abort timeout bugXiaofei Tan2017-04-121-1/+126
* scsi: hisi_sas: workaround a SoC SATA IO processing bugXiaofei Tan2017-04-122-13/+72
* scsi: hisi_sas: workaround STP link SoC bugXiaofei Tan2017-04-122-1/+60
* scsi: hisi_sas: fix SATA dependencyArnd Bergmann2017-03-301-1/+2
* scsi: hisi_sas: add missing break in switch statementColin Ian King2017-03-301-0/+1
* scsi: hisi_sas: add is_sata_phy_v2_hw()Xiaofei Tan2017-03-231-4/+13
* scsi: hisi_sas: use dev_is_sata to identify SATA or SAS diskXiang Chen2017-03-231-1/+1
* scsi: hisi_sas: check hisi_sas_lu_reset() error messageJohn Garry2017-03-231-2/+3
* scsi: hisi_sas: release SMP slot in lldd_abort_taskXiang Chen2017-03-231-2/+7
* scsi: hisi_sas: add hisi_sas_clear_nexus_ha()John Garry2017-03-231-0/+8
* scsi: hisi_sas: rename hisi_sas_link_timeout_{enable, disable}_linkJohn Garry2017-03-231-6/+6
* scsi: hisi_sas: handle PHY UP+DOWN simultaneous irqXiaofei Tan2017-03-231-17/+39
* scsi: hisi_sas: some modifications to v2 hw reg init valuesJohn Garry2017-03-231-6/+6
* scsi: hisi_sas: process error codes according to their priorityXiang Chen2017-03-231-155/+398
* scsi: hisi_sas: remove task free'ing for timeoutsJohn Garry2017-03-231-14/+1Star
* scsi: hisi_sas: fix some sas_task.task_state_lock lockingJohn Garry2017-03-233-9/+14
* scsi: hisi_sas: free slots after hardresetXiang Chen2017-03-231-5/+6
* scsi: hisi_sas: check for SAS_TASK_STATE_ABORTED in slot completeJohn Garry2017-03-231-0/+10
* scsi: hisi_sas: hardreset for SATA disk in LU resetJohn Garry2017-03-231-9/+29
* scsi: hisi_sas: modify hisi_sas_abort_task() for SSPJohn Garry2017-03-232-11/+19
* scsi: hisi_sas: modify error handling for v2 hwXiang Chen2017-03-231-6/+3Star
* scsi: hisi_sas: only reset link for PHY_FUNC_LINK_RESETJohn Garry2017-03-231-1/+2
* scsi: hisi_sas: error hisi_sas_task_prep() when port downJohn Garry2017-03-231-3/+2Star
* scsi: hisi_sas: remove hisi_sas_port_deformed()John Garry2017-03-234-65/+46Star
* scsi: hisi_sas: add softreset function for SATA diskXiang Chen2017-03-233-6/+69
* scsi: hisi_sas: move PHY init to hisi_sas_scan_start()John Garry2017-03-234-11/+6Star
* scsi: hisi_sas: add controller resetXiang Chen2017-03-233-8/+227
* scsi: hisi_sas: add to_hisi_sas_port()John Garry2017-03-234-7/+22
* scsi: hisi_sas: decrease running_req in hisi_sas_slot_task_free()Xiang Chen2017-01-212-6/+4Star
* scsi: hisi_sas: fix probe ordering problemXiang Chen2017-01-212-10/+6Star
* scsi: hisi_sas: downgrade internal abort exit printJohn Garry2017-01-211-1/+1
* scsi: hisi_sas: modify hard reset for directed-attached diskXiang Chen2017-01-211-0/+10
* scsi: hisi_sas: downgrade refclk messageJohn Garry2017-01-211-1/+1
* scsi: hisi_sas: modify some values of ITCT tableXiang Chen2017-01-211-4/+10
* scsi: hisi_sas: workaround v2 hw SATA IO timeout issueXiang Chen2017-01-211-1/+74
* scsi: hisi_sas: lock sensitive region in hisi_sas_slot_abort()John Garry2017-01-061-0/+3
* scsi: hisi_sas: lock sensitive regions when servicing CQ interruptJohn Garry2017-01-062-0/+4
* scsi: hisi_sas: service v2 hw CQ ISR with taskletJohn Garry2017-01-062-6/+19
* scsi: hisi_sas: support deferred probe for v2 hwJohn Garry2016-12-081-0/+12
* scsi: hisi_sas: fix free'ing in probe and removeXiaofei Tan2016-12-051-9/+14
* scsi: hisi_sas: shift vs compare typosDan Carpenter2016-11-291-6/+6
* scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hwXiang Chen2016-11-254-2/+103
* scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_reqJohn Garry2016-11-254-9/+10
* scsi: hisi_sas: check SATA FIS when directly attaching SATA deviceXiang Chen2016-11-251-0/+10
* scsi: hisi_sas: modify some values in get_ata_protocol()Xiang Chen2016-11-251-2/+12
* scsi: hisi_sas: delete repeated configuration in free_device_v2_hw()Xiang Chen2016-11-251-2/+0Star