summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-07-283-0/+3
* scsi: hisi_sas: Check sas_port before using itXiang Chen2020-06-071-1/+2
* scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()Xiang Chen2020-01-041-1/+7
* scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5GLuo Jiaxing2019-12-171-4/+8
* scsi: hisi_sas: send primitive NOTIFY to SSP situation onlyXiang Chen2019-12-175-8/+9
* scsi: hisi_sas: shutdown axi bus to avoid exception CQ returnedXiang Chen2019-12-051-0/+12
* scsi: hisi_sas: Fix NULL pointer dereferenceGustavo A. R. Silva2019-12-011-4/+4
* scsi: hisi_sas: Free slot later in slot_complete_vx_hw()Xiang Chen2019-12-012-2/+2
* scsi: hisi_sas: Fix the race between IO completion and timeout for SMP/intern...Xiang Chen2019-12-011-9/+46
* scsi: hisi_sas: Feed back linkrate(max/min) when re-attachedLuo Jiaxing2019-12-011-0/+3
* scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen2019-04-051-1/+2
* scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry2019-04-051-0/+10
* scsi: hisi_sas: change the time of SAS SSP connectionXiang Chen2019-02-121-1/+1
* scsi: hisi_sas: Remove set but not used variable 'dq_list'YueHaibing2018-12-013-6/+0
* scsi: hisi_sas: Add SATA FIS check for v3 hwXiang Chen2018-07-192-2/+11
* scsi: hisi_sas: add memory barrier in task delivery functionXiaofei Tan2018-07-194-17/+32
* scsi: hisi_sas: Tidy hisi_sas_task_prep()Xiang Chen2018-07-191-8/+5
* scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hwXiaofei Tan2018-07-191-0/+37
* scsi: hisi_sas: relocate some common code for v3 hwXiaofei Tan2018-07-191-23/+27
* scsi: hisi_sas: tidy host controller reset function a bitXiaofei Tan2018-07-192-22/+42
* scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeoutXiaofei Tan2018-07-191-10/+16
* scsi: hisi_sas: tidy channel interrupt handler for v3 hwXiaofei Tan2018-07-191-78/+78
* scsi: hisi_sas: Drop hisi_sas_slot_abort()John Garry2018-07-193-40/+1
* scsi: hisi_sas: Update a couple of register settings for v3 hwJohn Garry2018-06-191-2/+1
* scsi: hisi_sas: Add missing PHY spinlock initJohn Garry2018-06-191-0/+2
* scsi: hisi_sas: Pre-allocate slot DMA buffersXiang Chen2018-06-192-45/+42
* scsi: hisi_sas: Release all remaining resources in clear nexus haXiaofei Tan2018-06-191-3/+21
* scsi: hisi_sas: Add a flag to filter PHY events during resetXiaofei Tan2018-06-194-4/+8
* scsi: hisi_sas: Adjust task reject period during host resetXiaofei Tan2018-06-192-10/+15
* scsi: hisi_sas: Fix the conflict between dev gone and host resetXiaofei Tan2018-06-192-0/+7
* scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()Xiaofei Tan2018-06-191-1/+7
* scsi: hisi_sas: Use dmam_alloc_coherent()Xiang Chen2018-06-191-60/+20
* scsi: hisi_sas: Mark PHY as in reset for nexus resetXiang Chen2018-05-285-5/+69
* scsi: hisi_sas: Fix return value when get_free_slot() failedXiaofei Tan2018-05-281-0/+2
* scsi: hisi_sas: Terminate STP reject quickly for v2 hwXiaofei Tan2018-05-281-0/+78
* scsi: hisi_sas: Add v2 hw force PHY function for internal ATA commandXiaofei Tan2018-05-282-0/+13
* scsi: hisi_sas: Include TMF elements in struct hisi_sas_slotXiaofei Tan2018-05-285-31/+30
* scsi: hisi_sas: Try wait commands before before controller resetXiaofei Tan2018-05-284-0/+43
* scsi: hisi_sas: Init disks after controller resetXiaofei Tan2018-05-281-1/+18
* scsi: hisi_sas: Create a scsi_host_template per HW moduleXiang Chen2018-05-285-33/+86
* scsi: hisi_sas: Reset disks when discoveredXiang Chen2018-05-281-1/+49
* scsi: hisi_sas: Add LED feature for v3 hwXiaofei Tan2018-05-281-0/+42
* scsi: hisi_sas: Change common allocation mode of device idXiang Chen2018-05-282-1/+6
* scsi: hisi_sas: change slot index allocation modeXiang Chen2018-05-282-3/+11
* scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()John Garry2018-05-284-70/+36
* scsi: hisi_sas: fix a typo in hisi_sas_task_prep()Wei Yongjun2018-05-281-1/+1
* scsi: hisi_sas: add check of device in hisi_sas_task_exec()Xiaofei Tan2018-05-181-10/+13
* scsi: hisi_sas: Use device lock to protect slot alloc/freeXiang Chen2018-05-182-43/+16
* scsi: hisi_sas: Don't lock DQ for complete task sendingXiang Chen2018-05-185-41/+96
* scsi: hisi_sas: allocate slot buffer earlierXiang Chen2018-05-181-24/+31