aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-19scsi: hisi_sas: add v3 code to send ATA frameXiang Chen1-0/+106
2017-06-19scsi: hisi_sas: add v3 code to send SMP frameXiang Chen1-0/+74
2017-06-19scsi: hisi_sas: add v3 code to send SSP frameXiang Chen1-0/+208
2017-06-19scsi: hisi_sas: add v3 cq interrupt handlerXiang Chen1-0/+340
2017-06-19scsi: hisi_sas: add phy up/down/bcast and channel ISRXiang Chen1-0/+283
2017-06-19scsi: hisi_sas: add v3 hw PHY initXiang Chen1-1/+126
2017-06-19scsi: hisi_sas: add v3 hw initXiang Chen1-0/+277
2017-06-19scsi: hisi_sas: add initialisation for v3 pci-based controllerJohn Garry3-6/+172
2017-06-19scsi: hisi_sas: add skeleton v3 hw driverJohn Garry3-1/+57
2017-06-19scsi: hisi_sas: create hisi_sas_get_fw_info()John Garry2-37/+71
2017-06-19scsi: hisi_sas: add pci_dev in hisi_hba structJohn Garry4-55/+59
2017-06-19scsi: hisi_sas: relocate get_ncq_tag_v2_hw()Xiang Chen3-15/+17
2017-06-19scsi: hisi_sas: relocate sata_done_v2_hw()Xiang Chen3-16/+19
2017-06-19scsi: hisi_sas: relocate get_ata_protocol()Xiang Chen3-65/+68
2017-06-19scsi: hisi_sas: optimise the usage of hisi_hba.lockXiang Chen4-58/+77
2017-06-19scsi: hisi_sas: define hisi_sas_device.device_id as intJohn Garry2-9/+9
2017-06-19scsi: hisi_sas: fix timeout check in hisi_sas_internal_task_abort()Xiang Chen1-8/+17
2017-06-12scsi: hisi_sas: add null check before indirect pointer dereferenceGustavo A. R. Silva1-1/+1
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2017-04-11scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errorsXiang Chen1-37/+56
2017-04-11scsi: hisi_sas: fix NULL deference when TMF timeoutsJohn Garry1-27/+33
2017-04-11scsi: hisi_sas: add v2 hw internal abort timeout workaroundJohn Garry3-10/+55
2017-04-11scsi: hisi_sas: workaround SoC about abort timeout bugXiaofei Tan1-1/+126
2017-04-11scsi: hisi_sas: workaround a SoC SATA IO processing bugXiaofei Tan2-13/+72
2017-04-11scsi: hisi_sas: workaround STP link SoC bugXiaofei Tan2-1/+60
2017-03-29scsi: hisi_sas: fix SATA dependencyArnd Bergmann1-1/+2
2017-03-29scsi: hisi_sas: add missing break in switch statementColin Ian King1-0/+1
2017-03-23scsi: hisi_sas: add is_sata_phy_v2_hw()Xiaofei Tan1-4/+13
2017-03-23scsi: hisi_sas: use dev_is_sata to identify SATA or SAS diskXiang Chen1-1/+1
2017-03-23scsi: hisi_sas: check hisi_sas_lu_reset() error messageJohn Garry1-2/+3
2017-03-23scsi: hisi_sas: release SMP slot in lldd_abort_taskXiang Chen1-2/+7
2017-03-23scsi: hisi_sas: add hisi_sas_clear_nexus_ha()John Garry1-0/+8
2017-03-23scsi: hisi_sas: rename hisi_sas_link_timeout_{enable, disable}_linkJohn Garry1-6/+6
2017-03-23scsi: hisi_sas: handle PHY UP+DOWN simultaneous irqXiaofei Tan1-17/+39
2017-03-23scsi: hisi_sas: some modifications to v2 hw reg init valuesJohn Garry1-6/+6
2017-03-23scsi: hisi_sas: process error codes according to their priorityXiang Chen1-155/+398
2017-03-23scsi: hisi_sas: remove task free'ing for timeoutsJohn Garry1-14/+1
2017-03-23scsi: hisi_sas: fix some sas_task.task_state_lock lockingJohn Garry3-9/+14
2017-03-23scsi: hisi_sas: free slots after hardresetXiang Chen1-5/+6
2017-03-23scsi: hisi_sas: check for SAS_TASK_STATE_ABORTED in slot completeJohn Garry1-0/+10
2017-03-23scsi: hisi_sas: hardreset for SATA disk in LU resetJohn Garry1-9/+29
2017-03-23scsi: hisi_sas: modify hisi_sas_abort_task() for SSPJohn Garry2-11/+19
2017-03-23scsi: hisi_sas: modify error handling for v2 hwXiang Chen1-6/+3
2017-03-23scsi: hisi_sas: only reset link for PHY_FUNC_LINK_RESETJohn Garry1-1/+2
2017-03-23scsi: hisi_sas: error hisi_sas_task_prep() when port downJohn Garry1-3/+2
2017-03-23scsi: hisi_sas: remove hisi_sas_port_deformed()John Garry4-65/+46
2017-03-23scsi: hisi_sas: add softreset function for SATA diskXiang Chen3-6/+69
2017-03-23scsi: hisi_sas: move PHY init to hisi_sas_scan_start()John Garry4-11/+6
2017-03-23scsi: hisi_sas: add controller resetXiang Chen3-8/+227
2017-03-23scsi: hisi_sas: add to_hisi_sas_port()John Garry4-7/+22