aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-28scsi: hisi_sas: Mark PHY as in reset for nexus resetXiang Chen1-0/+7
2018-05-28scsi: hisi_sas: Include TMF elements in struct hisi_sas_slotXiaofei Tan1-5/+5
2018-05-28scsi: hisi_sas: Try wait commands before before controller resetXiaofei Tan1-0/+20
2018-05-28scsi: hisi_sas: Create a scsi_host_template per HW moduleXiang Chen1-1/+23
2018-05-28scsi: hisi_sas: Add LED feature for v3 hwXiaofei Tan1-0/+42
2018-05-28scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()John Garry1-19/+2
2018-05-18scsi: hisi_sas: Use device lock to protect slot alloc/freeXiang Chen1-3/+0
2018-05-18scsi: hisi_sas: Don't lock DQ for complete task sendingXiang Chen1-7/+21
2018-05-18scsi: hisi_sas: make return type of prep functions voidXiang Chen1-32/+11
2018-05-18scsi: hisi_sas: relocate smp sg mapXiang Chen1-31/+2
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 Chen1-13/+18
2018-05-08scsi: hisi_sas: check host frozen before calling "done" functionXiang Chen1-0/+14
2018-05-08scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twiceXiang Chen1-14/+7
2018-05-08scsi: hisi_sas: optimise the usage of DQ lockingXiang Chen1-3/+0
2018-04-18scsi: hisi_sas: remove some unneeded structure membersJohn Garry1-2/+0
2018-04-18scsi: hisi_sas: print device id for errorsJohn Garry1-2/+2
2018-04-18scsi: hisi_sas: check IPTT is valid before using it for v3 hwXiaofei Tan1-4/+8
2018-04-18scsi: hisi_sas: delete timer when removing hisi_sas driverXiang Chen1-0/+3
2018-04-18scsi: hisi_sas: update RAS feature for later revision of v3 HWXiaofei Tan1-2/+58
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 Chen1-11/+17
2018-03-12scsi: hisi_sas: fix the issue of setting linkrate registerXiaofei Tan1-2/+3
2018-03-12scsi: hisi_sas: fix the issue of link rate inconsistencyXiaofei Tan1-12/+1
2018-01-10scsi: hisi_sas: Change frame type for SET MAX commandschenxiang1-1/+1
2017-12-20scsi: hisi_sas: add v3 hw suspend and resumeXiang Chen1-0/+94
2017-12-14scsi: hisi_sas: do link reset for some CHL_INT2 intsXiaofei Tan1-2/+27
2017-12-14scsi: hisi_sas: use an general way to delay PHY workXiaofei Tan1-1/+1
2017-12-14scsi: hisi_sas: add some print to enhance debuggingXiang Chen1-5/+17
2017-12-14scsi: hisi_sas: add RAS feature for v3 hwXiaofei Tan1-0/+139
2017-12-14scsi: hisi_sas: change ncq process for v3 hwXiang Chen1-34/+6
2017-12-14scsi: hisi_sas: relocate clearing ITCT and freeing deviceXiaofei Tan1-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-43/+214
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-10-31scsi: hisi_sas: add v3 hw port AXI error handlingXiaofei Tan1-5/+37
2017-10-31scsi: hisi_sas: add v3 hw support for AXI fatal errorXiaofei Tan1-0/+125
2017-10-31scsi: hisi_sas: complete all tasklets prior to host resetXiaofei Tan1-1/+2
2017-10-31scsi: hisi_sas: fix a bug when free device for v3 hwXiang Chen1-18/+7
2017-10-31scsi: hisi_sas: add hisi_hba.rst_work init for v3 hwXiaofei Tan1-0/+1
2017-10-31scsi: hisi_sas: add v3 hw DFX featureXiaofei Tan1-0/+30
2017-10-31scsi: hisi_sas: init connect cfg register for v3 hwXiaofei Tan1-0/+3
2017-10-31scsi: hisi_sas: check PHY state in get_wideport_bitmap_v3_hw()Xiaofei Tan1-2/+4
2017-10-25scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESETXiang Chen1-1/+1
2017-10-25scsi: hisi_sas: fix SATA breakpoint memory sizeXiang Chen1-1/+1
2017-10-25scsi: hisi_sas: grab hisi_hba.lock when processing slotsXiang Chen1-0/+2
2017-10-25scsi: hisi_sas: delete get_ncq_tag_v3_hw()Xiang Chen1-15/+1