summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-222-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-142-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-242-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-221-0/+2
* scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen2021-12-223-3/+24
* scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen2021-12-221-2/+6
* scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen2021-12-221-3/+8
* scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry2021-12-221-6/+0
* scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry2021-12-221-1/+9
* scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu2021-12-162-7/+21
* scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu2021-12-162-3/+6
* scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu2021-12-161-0/+2
* scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry2021-12-161-157/+124
* scsi: hisi_sas: Pass abort structure for internal abortJohn Garry2021-12-162-9/+17
* scsi: hisi_sas: Make internal abort have no task protoJohn Garry2021-12-161-1/+1
* scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry2021-12-161-11/+6
* scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-12-061-2/+2
* scsi: hisi_sas: Remove some useless code in hisi_sas_alloc()Christophe JAILLET2021-12-061-9/+0
* scsi: hisi_sas: Use devm_bitmap_zalloc() when applicableChristophe JAILLET2021-12-061-3/+2
* scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche2021-11-291-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-163-12/+18
| * scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failureLuo Jiaxing2021-10-121-5/+24
| * scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()Xiang Chen2021-10-124-41/+39
| * scsi: hisi_sas: Initialise devices in .slave_alloc callbackXiang Chen2021-10-125-6/+18
| * scsi: hisi_sas: Increase debugfs_dump_index after dump is completedLuo Jiaxing2021-09-131-1/+1
| * scsi: hisi_sas: Replace del_timer() calls with del_timer_sync()Xiang Chen2021-09-133-12/+9
| * scsi: hisi_sas: Rename HISI_SAS_{RESET -> RESETTING}_BITLuo Jiaxing2021-09-135-14/+14
| * scsi: hisi_sas: Stop printing queue count in v3 hardware probeJohn Garry2021-09-131-1/+1
| * scsi: hisi_sas: Use managed PCI functionsXiang Chen2021-09-131-12/+8
* | block: drop unused includes in <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
|/
* scsi: hisi_sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-112-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-113-0/+3
|\
| * scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-223-0/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-025-50/+96
|\|
| * scsi: hisi_sas: Speed up error handling when internal abort timeout occursLuo Jiaxing2021-06-092-0/+7
| * scsi: hisi_sas: Reset controller for internal abort timeoutLuo Jiaxing2021-06-091-14/+26