summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas
AgeCommit message (Expand)AuthorFilesLines
2018-05-28scsi: hisi_sas: Reset disks when discoveredXiang Chen1-1/+49
2018-05-28scsi: hisi_sas: Add LED feature for v3 hwXiaofei Tan1-0/+42
2018-05-28scsi: hisi_sas: Change common allocation mode of device idXiang Chen2-1/+6
2018-05-28scsi: hisi_sas: change slot index allocation modeXiang Chen2-3/+11
2018-05-28scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()John Garry4-70/+36
2018-05-28scsi: hisi_sas: fix a typo in hisi_sas_task_prep()Wei Yongjun1-1/+1
2018-05-18scsi: hisi_sas: add check of device in hisi_sas_task_exec()Xiaofei Tan1-10/+13
2018-05-18scsi: hisi_sas: Use device lock to protect slot alloc/freeXiang Chen2-43/+16
2018-05-18scsi: hisi_sas: Don't lock DQ for complete task sendingXiang Chen5-41/+96
2018-05-18scsi: hisi_sas: allocate slot buffer earlierXiang Chen1-24/+31
2018-05-18scsi: hisi_sas: make return type of prep functions voidXiang Chen5-118/+51
2018-05-18scsi: hisi_sas: relocate smp sg mapXiang Chen4-106/+51
2018-05-08scsi: hisi_sas: workaround a v3 hw hilink bugXiaofei Tan1-1/+24
2018-05-08scsi: hisi_sas: add readl poll timeout helper wrappersJohn Garry1-6/+22
2018-05-08scsi: hisi_sas: remove redundant handling to event95 for v3Xiaofei Tan1-8/+1
2018-05-08scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hwXiang Chen1-5/+6
2018-05-08scsi: hisi_sas: update PHY linkrate after a controller resetXiang Chen4-26/+53
2018-05-08scsi: hisi_sas: stop controller timer for resetJohn Garry1-0/+3
2018-05-08scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()Xiang Chen1-5/+6
2018-05-08scsi: hisi_sas: fix PI memory sizeXiang Chen1-1/+1
2018-05-08scsi: hisi_sas: check host frozen before calling "done" functionXiang Chen4-0/+32
2018-05-08scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twiceXiang Chen3-29/+18
2018-05-08scsi: hisi_sas: optimise the usage of DQ lockingXiang Chen2-6/+0
2018-04-18scsi: hisi_sas: remove some unneeded structure membersJohn Garry3-21/+1
2018-04-18scsi: hisi_sas: print device id for errorsJohn Garry2-4/+4
2018-04-18scsi: hisi_sas: check IPTT is valid before using it for v3 hwXiaofei Tan1-4/+8
2018-04-18scsi: hisi_sas: consolidate command check in hisi_sas_get_ata_protocol()Xiaofei Tan1-14/+15
2018-04-18scsi: hisi_sas: use dma_zalloc_coherent()Xiang Chen1-3/+1
2018-04-18scsi: hisi_sas: delete timer when removing hisi_sas driverXiang Chen3-3/+6
2018-04-18scsi: hisi_sas: update RAS feature for later revision of v3 HWXiaofei Tan1-2/+58
2018-04-18scsi: hisi_sas: make SAS address of SATA disks uniqueXiang Chen1-0/+1
2018-03-21scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-03-12scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()Xiang Chen1-1/+2
2018-03-12scsi: hisi_sas: modify some register config for hip08Xiaofei Tan1-12/+11
2018-03-12scsi: hisi_sas: Code cleanup and minor bug fixesXiang Chen4-23/+33
2018-03-12scsi: hisi_sas: fix return value of hisi_sas_task_prep()Xiaofei Tan1-3/+3
2018-03-12scsi: hisi_sas: remove unused variable hisi_sas_devices.running_reqXiang Chen3-13/+0
2018-03-12scsi: hisi_sas: increase timer expire of internal abort taskXiaofei Tan1-1/+2
2018-03-12scsi: hisi_sas: fix the issue of setting linkrate registerXiaofei Tan3-6/+9
2018-03-12scsi: hisi_sas: fix the issue of link rate inconsistencyXiaofei Tan4-20/+4
2018-03-12scsi: hisi_sas: support the property of signal attenuation for v2 hwXiaofei Tan1-1/+38
2018-01-22scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()Xiang Chen1-1/+0
2018-01-22scsi: hisi_sas: directly attached disk LED feature for v2 hwXiaofei Tan3-0/+62
2018-01-17scsi: hisi_sas: make local symbol host_attrs staticWei Yongjun1-1/+1
2018-01-10scsi: hisi_sas: Change frame type for SET MAX commandschenxiang4-5/+22
2018-01-08scsi: libsas: make the event threshold configurableJason Yan1-0/+6
2017-12-20scsi: hisi_sas: add v3 hw suspend and resumeXiang Chen3-1/+97
2017-12-20scsi: hisi_sas: re-add the lldd_port_deformed()Xiang Chen1-0/+5
2017-12-20scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IOXiang Chen1-1/+1
2017-12-14scsi: hisi_sas: add internal abort dev in some placesXiaofei Tan1-0/+25