aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-12scsi: hisi_sas: Code cleanup and minor bug fixesXiang Chen1-7/+7
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 Chen1-9/+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 link rate inconsistencyXiaofei Tan1-0/+2
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 Tan1-0/+20
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 commandschenxiang1-2/+18
2018-01-08scsi: libsas: make the event threshold configurableJason Yan1-0/+6
2017-12-20scsi: hisi_sas: add v3 hw suspend and resumeXiang Chen1-1/+2
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
2017-12-14scsi: hisi_sas: judge result of internal abortXiaofei Tan1-7/+31
2017-12-14scsi: hisi_sas: do link reset for some CHL_INT2 intsXiaofei Tan1-0/+12
2017-12-14scsi: hisi_sas: use an general way to delay PHY workXiaofei Tan1-2/+20
2017-12-14scsi: hisi_sas: add some print to enhance debuggingXiang Chen1-5/+10
2017-12-14scsi: hisi_sas: add an mechanism to do reset work synchronouslyXiaofei Tan1-1/+18
2017-12-14scsi: hisi_sas: modify hisi_sas_dev_gone() for resetXiang Chen1-6/+8
2017-12-14scsi: hisi_sas: some optimizations of host controller resetXiaofei Tan1-7/+4
2017-12-14scsi: hisi_sas: optimise port id refresh functionXiaofei Tan1-18/+30
2017-12-14scsi: hisi_sas: relocate clearing ITCT and freeing deviceXiaofei Tan1-2/+5
2017-12-14scsi: hisi_sas: fix dma_unmap_sg() parameterXiang Chen1-2/+4
2017-12-14scsi: hisi_sas: initialize dq spinlock before useXiang Chen1-0/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+32
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-8/+6
2017-10-31scsi: hisi_sas: complete all tasklets prior to host resetXiaofei Tan1-0/+11
2017-10-31scsi: hisi_sas: add hisi_hba.rst_work init for v3 hwXiaofei Tan1-1/+2
2017-10-25scsi: hisi_sas: fix the risk of freeing slot twiceXiaofei Tan1-3/+6
2017-10-25scsi: hisi_sas: fix NULL check in SMP abort task pathXiaofei Tan1-1/+1
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-3/+3
2017-10-25scsi: hisi_sas: grab hisi_hba.lock when processing slotsXiang Chen1-1/+4
2017-10-25scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lockXiaofei Tan1-2/+3
2017-10-25scsi: hisi_sas: fix internal abort slot timeout bugXiang Chen1-0/+1
2017-09-27scsi: libsas: remove unused variable sas_haColin Ian King1-1/+0
2017-09-15scsi: libsas: kill useless ha_event and do some cleanupJason Yan1-1/+0
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-08-24scsi: hisi_sas: remove driver versioningJohn Garry1-3/+0
2017-08-24scsi: hisi_sas: replace kfree with scsi_host_putJohn Garry1-3/+3
2017-08-24scsi: hisi_sas: add reset handler for v3 hwXiang Chen1-0/+9
2017-08-10scsi: hisi_sas: add status and command buffer for internal abortXiang Chen1-1/+13
2017-08-10scsi: hisi_sas: support zone management commandsXiaofei Tan1-0/+2
2017-08-10scsi: hisi_sas: remove repeated device config in v2 hwXiang Chen1-3/+0
2017-08-10scsi: hisi_sas: add v2 hw DFX featureXiaofei Tan1-1/+6
2017-08-10scsi: hisi_sas: fix reset and port ID refresh issuesXiaofei Tan1-51/+101
2017-07-01scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan1-56/+19
2017-06-19scsi: hisi_sas: modify internal abort dev flow for v3 hwXiang Chen1-0/+15