summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter2022-03-301-1/+0
* scsi: hisi_sas: Use libsas internal abort supportJohn Garry2022-03-154-319/+171
* scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang2022-02-281-13/+26
* scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen2022-02-281-2/+50
* scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu2022-02-281-10/+10
* scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu2022-02-281-5/+11
* scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen2022-02-282-2/+3
* scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen2022-02-281-1/+1
* scsi: hisi_sas: Remove unnecessary print function dev_err()Yang Li2022-02-231-12/+3
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-232-129/+6
* 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-195-23/+16
* 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-152-13/+6
|\
| * scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry2022-01-311-8/+6
| * scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-252-5/+0
* | scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-114-13/+4
|/
* scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen2022-01-071-5/+0
* scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen2021-12-231-0/+2
* scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen2021-12-233-3/+24
* scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen2021-12-231-2/+6
* scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen2021-12-231-3/+8
* scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry2021-12-231-6/+0
* scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry2021-12-231-1/+9
* scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu2021-12-172-7/+21
* scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu2021-12-172-3/+6
* scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu2021-12-171-0/+2
* scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry2021-12-171-157/+124
* scsi: hisi_sas: Pass abort structure for internal abortJohn Garry2021-12-172-9/+17
* scsi: hisi_sas: Make internal abort have no task protoJohn Garry2021-12-171-1/+1
* scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry2021-12-171-11/+6
* scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-12-071-2/+2
* scsi: hisi_sas: Remove some useless code in hisi_sas_alloc()Christophe JAILLET2021-12-071-9/+0
* scsi: hisi_sas: Use devm_bitmap_zalloc() when applicableChristophe JAILLET2021-12-071-3/+2
* scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche2021-11-301-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-055-104/+132
|\
| * scsi: hisi_sas: Switch to attribute groupsBart Van Assche2021-10-173-12/+18
| * scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failureLuo Jiaxing2021-10-131-5/+24
| * scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()Xiang Chen2021-10-134-41/+39
| * scsi: hisi_sas: Initialise devices in .slave_alloc callbackXiang Chen2021-10-135-6/+18
| * scsi: hisi_sas: Increase debugfs_dump_index after dump is completedLuo Jiaxing2021-09-141-1/+1
| * scsi: hisi_sas: Replace del_timer() calls with del_timer_sync()Xiang Chen2021-09-143-12/+9
| * scsi: hisi_sas: Rename HISI_SAS_{RESET -> RESETTING}_BITLuo Jiaxing2021-09-145-14/+14