summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
AgeCommit message (Expand)Author
2021-04-12scsi: hisi_sas: Print SATA device SAS address for soft reset failureLuo Jiaxing
2021-04-12scsi: hisi_sas: Directly snapshot registers when executing a resetJianqin Xie
2021-04-12scsi: hisi_sas: Call sas_unregister_ha() to roll back if .hw_init() failsXiang Chen
2021-01-26scsi: hisi_sas: Enable debugfs support by defaultLuo Jiaxing
2021-01-26scsi: hisi_sas: Don't check .nr_hw_queues in hisi_sas_task_prep()John Garry
2021-01-22scsi: hisi_sas: Switch back to original libsas event notifiersAhmed S. Darwish
2021-01-22scsi: hisi_sas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry
2021-01-04Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen
2020-12-21scsi: hisi_sas: Expose HW queues for v2 hwJohn Garry
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-12-07scsi: hisi_sas: Select a suitable queue for internal I/OsXiang Chen
2020-12-01scsi: hisi_sas: Remove preemptible()Ahmed S. Darwish
2020-11-30scsi: hisi_sas: Move debugfs code to v3 hw driverLuo Jiaxing
2020-10-26scsi: hisi_sas: Stop using queue #0 always for v2 hwJohn Garry
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-06scsi: hisi_sas: Recover PHY state according to the status before resetXiang Chen
2020-10-06scsi: hisi_sas: Filter out new PHY up events during suspendXiang Chen
2020-10-06scsi: hisi_sas: Switch v3 hw to MQJohn Garry
2020-09-02scsi: hisi_sas: Code style cleanupLuo Jiaxing
2020-09-02scsi: hisi_sas: Add missing newlinesXiang Chen
2020-09-02scsi: hisi_sas: Add BIST support for fixed code patternLuo Jiaxing
2020-09-02scsi: hisi_sas: Add BIST support for phy FFELuo Jiaxing
2020-09-02scsi: hisi_sas: Avoid accessing to SSP task for SMP I/OsXiang Chen
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-19scsi: hisi_sas: Do not reset phy timer to wait for stray phy upLuo Jiaxing
2020-01-20scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_maskJohn Garry
2020-01-20scsi: hisi_sas: Modify the file permissions of trigger_dump to write onlyLuo Jiaxing
2020-01-20scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/...Xiang Chen
2020-01-20scsi: hisi_sas: use threaded irq to process CQ interruptsXiang Chen
2019-11-12scsi: hisi_sas: Stop converting a bool into a boolJohn Garry
2019-11-12scsi: hisi_sas: Check sas_port before using itXiang Chen
2019-10-24scsi: hisi_sas: Record the phy down event in debugfsLuo Jiaxing
2019-10-24scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe failsLuo Jiaxing
2019-10-24scsi: hisi_sas: Add ability to have multiple debugfs dumpsLuo Jiaxing
2019-10-24scsi: hisi_sas: Add module parameter for debugfs dump countLuo Jiaxing
2019-10-24scsi: hisi_sas: Allocate memory for multiple dumps of debugfsLuo Jiaxing
2019-10-24scsi: hisi_sas: Add debugfs file structure for ITCT cacheLuo Jiaxing
2019-10-24scsi: hisi_sas: Add debugfs file structure for IOST cacheLuo Jiaxing
2019-10-24scsi: hisi_sas: Add debugfs file structure for ITCTLuo Jiaxing
2019-10-24scsi: hisi_sas: Add debugfs file structure for IOSTLuo Jiaxing
2019-10-24scsi: hisi_sas: Add debugfs file structure for portLuo Jiaxing
2019-10-24scsi: hisi_sas: Add debugfs file structure for registersLuo Jiaxing
2019-10-24scsi: hisi_sas: Add debugfs file structure for DQLuo Jiaxing
2019-10-24scsi: hisi_sas: Add debugfs file structure for CQLuo Jiaxing
2019-10-24scsi: hisi_sas: Add timestamp for a debugfs dumpLuo Jiaxing
2019-10-24scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()Xiang Chen
2019-10-24scsi: hisi_sas: use wait_for_completion_timeout() when clearing ITCTXiang Chen
2019-10-24scsi: hisi_sas: Don't create debugfs dump folder twiceXiang Chen
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen