summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen1-5/+4
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry1-1/+1
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry1-3/+3
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-07-31scsi: hisi_sas: Fix warning detected by sparseSunil V L1-1/+1
2023-07-23scsi: hisi_sas: Block requests before a debugfs snapshotYihang Li1-3/+7
2023-07-23scsi: hisi_sas: Fix normally completed I/O analysed as failedXingui Yang1-2/+4
2023-05-17scsi: hisi_sas: Fix warnings detected by sparseXingui Yang1-3/+4
2023-05-17scsi: hisi_sas: Change DMA setup lock timeout to 2.5sXingui Yang1-0/+4
2023-05-17scsi: hisi_sas: Configure initial value of some registers according to HBA modelYihang Li1-5/+12
2023-04-12scsi: hisi_sas: Work around build failure in suspend functionArnd Bergmann1-0/+4
2023-04-03Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen1-19/+64
2023-04-03scsi: hisi_sas: Exit suspend state when usage count is greater than 0Yihang Li1-17/+56
2023-04-03scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang1-1/+5
2023-04-03scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang1-1/+3
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-2/+1
2023-03-25Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-1/+1
2023-03-25scsi: hisi_sas: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-10scsi: hisi_sas: Add device attribute experimental_iopoll_q_cnt for v3 hwXiang Chen1-0/+13
2023-03-10scsi: hisi_sas: Sync complete queue for poll queueXiang Chen1-1/+2
2023-03-10scsi: hisi_sas: Add poll support for v3 hwXiang Chen1-7/+64
2023-03-10scsi: hisi_sas: Add function complete_v3_hw()Xiang Chen1-5/+12
2023-03-07scsi: hisi_sas: Check devm_add_action() return valueKang Chen1-2/+1
2022-10-18scsi: hisi_sas: Modify v3 HW SATA disk error state completion processingXingui Yang1-1/+4
2022-10-18scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang1-2/+46
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+2
2022-09-07scsi: hisi_sas: Add helper to process bcast eventsJohn Garry1-5/+2
2022-09-07scsi: hisi_sas: Revert change to limit max hw sectors for v3 HWJohn Garry1-7/+0
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+2
2022-07-19scsi: hisi_sas: Modify v3 HW SATA completion error processingXingui Yang1-1/+8
2022-07-19scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen1-2/+0
2022-07-19scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()John Garry1-4/+1
2022-06-28scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry1-0/+7
2022-05-11scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen1-2/+8
2022-03-15scsi: hisi_sas: Use libsas internal abort supportJohn Garry1-9/+9
2022-02-28scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang1-13/+26
2022-02-28scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen1-2/+50
2022-02-28scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu1-10/+10
2022-02-28scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu1-5/+11
2022-02-28scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen1-1/+1
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry1-1/+1
2022-02-15Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen1-2/+0
2022-02-12scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-2/+1
2022-01-25scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET1-2/+0
2021-12-23scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen1-0/+2
2021-12-23scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen1-1/+3
2021-12-23scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen1-2/+6
2021-12-23scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry1-1/+9
2021-12-17scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu1-2/+8
2021-12-17scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu1-0/+1