summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24scsi: hisi_sas: Do not reset phy timer to wait for stray phy upLuo Jiaxing1-1/+4
2020-06-07scsi: hisi_sas: Check sas_port before using itXiang Chen1-1/+2
2020-01-23scsi: hisi_sas: Don't create debugfs dump folder twiceXiang Chen1-3/+0
2020-01-04scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe failsLuo Jiaxing1-0/+1
2020-01-04scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()Xiang Chen1-1/+7
2019-09-24scsi: hisi_sas: Make three functions staticYueHaibing1-3/+3
2019-09-11scsi: hisi_sas: Fix the conflict between device gone and host resetXiang Chen1-3/+4
2019-09-11scsi: hisi_sas: Add BIST support for phy loopbackXiang Chen1-0/+407
2019-09-11scsi: hisi_sas: Add hisi_sas_debugfs_alloc() to centralise allocationLuo Jiaxing1-44/+58
2019-09-11scsi: hisi_sas: Remove some unused function argumentsLuo Jiaxing1-3/+2
2019-09-11scsi: hisi_sas: Assign NCQ tag for all NCQ commandsXiang Chen1-15/+0
2019-09-11scsi: hisi_sas: Retry 3 times TMF IO for SAS disks when init deviceXiang Chen1-6/+10
2019-09-11scsi: hisi_sas: Remove sleep after issue phy reset if sas_smp_phy_control() f...Luo Jiaxing1-2/+3
2019-09-11scsi: hisi_sas: Directly return when running I_T_nexus reset if phy disabledLuo Jiaxing1-0/+5
2019-09-11scsi: hisi_sas: Use true/false as input parameter of sas_phy_reset()Luo Jiaxing1-2/+2
2019-09-11scsi: hisi_sas: add debugfs auto-trigger for internal abort time outLuo Jiaxing1-0/+3
2019-09-07scsi: hisi_sas: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-08-08scsi: hisi_sas: Consolidate internal abort calls in LU reset operationLuo Jiaxing1-17/+9
2019-08-08scsi: hisi_sas: replace "%p" with "%pK"Xiang Chen1-1/+1
2019-08-08scsi: hisi_sas: Remove some unnecessary codeXiang Chen1-3/+2
2019-08-08scsi: hisi_sas: Modify return type of debugfs functionsLuo Jiaxing1-33/+18
2019-08-08scsi: hisi_sas: Drop SMP resp frame DMA mappingJohn Garry1-21/+7
2019-08-08scsi: hisi_sas: Make slot buf minimum allocation of PAGE_SIZEXiang Chen1-1/+1
2019-08-08scsi: hisi_sas: Don't bother clearing status buffer IU in task prepXiang Chen1-2/+4
2019-08-08scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset()Luo Jiaxing1-3/+8
2019-08-08scsi: hisi_sas: Snapshot AXI and RAS register at debugfsLuo Jiaxing1-15/+117
2019-08-08scsi: hisi_sas: Snapshot HW cache of IOST and ITCT at debugfsLuo Jiaxing1-2/+112
2019-08-08scsi: hisi_sas: Fix pointer usage error in show debugfs IOST/ITCTLuo Jiaxing1-2/+4
2019-08-08scsi: hisi_sas: Drop hisi_sas_hw.get_free_slotJohn Garry1-20/+7
2019-08-08scsi: hisi_sas: Make max IPTT count equal for all hw revisionsJohn Garry1-17/+13
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+12
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-4/+4
2019-06-19scsi: hisi_sas: Delete PHY timers when rmmod or probe failedXiang Chen1-0/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-13scsi: hisi_sas: Some misc tidy-upXiang Chen1-8/+5
2019-04-13scsi: hisi_sas: Don't fail IT nexus reset for Open Reject timeoutLuo Jiaxing1-11/+14
2019-04-13scsi: hisi_sas: Don't hard reset disk during controller resetLuo Jiaxing1-1/+2
2019-04-13scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device()Xiang Chen1-2/+1
2019-04-13scsi: hisi_sas: Fix for setting the PHY linkrate when disconnectedJohn Garry1-9/+34
2019-04-13scsi: hisi_sas: Remedy inconsistent PHY down state in softwareXiang Chen1-2/+2
2019-04-13scsi: hisi_sas: add host reset interface for testXiang Chen1-0/+13
2019-03-20scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()Luo Jiaxing1-0/+6
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+53
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-59/+779
2019-03-07scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP targ...Xiang Chen1-3/+41
2019-03-07scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry1-0/+10
2019-03-07scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen1-1/+2
2019-02-26scsi: hisi_sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-2/+6
2019-02-09scsi: hisi_sas: Do some more tidy-upJohn Garry1-5/+5
2019-02-09scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen1-7/+26