summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
AgeCommit message (Expand)AuthorFilesLines
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-19scsi: hisi_sas: remove some unneeded structure membersJohn Garry1-2/+0
2018-04-19scsi: hisi_sas: print device id for errorsJohn Garry1-2/+2
2018-04-19scsi: hisi_sas: check IPTT is valid before using it for v3 hwXiaofei Tan1-4/+8
2018-04-19scsi: hisi_sas: delete timer when removing hisi_sas driverXiang Chen1-0/+3
2018-04-19scsi: hisi_sas: update RAS feature for later revision of v3 HWXiaofei Tan1-2/+58
2018-03-13scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()Xiang Chen1-1/+2
2018-03-13scsi: hisi_sas: modify some register config for hip08Xiaofei Tan1-12/+11
2018-03-13scsi: hisi_sas: Code cleanup and minor bug fixesXiang Chen1-11/+17
2018-03-13scsi: hisi_sas: fix the issue of setting linkrate registerXiaofei Tan1-2/+3
2018-03-13scsi: hisi_sas: fix the issue of link rate inconsistencyXiaofei Tan1-12/+1
2018-01-11scsi: hisi_sas: Change frame type for SET MAX commandschenxiang1-1/+1
2017-12-21scsi: hisi_sas: add v3 hw suspend and resumeXiang Chen1-0/+94
2017-12-15scsi: hisi_sas: do link reset for some CHL_INT2 intsXiaofei Tan1-2/+27
2017-12-15scsi: hisi_sas: use an general way to delay PHY workXiaofei Tan1-1/+1
2017-12-15scsi: hisi_sas: add some print to enhance debuggingXiang Chen1-5/+17
2017-12-15scsi: hisi_sas: add RAS feature for v3 hwXiaofei Tan1-0/+139
2017-12-15scsi: hisi_sas: change ncq process for v3 hwXiang Chen1-34/+6
2017-12-15scsi: hisi_sas: relocate clearing ITCT and freeing deviceXiaofei Tan1-2/+2
2017-11-15Merge 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
2017-08-25scsi: hisi_sas: remove driver versioningJohn Garry1-1/+0
2017-08-25scsi: hisi_sas: replace kfree with scsi_host_putJohn Garry1-4/+9
2017-08-25scsi: hisi_sas: remove phy_down_v3_hw() res variableJohn Garry1-2/+1
2017-08-25scsi: hisi_sas: add phy_set_linkrate_v3_hw()Xiang Chen1-0/+39
2017-08-25scsi: hisi_sas: update some v3 register init settingsXiang Chen1-11/+4
2017-08-25scsi: hisi_sas: add reset handler for v3 hwXiang Chen1-15/+143
2017-08-11scsi: hisi_sas: kill tasklet when destroying irq in v3 hwXiang Chen1-0/+1
2017-08-11scsi: hisi_sas: fix v3 hw channel interrupt processingXiang Chen1-1/+1
2017-08-11scsi: hisi_sas: Modify v3 hw STP_LINK_TIMER settingXiang Chen1-0/+3
2017-08-11scsi: hisi_sas: remove repeated device config in v2 hwXiang Chen1-2/+0