summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas
AgeCommit message (Expand)AuthorFilesLines
2023-06-08scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König4-15/+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. Petersen5-35/+124
2023-04-03scsi: hisi_sas: Exit suspend state when usage count is greater than 0Yihang Li1-17/+56
2023-04-03scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li1-2/+30
2023-04-03scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang3-3/+15
2023-04-03scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang5-13/+23
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. Petersen4-4/+4
2023-03-25scsi: hisi_sas: Declare SCSI host template constBart Van Assche4-4/+4
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 Chen3-22/+61
2023-03-10scsi: hisi_sas: Add poll support for v3 hwXiang Chen3-10/+82
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
2023-01-12scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li1-1/+1
2023-01-12scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang1-1/+1
2023-01-07scsi: hisi_sas: Fix tag freeing for reserved tagsJason Yan1-1/+1
2022-11-26scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus resetJie Zhan1-3/+5
2022-11-26scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA...Jie Zhan1-12/+4
2022-11-26scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()"Jie Zhan1-7/+0
2022-10-22scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry1-7/+7
2022-10-22scsi: hisi_sas: Use sas_task_find_rq()John Garry1-18/+8
2022-10-18scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan1-11/+3
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 Yang3-3/+64
2022-10-18scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang1-5/+3
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-25/+38
2022-09-07scsi: hisi_sas: Don't send bcast events from HW during nexus HA resetJohn Garry1-4/+12
2022-09-07scsi: hisi_sas: Add helper to process bcast eventsJohn Garry5-13/+18
2022-09-07scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()John Garry1-0/+7
2022-09-07scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlierJohn Garry1-1/+1
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 Assche2-7/+3
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 Chen4-7/+5
2022-07-19scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen1-25/+18
2022-07-19scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()John Garry1-4/+1
2022-07-08Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen1-0/+7
2022-06-28scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry1-0/+7
2022-06-22scsi: hisi_sas: Align commentsJiang Jian1-2/+2
2022-05-20scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry1-0/+2
2022-05-20scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry1-29/+18
2022-05-20scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus resetJohn Garry1-7/+12
2022-05-11scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen1-2/+8
2022-03-30scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter1-1/+0
2022-03-15scsi: hisi_sas: Use libsas internal abort supportJohn Garry4-319/+171