aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-24scsi: hisi_sas: remove driver versioningJohn Garry1-1/+0
2017-08-24scsi: hisi_sas: replace kfree with scsi_host_putJohn Garry1-4/+9
2017-08-24scsi: hisi_sas: remove phy_down_v3_hw() res variableJohn Garry1-2/+1
2017-08-24scsi: hisi_sas: add phy_set_linkrate_v3_hw()Xiang Chen1-0/+39
2017-08-24scsi: hisi_sas: update some v3 register init settingsXiang Chen1-11/+4
2017-08-24scsi: hisi_sas: add reset handler for v3 hwXiang Chen1-15/+143
2017-08-10scsi: hisi_sas: kill tasklet when destroying irq in v3 hwXiang Chen1-0/+1
2017-08-10scsi: hisi_sas: fix v3 hw channel interrupt processingXiang Chen1-1/+1
2017-08-10scsi: hisi_sas: Modify v3 hw STP_LINK_TIMER settingXiang Chen1-0/+3
2017-08-10scsi: hisi_sas: remove repeated device config in v2 hwXiang Chen1-2/+0
2017-07-01scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan1-18/+18
2017-06-19scsi: hisi_sas: modify internal abort dev flow for v3 hwXiang Chen1-0/+28
2017-06-19scsi: hisi_sas: add v3 code to fill some more hw function pointersXiang Chen1-0/+39
2017-06-19scsi: hisi_sas: add get_wideport_bitmap_v3_hw()Xiang Chen1-0/+13
2017-06-19scsi: hisi_sas: add v3 code to send internal abort commandXiang Chen1-0/+38
2017-06-19scsi: hisi_sas: add v3 code for itct setup and freeXiang Chen1-0/+114
2017-06-19scsi: hisi_sas: add v3 code to send ATA frameXiang Chen1-0/+106
2017-06-19scsi: hisi_sas: add v3 code to send SMP frameXiang Chen1-0/+74
2017-06-19scsi: hisi_sas: add v3 code to send SSP frameXiang Chen1-0/+208
2017-06-19scsi: hisi_sas: add v3 cq interrupt handlerXiang Chen1-0/+340
2017-06-19scsi: hisi_sas: add phy up/down/bcast and channel ISRXiang Chen1-0/+283
2017-06-19scsi: hisi_sas: add v3 hw PHY initXiang Chen1-1/+126
2017-06-19scsi: hisi_sas: add v3 hw initXiang Chen1-0/+277
2017-06-19scsi: hisi_sas: add initialisation for v3 pci-based controllerJohn Garry1-0/+154
2017-06-19scsi: hisi_sas: add skeleton v3 hw driverJohn Garry1-0/+47