aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-12scsi: hisi_sas: Fix for setting the PHY linkrate when disconnectedJohn Garry1-0/+3
2019-03-06scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP target portXiang Chen1-0/+7
2019-03-06scsi: hisi_sas: print PHY RX errors count for later revision of v3 hwXiaofei Tan1-0/+1
2019-02-08scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen1-0/+4
2019-02-08scsi: hisi_sas: Issue internal abort on all relevant queuesJohn Garry1-0/+2
2019-02-08scsi: hisi_sas: change queue depth from 512 to 4096Xiang Chen1-1/+1
2019-02-08scsi: hisi_sas: Add support for DIX feature for v3 hwXiang Chen1-10/+30
2019-01-29scsi: hisi_sas: Fix losing directly attached disk when hot-plugXiaofei Tan1-0/+4
2019-01-29scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()Xiang Chen1-1/+1
2019-01-29scsi: hisi_sas: remove the check of sas_dev status in hisi_sas_I_T_nexus_reset()Xiang Chen1-6/+0
2019-01-29scsi: hisi_sas: send primitive NOTIFY to SSP situation onlyXiang Chen1-1/+1
2019-01-29scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs codeJohn Garry1-2/+2
2019-01-29scsi: hisi_sas: No need to check return value of debugfs_create functionsJohn Garry1-0/+1
2019-01-08scsi: hisi_sas: Debugfs global register create file and add file operationsLuo Jiaxing1-0/+8
2019-01-08scsi: hisi_sas: Take debugfs snapshot for all regsLuo Jiaxing1-2/+13
2019-01-08scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registersLuo Jiaxing1-0/+15
2019-01-08scsi: hisi_sas: Create root and device debugfs directoriesLuo Jiaxing1-0/+9
2018-12-18scsi: hisi_sas: Add support for DIF feature for v2 hwXiang Chen1-0/+8
2018-12-12scsi: hisi_sas: Fix warnings detected by sparseJohn Garry1-1/+1
2018-11-15scsi: hisi_sas: Add support for interrupt coalescing for v3 hwXiang Chen1-0/+2
2018-11-15scsi: hisi_sas: Create separate host attributes per HBAXiang Chen1-1/+0
2018-10-16scsi: hisi_sas: Use block layer tag instead for IPTTXiang Chen1-1/+2
2018-07-19scsi: hisi_sas: tidy host controller reset function a bitXiaofei Tan1-0/+3
2018-07-19scsi: hisi_sas: Drop hisi_sas_slot_abort()John Garry1-1/+0
2018-06-19scsi: hisi_sas: Pre-allocate slot DMA buffersXiang Chen1-4/+5
2018-06-19scsi: hisi_sas: Fix the conflict between dev gone and host resetXiaofei Tan1-0/+1
2018-05-28scsi: hisi_sas: Mark PHY as in reset for nexus resetXiang Chen1-1/+4
2018-05-28scsi: hisi_sas: Add v2 hw force PHY function for internal ATA commandXiaofei Tan1-0/+2
2018-05-28scsi: hisi_sas: Include TMF elements in struct hisi_sas_slotXiaofei Tan1-7/+7
2018-05-28scsi: hisi_sas: Try wait commands before before controller resetXiaofei Tan1-0/+2
2018-05-28scsi: hisi_sas: Create a scsi_host_template per HW moduleXiang Chen1-2/+6
2018-05-28scsi: hisi_sas: Change common allocation mode of device idXiang Chen1-0/+1
2018-05-28scsi: hisi_sas: change slot index allocation modeXiang Chen1-0/+1
2018-05-18scsi: hisi_sas: Don't lock DQ for complete task sendingXiang Chen1-1/+3
2018-05-18scsi: hisi_sas: make return type of prep functions voidXiang Chen1-4/+4
2018-05-08scsi: hisi_sas: update PHY linkrate after a controller resetXiang Chen1-0/+1
2018-05-08scsi: hisi_sas: fix PI memory sizeXiang Chen1-1/+1
2018-05-08scsi: hisi_sas: check host frozen before calling "done" functionXiang Chen1-0/+1
2018-04-18scsi: hisi_sas: remove some unneeded structure membersJohn Garry1-3/+0
2018-03-12scsi: hisi_sas: remove unused variable hisi_sas_devices.running_reqXiang Chen1-1/+0
2018-01-22scsi: hisi_sas: directly attached disk LED feature for v2 hwXiaofei Tan1-0/+3
2018-01-10scsi: hisi_sas: Change frame type for SET MAX commandschenxiang1-1/+2
2017-12-20scsi: hisi_sas: add v3 hw suspend and resumeXiang Chen1-0/+1
2017-12-14scsi: hisi_sas: do link reset for some CHL_INT2 intsXiaofei Tan1-0/+1
2017-12-14scsi: hisi_sas: use an general way to delay PHY workXiaofei Tan1-1/+8
2017-12-14scsi: hisi_sas: add an mechanism to do reset work synchronouslyXiaofei Tan1-0/+26
2017-12-14scsi: hisi_sas: relocate clearing ITCT and freeing deviceXiaofei Tan1-1/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+10
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-1/+0
2017-10-31scsi: hisi_sas: complete all tasklets prior to host resetXiaofei Tan1-0/+1