summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2024-04-12scsi: libata: Switch to using ->device_configureChristoph Hellwig1-3/+4
2024-04-06scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen1-1/+1
2024-01-25scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen1-1/+6
2024-01-25scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li1-1/+2
2024-01-25scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li1-2/+2
2024-01-25scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2023-12-14scsi: hisi_sas: Check before using pointer variablesYihang Li1-2/+5
2023-12-14scsi: hisi_sas: Replace with standard error code return valueYihang Li1-2/+2
2023-09-22scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li1-2/+5
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+1
2023-08-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen1-6/+3
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry1-3/+3
2023-08-22scsi: libsas: Delete enum sas_phy_typeJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-08-02ata,scsi: cleanup __ata_port_probe()Hannes Reinecke1-1/+1
2023-07-23scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()Yihang Li1-5/+0
2023-06-08scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König1-2/+1
2023-04-03scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li1-2/+30
2023-04-03scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang1-9/+16
2023-03-10scsi: hisi_sas: Sync complete queue for poll queueXiang Chen1-20/+57
2023-03-10scsi: hisi_sas: Add poll support for v3 hwXiang Chen1-3/+15
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: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang1-1/+17
2022-10-18scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang1-5/+3
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 Garry1-0/+12
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-07-19scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen1-1/+5
2022-07-19scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen1-25/+18
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-03-30scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter1-1/+0
2022-03-15scsi: hisi_sas: Use libsas internal abort supportJohn Garry1-298/+155
2022-02-28scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen1-1/+2
2022-02-23scsi: libsas: Add sas_execute_ata_cmd()John Garry1-127/+3
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-26/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-11/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-3/+1