summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas
AgeCommit message (Expand)AuthorFilesLines
2024-04-06scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen1-1/+1
2024-04-06scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen1-1/+9
2024-01-25scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2-2/+6
2024-01-25scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2-3/+7
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: Correct the number of global debugfs registersYihang Li1-1/+1
2023-12-14scsi: hisi_sas: Rollback some operations if FLR failedYihang Li1-0/+5
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 Li2-3/+3
2023-12-14scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li1-5/+5
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-128/+9
2023-10-04scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-128/+9
2023-09-22scsi: hisi_sas: Allocate DFX memory during dump triggerYihang Li2-49/+46
2023-09-22scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li3-14/+8
2023-09-22scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfsYihang Li1-6/+7
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. Petersen4-20/+10
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry3-5/+3
2023-08-22scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry1-6/+2
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry2-6/+6
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 Garry2-2/+0
2023-08-02ata,scsi: cleanup __ata_port_probe()Hannes Reinecke1-1/+1
2023-07-31scsi: hisi_sas: Fix warning detected by sparseSunil V L1-1/+1
2023-07-23scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()Yihang Li1-5/+0
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 Yang2-4/+13
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