summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König2023-06-074-15/+4
* scsi: hisi_sas: Fix warnings detected by sparseXingui Yang2023-05-161-3/+4
* scsi: hisi_sas: Change DMA setup lock timeout to 2.5sXingui Yang2023-05-161-0/+4
* scsi: hisi_sas: Configure initial value of some registers according to HBA modelYihang Li2023-05-161-5/+12
* scsi: hisi_sas: Work around build failure in suspend functionArnd Bergmann2023-04-111-0/+4
* Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen2023-04-025-35/+124
|\
| * scsi: hisi_sas: Exit suspend state when usage count is greater than 0Yihang Li2023-04-021-17/+56
| * scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li2023-04-021-2/+30
| * scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang2023-04-023-3/+15
| * scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang2023-04-025-13/+23
* | Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-03-311-2/+1
|\ \
| * | scsi: hisi_sas: Check devm_add_action() return valueKang Chen2023-03-061-2/+1
* | | Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-244-4/+4
|\ \ \ | |_|/ |/| |
| * | scsi: hisi_sas: Declare SCSI host template constBart Van Assche2023-03-244-4/+4
| |/
* | scsi: hisi_sas: Add device attribute experimental_iopoll_q_cnt for v3 hwXiang Chen2023-03-091-0/+13
* | scsi: hisi_sas: Sync complete queue for poll queueXiang Chen2023-03-093-22/+61
* | scsi: hisi_sas: Add poll support for v3 hwXiang Chen2023-03-093-10/+82
* | scsi: hisi_sas: Add function complete_v3_hw()Xiang Chen2023-03-091-5/+12
|/
* scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li2023-01-121-1/+1
* scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang2023-01-121-1/+1
* scsi: hisi_sas: Fix tag freeing for reserved tagsJason Yan2023-01-071-1/+1
* scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus resetJie Zhan2022-11-261-3/+5
* scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA...Jie Zhan2022-11-261-12/+4
* scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()"Jie Zhan2022-11-261-7/+0
* scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry2022-10-221-7/+7
* scsi: hisi_sas: Use sas_task_find_rq()John Garry2022-10-221-18/+8
* scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan2022-10-181-11/+3
* scsi: hisi_sas: Modify v3 HW SATA disk error state completion processingXingui Yang2022-10-181-1/+4
* scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang2022-10-183-3/+64
* scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang2022-10-181-5/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-075-25/+38
|\
| * scsi: hisi_sas: Don't send bcast events from HW during nexus HA resetJohn Garry2022-09-061-4/+12
| * scsi: hisi_sas: Add helper to process bcast eventsJohn Garry2022-09-065-13/+18
| * scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()John Garry2022-09-061-0/+7
| * scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlierJohn Garry2022-09-061-1/+1
| * scsi: hisi_sas: Revert change to limit max hw sectors for v3 HWJohn Garry2022-09-061-7/+0
* | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-222-7/+3
|/
* scsi: hisi_sas: Modify v3 HW SATA completion error processingXingui Yang2022-07-181-1/+8
* scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen2022-07-184-7/+5
* scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen2022-07-181-25/+18
* scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()John Garry2022-07-181-4/+1
* Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen2022-07-071-0/+7
|\
| * scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry2022-06-271-0/+7
* | scsi: hisi_sas: Align commentsJiang Jian2022-06-211-2/+2
|/
* scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry2022-05-191-0/+2
* scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry2022-05-191-29/+18
* scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus resetJohn Garry2022-05-191-7/+12
* scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen2022-05-101-2/+8
* scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter2022-03-291-1/+0
* scsi: hisi_sas: Use libsas internal abort supportJohn Garry2022-03-144-319/+171