summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-03-211-1/+1
* scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()Xiang Chen2018-03-131-1/+2
* scsi: hisi_sas: modify some register config for hip08Xiaofei Tan2018-03-131-12/+11Star
* scsi: hisi_sas: Code cleanup and minor bug fixesXiang Chen2018-03-134-23/+33
* scsi: hisi_sas: fix return value of hisi_sas_task_prep()Xiaofei Tan2018-03-131-3/+3
* scsi: hisi_sas: remove unused variable hisi_sas_devices.running_reqXiang Chen2018-03-133-13/+0Star
* scsi: hisi_sas: increase timer expire of internal abort taskXiaofei Tan2018-03-131-1/+2
* scsi: hisi_sas: fix the issue of setting linkrate registerXiaofei Tan2018-03-133-6/+9
* scsi: hisi_sas: fix the issue of link rate inconsistencyXiaofei Tan2018-03-134-20/+4Star
* scsi: hisi_sas: support the property of signal attenuation for v2 hwXiaofei Tan2018-03-131-1/+38
* scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()Xiang Chen2018-01-231-1/+0Star
* scsi: hisi_sas: directly attached disk LED feature for v2 hwXiaofei Tan2018-01-233-0/+62
* scsi: hisi_sas: make local symbol host_attrs staticWei Yongjun2018-01-171-1/+1
* scsi: hisi_sas: Change frame type for SET MAX commandschenxiang2018-01-114-5/+22
* scsi: libsas: make the event threshold configurableJason Yan2018-01-091-0/+6
* scsi: hisi_sas: add v3 hw suspend and resumeXiang Chen2017-12-213-1/+97
* scsi: hisi_sas: re-add the lldd_port_deformed()Xiang Chen2017-12-211-0/+5
* scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IOXiang Chen2017-12-211-1/+1
* scsi: hisi_sas: add internal abort dev in some placesXiaofei Tan2017-12-151-0/+25
* scsi: hisi_sas: judge result of internal abortXiaofei Tan2017-12-151-7/+31
* scsi: hisi_sas: do link reset for some CHL_INT2 intsXiaofei Tan2017-12-154-6/+54
* scsi: hisi_sas: use an general way to delay PHY workXiaofei Tan2017-12-155-7/+32
* scsi: hisi_sas: add v2 hw port AXI error handling supportXiaofei Tan2017-12-151-6/+45
* scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hwXiaofei Tan2017-12-151-30/+28Star
* scsi: hisi_sas: add some print to enhance debuggingXiang Chen2017-12-153-15/+46
* scsi: hisi_sas: add RAS feature for v3 hwXiaofei Tan2017-12-151-0/+139
* scsi: hisi_sas: change ncq process for v3 hwXiang Chen2017-12-151-34/+6Star
* scsi: hisi_sas: add an mechanism to do reset work synchronouslyXiaofei Tan2017-12-152-1/+44
* scsi: hisi_sas: modify hisi_sas_dev_gone() for resetXiang Chen2017-12-151-6/+8
* scsi: hisi_sas: some optimizations of host controller resetXiaofei Tan2017-12-151-7/+4Star
* scsi: hisi_sas: optimise port id refresh functionXiaofei Tan2017-12-151-18/+30
* scsi: hisi_sas: relocate clearing ITCT and freeing deviceXiaofei Tan2017-12-155-12/+22
* scsi: hisi_sas: fix dma_unmap_sg() parameterXiang Chen2017-12-151-2/+4
* scsi: hisi_sas: initialize dq spinlock before useXiang Chen2017-12-151-0/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-222-5/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-155-207/+364
|\
| * scsi: hisi_sas: add v3 hw port AXI error handlingXiaofei Tan2017-10-311-5/+37
| * scsi: hisi_sas: add v3 hw support for AXI fatal errorXiaofei Tan2017-10-311-0/+125
| * scsi: hisi_sas: complete all tasklets prior to host resetXiaofei Tan2017-10-314-7/+16
| * scsi: hisi_sas: fix a bug when free device for v3 hwXiang Chen2017-10-311-18/+7Star
| * scsi: hisi_sas: add hisi_hba.rst_work init for v3 hwXiaofei Tan2017-10-313-1/+4
| * scsi: hisi_sas: add v3 hw DFX featureXiaofei Tan2017-10-311-0/+30
| * scsi: hisi_sas: init connect cfg register for v3 hwXiaofei Tan2017-10-311-0/+3
| * scsi: hisi_sas: check PHY state in get_wideport_bitmap_v3_hw()Xiaofei Tan2017-10-311-2/+4
| * scsi: hisi_sas: use array for v2 hw AXI errorsShiju Jose2017-10-252-137/+100Star
| * scsi: hisi_sas: fix the risk of freeing slot twiceXiaofei Tan2017-10-251-3/+6
| * scsi: hisi_sas: fix NULL check in SMP abort task pathXiaofei Tan2017-10-251-1/+1
| * scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESETXiang Chen2017-10-255-5/+5
| * scsi: hisi_sas: fix SATA breakpoint memory sizeXiang Chen2017-10-253-6/+10
| * scsi: hisi_sas: grab hisi_hba.lock when processing slotsXiang Chen2017-10-253-1/+8