summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/