summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas
AgeCommit message (Expand)AuthorFilesLines
2022-02-01scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry1-8/+6
2022-01-25scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2-5/+0
2022-01-07scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen1-5/+0
2021-12-23scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen1-0/+2
2021-12-23scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen3-3/+24
2021-12-23scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen1-2/+6
2021-12-23scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen1-3/+8
2021-12-23scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry1-6/+0
2021-12-23scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry1-1/+9
2021-12-17scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu2-7/+21
2021-12-17scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu2-3/+6
2021-12-17scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu1-0/+2
2021-12-17scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry1-157/+124
2021-12-17scsi: hisi_sas: Pass abort structure for internal abortJohn Garry2-9/+17
2021-12-17scsi: hisi_sas: Make internal abort have no task protoJohn Garry1-1/+1
2021-12-17scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry1-11/+6
2021-12-07scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET1-2/+2
2021-12-07scsi: hisi_sas: Remove some useless code in hisi_sas_alloc()Christophe JAILLET1-9/+0
2021-12-07scsi: hisi_sas: Use devm_bitmap_zalloc() when applicableChristophe JAILLET1-3/+2
2021-11-30scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche1-1/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-104/+132
2021-10-18block: drop unused includes in <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-17scsi: hisi_sas: Switch to attribute groupsBart Van Assche3-12/+18
2021-10-13scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failureLuo Jiaxing1-5/+24
2021-10-13scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()Xiang Chen4-41/+39
2021-10-13scsi: hisi_sas: Initialise devices in .slave_alloc callbackXiang Chen5-6/+18
2021-09-14scsi: hisi_sas: Increase debugfs_dump_index after dump is completedLuo Jiaxing1-1/+1
2021-09-14scsi: hisi_sas: Replace del_timer() calls with del_timer_sync()Xiang Chen3-12/+9
2021-09-14scsi: hisi_sas: Rename HISI_SAS_{RESET -> RESETTING}_BITLuo Jiaxing5-14/+14
2021-09-14scsi: hisi_sas: Stop printing queue count in v3 hardware probeJohn Garry1-1/+1
2021-09-14scsi: hisi_sas: Use managed PCI functionsXiang Chen1-12/+8
2021-08-12scsi: hisi_sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-3/+3
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-0/+3
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-50/+96
2021-06-23scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu3-0/+3
2021-06-10scsi: hisi_sas: Speed up error handling when internal abort timeout occursLuo Jiaxing2-0/+7
2021-06-10scsi: hisi_sas: Reset controller for internal abort timeoutLuo Jiaxing1-14/+26
2021-06-10scsi: hisi_sas: Include HZ in timer macrosLuo Jiaxing4-11/+14
2021-06-10scsi: hisi_sas: Run I_T nexus resets in parallel for clear nexus resetLuo Jiaxing2-6/+18
2021-06-10scsi: hisi_sas: Put a limit of link reset retriesLuo Jiaxing2-2/+14
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche3-12/+12
2021-05-22scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irqYang Yingliang1-4/+4
2021-05-22scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()Sergey Shtylyov1-6/+6
2021-04-13scsi: hisi_sas: Fix IRQ checksSergey Shtylyov1-3/+3
2021-04-13scsi: hisi_sas: Print SATA device SAS address for soft reset failureLuo Jiaxing1-2/+4
2021-04-13scsi: hisi_sas: Warn in v3 hw channel interrupt handler when status reg clearedLuo Jiaxing1-2/+8
2021-04-13scsi: hisi_sas: Directly snapshot registers when executing a resetJianqin Xie3-20/+36
2021-04-13scsi: hisi_sas: Call sas_unregister_ha() to roll back if .hw_init() failsXiang Chen2-2/+6
2021-04-13scsi: hisi_sas: Print SAS address for v3 hw erroneous completion printLuo Jiaxing1-1/+2
2021-04-13scsi: hisi_sas: Delete some unused callbacksLuo Jiaxing1-2/+0