aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22scsi: hisi_sas: directly attached disk LED feature for v2 hwXiaofei Tan1-0/+39
2018-01-10scsi: hisi_sas: Change frame type for SET MAX commandschenxiang1-1/+1
2017-12-14scsi: hisi_sas: do link reset for some CHL_INT2 intsXiaofei Tan1-4/+14
2017-12-14scsi: hisi_sas: use an general way to delay PHY workXiaofei Tan1-2/+2
2017-12-14scsi: hisi_sas: add v2 hw port AXI error handling supportXiaofei Tan1-6/+45
2017-12-14scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hwXiaofei Tan1-30/+28
2017-12-14scsi: hisi_sas: add some print to enhance debuggingXiang Chen1-5/+19
2017-12-14scsi: hisi_sas: relocate clearing ITCT and freeing deviceXiaofei Tan1-5/+11
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-3/+3
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-146/+107
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-13/+11
2017-10-31scsi: hisi_sas: complete all tasklets prior to host resetXiaofei Tan1-6/+2
2017-10-25scsi: hisi_sas: use array for v2 hw AXI errorsShiju Jose1-137/+99
2017-10-25scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESETXiang Chen1-1/+1
2017-10-25scsi: hisi_sas: grab hisi_hba.lock when processing slotsXiang Chen1-0/+2
2017-10-25scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lockXiaofei Tan1-2/+3
2017-08-24scsi: hisi_sas: add reset handler for v3 hwXiang Chen1-21/+3
2017-08-10scsi: hisi_sas: service interrupt ITCT_CLR interrupt in v2 hwXiang Chen1-21/+19
2017-08-10scsi: hisi_sas: add irq and tasklet cleanup in v2 hwXiang Chen1-47/+49
2017-08-10scsi: hisi_sas: use array for v2 hw ECC errorsJohn Garry1-179/+189
2017-08-10scsi: hisi_sas: add v2 hw DFX featureXiaofei Tan1-0/+22
2017-08-10scsi: hisi_sas: fix v2 hw underflow residual valueXiang Chen1-2/+2
2017-08-10scsi: hisi_sas: avoid potential v2 hw interrupt issueXiang Chen1-9/+10
2017-08-10scsi: hisi_sas: fix reset and port ID refresh issuesXiaofei Tan1-21/+15
2017-07-12scsi: hisi_sas: make several const arrays staticColin Ian King1-5/+5
2017-07-01scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan1-19/+18
2017-06-19scsi: hisi_sas: add pci_dev in hisi_hba structJohn Garry1-22/+22
2017-06-19scsi: hisi_sas: relocate get_ncq_tag_v2_hw()Xiang Chen1-15/+1
2017-06-19scsi: hisi_sas: relocate sata_done_v2_hw()Xiang Chen1-16/+2
2017-06-19scsi: hisi_sas: relocate get_ata_protocol()Xiang Chen1-65/+2
2017-06-19scsi: hisi_sas: optimise the usage of hisi_hba.lockXiang Chen1-17/+17
2017-04-11scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errorsXiang Chen1-37/+56
2017-04-11scsi: hisi_sas: add v2 hw internal abort timeout workaroundJohn Garry1-9/+53
2017-04-11scsi: hisi_sas: workaround SoC about abort timeout bugXiaofei Tan1-1/+126
2017-04-11scsi: hisi_sas: workaround a SoC SATA IO processing bugXiaofei Tan1-13/+70
2017-04-11scsi: hisi_sas: workaround STP link SoC bugXiaofei Tan1-1/+59
2017-03-29scsi: hisi_sas: add missing break in switch statementColin Ian King1-0/+1
2017-03-23scsi: hisi_sas: add is_sata_phy_v2_hw()Xiaofei Tan1-4/+13
2017-03-23scsi: hisi_sas: rename hisi_sas_link_timeout_{enable, disable}_linkJohn Garry1-6/+6
2017-03-23scsi: hisi_sas: handle PHY UP+DOWN simultaneous irqXiaofei Tan1-17/+39
2017-03-23scsi: hisi_sas: some modifications to v2 hw reg init valuesJohn Garry1-6/+6
2017-03-23scsi: hisi_sas: process error codes according to their priorityXiang Chen1-155/+398
2017-03-23scsi: hisi_sas: fix some sas_task.task_state_lock lockingJohn Garry1-2/+5
2017-03-23scsi: hisi_sas: check for SAS_TASK_STATE_ABORTED in slot completeJohn Garry1-0/+10
2017-03-23scsi: hisi_sas: modify hisi_sas_abort_task() for SSPJohn Garry1-1/+1
2017-03-23scsi: hisi_sas: modify error handling for v2 hwXiang Chen1-6/+3
2017-03-23scsi: hisi_sas: remove hisi_sas_port_deformed()John Garry1-7/+6
2017-03-23scsi: hisi_sas: add softreset function for SATA diskXiang Chen1-1/+2
2017-03-23scsi: hisi_sas: move PHY init to hisi_sas_scan_start()John Garry1-2/+1
2017-03-23scsi: hisi_sas: add controller resetXiang Chen1-0/+94