aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32()John Garry2019-01-291-0/+1
* scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmndJohn Garry2019-01-291-1/+2
* scsi: hisi_sas: Some misc tidy-upJohn Garry2019-01-291-11/+22
* scsi: hisi_sas: Correct memory allocation size for DQ debugfsLuo Jiaxing2019-01-291-2/+2
* scsi: hisi_sas: Fix losing directly attached disk when hot-plugXiaofei Tan2019-01-294-9/+56
* scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5GLuo Jiaxing2019-01-291-4/+8
* scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()Xiang Chen2019-01-293-4/+4
* scsi: hisi_sas: remove the check of sas_dev status in hisi_sas_I_T_nexus_reset()Xiang Chen2019-01-293-16/+0
* scsi: hisi_sas: shutdown axi bus to avoid exception CQ returnedXiang Chen2019-01-291-0/+12
* scsi: hisi_sas: send primitive NOTIFY to SSP situation onlyXiang Chen2019-01-295-8/+9
* scsi: hisi_sas: Add debugfs ITCT file and add file operationsLuo Jiaxing2019-01-291-0/+33
* scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs codeJohn Garry2019-01-292-12/+13
* scsi: hisi_sas: No need to check return value of debugfs_create functionsJohn Garry2019-01-292-37/+17
* scsi: hisi_sas: Add debugfs IOST file and add file operationsLuo Jiaxing2019-01-081-0/+51
* scsi: hisi_sas: Add debugfs DQ file and add file operationsLuo Jiaxing2019-01-081-0/+52
* scsi: hisi_sas: Add debugfs CQ file and add file operationsLuo Jiaxing2019-01-081-0/+70
* scsi: hisi_sas: Add debugfs for port registersLuo Jiaxing2019-01-082-0/+98
* scsi: hisi_sas: Debugfs global register create file and add file operationsLuo Jiaxing2019-01-083-0/+141
* scsi: hisi_sas: Take debugfs snapshot for all regsLuo Jiaxing2019-01-084-6/+180
* scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registersLuo Jiaxing2019-01-083-0/+99
* scsi: hisi_sas: Create root and device debugfs directoriesLuo Jiaxing2019-01-083-0/+41
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-285-165/+472
|\
| * scsi: hisi_sas: Add support for DIF feature for v2 hwXiang Chen2018-12-182-3/+137
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-183-3/+0
| * scsi: hisi_sas: Make sg_tablesize consistent valueXiang Chen2018-12-124-5/+3
| * scsi: hisi_sas: Relocate some code to reduce complexityXiang Chen2018-12-121-56/+90
| * scsi: hisi_sas: Fix warnings detected by sparseJohn Garry2018-12-125-55/+71
| * scsi: hisi_sas: change the time of SAS SSP connectionXiang Chen2018-11-151-1/+1
| * scsi: hisi_sas: Relocate some codes to avoid an unused checkXiang Chen2018-11-151-21/+23
| * scsi: hisi_sas: Add support for interrupt coalescing for v3 hwXiang Chen2018-11-152-0/+102
| * scsi: hisi_sas: Add support for interrupt converge for v3 hwXiang Chen2018-11-151-5/+24
| * scsi: hisi_sas: Create separate host attributes per HBAXiang Chen2018-11-155-10/+18
| * scsi: hisi_sas: use dma_set_mask_and_coherentChristoph Hellwig2018-11-151-8/+5
* | scsi: hisi_sas: Remove set but not used variable 'dq_list'YueHaibing2018-11-053-6/+0
|/
* scsi: hisi_sas: Fix NULL pointer dereferenceGustavo A. R. Silva2018-10-191-4/+4
* scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()John Garry2018-10-161-1/+3
* scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register valuesXiang Chen2018-10-161-0/+3
* scsi: hisi_sas: Use block layer tag instead for IPTTXiang Chen2018-10-165-40/+70
* scsi: hisi_sas: unmask interrupts ent72 and ent74Xiang Chen2018-10-161-1/+1
* scsi: hisi_sas: Free slot later in slot_complete_vx_hw()Xiang Chen2018-10-162-2/+2
* scsi: hisi_sas: Fix the race between IO completion and timeout for SMP/intern...Xiang Chen2018-10-161-9/+46
* scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()Luo Jiaxing2018-10-161-2/+5
* scsi: hisi_sas: Feed back linkrate(max/min) when re-attachedLuo Jiaxing2018-10-161-0/+3
* scsi: libsas: make the lldd_port_deformed method optionalJason Yan2018-09-251-7/+2
* scsi: hisi_sas: Add SATA FIS check for v3 hwXiang Chen2018-07-192-2/+11
* scsi: hisi_sas: add memory barrier in task delivery functionXiaofei Tan2018-07-194-17/+32
* scsi: hisi_sas: Tidy hisi_sas_task_prep()Xiang Chen2018-07-191-8/+5
* scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hwXiaofei Tan2018-07-191-0/+37
* scsi: hisi_sas: relocate some common code for v3 hwXiaofei Tan2018-07-191-23/+27
* scsi: hisi_sas: tidy host controller reset function a bitXiaofei Tan2018-07-192-22/+42