summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-145-60/+27
|\
| * scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-115-9/+12
| * Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen2024-03-253-51/+3
| |\
| | * scsi: hisi_sas: Use LIBSAS_SHT_BASE_NO_SLAVE_INITJohn Garry2024-03-253-51/+3
| * | scsi: hisi_sas: Add libsas SATA sysfs attributes groupIgor Pylypiv2024-03-252-0/+12
| |/
* | scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen2024-04-051-1/+1
* | scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen2024-04-051-1/+9
|/
* scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2024-01-242-2/+6
* scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2024-01-242-3/+7
* scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li2024-01-241-2/+2
* scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li2024-01-241-2/+10
* scsi: hisi_sas: Correct the number of global debugfs registersYihang Li2023-12-131-1/+1
* scsi: hisi_sas: Rollback some operations if FLR failedYihang Li2023-12-131-0/+5
* scsi: hisi_sas: Check before using pointer variablesYihang Li2023-12-131-2/+5
* scsi: hisi_sas: Replace with standard error code return valueYihang Li2023-12-132-3/+3
* scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li2023-12-131-5/+5
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-128/+9
|\
| * scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang2023-10-041-128/+9
* | scsi: hisi_sas: Allocate DFX memory during dump triggerYihang Li2023-09-212-49/+46
* | scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li2023-09-213-14/+8
* | scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfsYihang Li2023-09-211-6/+7
|/
* 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-244-20/+10
|\ \
| * | scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry2023-08-213-5/+3
| * | scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry2023-08-211-6/+2
| * | scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-212-6/+6
| * | 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-212-2/+0
| |/
* | scsi: hisi_sas: Fix warning detected by sparseSunil V L2023-07-311-1/+1
* | scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()Yihang Li2023-07-231-5/+0
* | scsi: hisi_sas: Block requests before a debugfs snapshotYihang Li2023-07-231-3/+7
* | scsi: hisi_sas: Fix normally completed I/O analysed as failedXingui Yang2023-07-232-4/+13
|/
* 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