summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li2023-09-211-2/+5
* Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-051-1/+1
|\
| * ata,scsi: cleanup __ata_port_probe()Hannes Reinecke2023-08-021-1/+1
* | Merge patch series "libsas: Some tidy-up"Martin K. Petersen2023-08-241-6/+3
|\ \
| * | scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-211-3/+3
| * | scsi: libsas: Delete enum sas_phy_typeJohn Garry2023-08-211-1/+0
| * | scsi: libsas: Delete enum sas_classJohn Garry2023-08-211-1/+0
| * | scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry2023-08-211-1/+0
| |/
* / scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()Yihang Li2023-07-231-5/+0
|/
* scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König2023-06-071-2/+1
* scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li2023-04-021-2/+30
* scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang2023-04-021-9/+16
* scsi: hisi_sas: Sync complete queue for poll queueXiang Chen2023-03-091-20/+57
* scsi: hisi_sas: Add poll support for v3 hwXiang Chen2023-03-091-3/+15
* 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: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang2022-10-181-1/+17
* scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang2022-10-181-5/+3
* 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-061-0/+12
* 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: Relocate DMA unmap of SMP taskXiang Chen2022-07-181-1/+5
* scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen2022-07-181-25/+18
* 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: Remove stray fallthrough annotationDan Carpenter2022-03-291-1/+0
* scsi: hisi_sas: Use libsas internal abort supportJohn Garry2022-03-141-298/+155
* scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen2022-02-271-1/+2
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-221-127/+3
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-26/+1
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-11/+1
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-3/+1
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-4/+1
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-191-4/+1
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-191-0/+20
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-191-10/+6
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-191-11/+11
* scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry2022-02-191-2/+0
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-191-12/+0
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-141-11/+6
|\
| * scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry2022-01-311-8/+6