summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-064-31/+30
|\
| * scsi: hisi_sas: Stop returning error code from slot_complete_vX_hw()John Garry2020-05-203-28/+16
| * scsi: hisi_sas: Add SAS_RAS_INTR0 to debugfs register name listLuo Jiaxing2020-05-201-0/+1
| * scsi: hisi_sas: Modify the commit information for DSM methodLuo Jiaxing2020-05-201-2/+6
| * scsi: hisi_sas: Do not reset phy timer to wait for stray phy upLuo Jiaxing2020-05-201-1/+4
| * scsi: hisi_sas: Display proc_name in sysfsJason Yan2020-05-133-0/+3
* | scsi: hisi_sas: Fix build error without SATA_HOSTYueHaibing2020-04-131-0/+1
|/
* scsi: hisi_sas: Use dev_err() in read_iost_itct_cache_v3_hw()Luo Jiaxing2020-03-161-1/+2
* scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_maskJohn Garry2020-01-213-3/+3
* scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic affinityLuo Jiaxing2020-01-211-0/+5
* scsi: hisi_sas: Modify the file permissions of trigger_dump to write onlyLuo Jiaxing2020-01-211-1/+1
* scsi: hisi_sas: Replace magic number when handle channel interruptLuo Jiaxing2020-01-211-5/+12
* scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/...Xiang Chen2020-01-212-34/+26
* scsi: hisi_sas: use threaded irq to process CQ interruptsXiang Chen2020-01-214-45/+37
* compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann2020-01-033-0/+9
* scsi: hisi_sas: Stop converting a bool into a boolJohn Garry2019-11-131-1/+1
* scsi: hisi_sas: Relocate call to hisi_sas_debugfs_exit()Xiang Chen2019-11-131-2/+1
* scsi: hisi_sas: Return directly if init hardware failedXiang Chen2019-11-131-0/+1
* scsi: hisi_sas: Check sas_port before using itXiang Chen2019-11-131-1/+2
* scsi: hisi_sas: Record the phy down event in debugfsLuo Jiaxing2019-10-253-0/+66
* scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe failsLuo Jiaxing2019-10-252-0/+2
* scsi: hisi_sas: Add ability to have multiple debugfs dumpsLuo Jiaxing2019-10-252-34/+47
* scsi: hisi_sas: Add module parameter for debugfs dump countLuo Jiaxing2019-10-252-3/+14
* scsi: hisi_sas: Allocate memory for multiple dumps of debugfsLuo Jiaxing2019-10-252-56/+73
* scsi: hisi_sas: Add debugfs file structure for ITCT cacheLuo Jiaxing2019-10-252-9/+13
* scsi: hisi_sas: Add debugfs file structure for IOST cacheLuo Jiaxing2019-10-252-9/+13
* scsi: hisi_sas: Add debugfs file structure for ITCTLuo Jiaxing2019-10-252-12/+17
* scsi: hisi_sas: Add debugfs file structure for IOSTLuo Jiaxing2019-10-252-11/+16
* scsi: hisi_sas: Add debugfs file structure for portLuo Jiaxing2019-10-252-10/+18
* scsi: hisi_sas: Add debugfs file structure for registersLuo Jiaxing2019-10-252-34/+35
* scsi: hisi_sas: Add debugfs file structure for DQLuo Jiaxing2019-10-252-11/+18
* scsi: hisi_sas: Add debugfs file structure for CQLuo Jiaxing2019-10-252-14/+22
* scsi: hisi_sas: Add timestamp for a debugfs dumpLuo Jiaxing2019-10-252-0/+10
* scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()Xiang Chen2019-10-251-1/+7
* scsi: hisi_sas: use wait_for_completion_timeout() when clearing ITCTXiang Chen2019-10-255-12/+33
* scsi: hisi_sas: Set the BIST init value before enabling BISTXiang Chen2019-10-251-5/+5
* scsi: hisi_sas: Don't create debugfs dump folder twiceXiang Chen2019-10-251-3/+0
* Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen2019-10-101-3/+3
|\
| * scsi: hisi_sas: Make three functions staticYueHaibing2019-09-241-3/+3
* | scsi: hisi_sas: fix spelling mistake "digial" -> "digital"Colin Ian King2019-10-011-1/+1
|/
* scsi: hisi_sas: Fix the conflict between device gone and host resetXiang Chen2019-09-111-3/+4
* scsi: hisi_sas: Add BIST support for phy loopbackXiang Chen2019-09-113-0/+543
* scsi: hisi_sas: Add hisi_sas_debugfs_alloc() to centralise allocationLuo Jiaxing2019-09-111-44/+58
* scsi: hisi_sas: Remove some unused function argumentsLuo Jiaxing2019-09-114-20/+17
* scsi: hisi_sas: Remove redundant work declarationXiang Chen2019-09-111-1/+0
* scsi: hisi_sas: Remove hisi_sas_hw.slot_completeLuo Jiaxing2019-09-114-5/+0
* scsi: hisi_sas: Assign NCQ tag for all NCQ commandsXiang Chen2019-09-114-18/+8
* scsi: hisi_sas: Update all the registers after suspend and resumeXiang Chen2019-09-111-2/+8
* scsi: hisi_sas: Retry 3 times TMF IO for SAS disks when init deviceXiang Chen2019-09-111-6/+10
* scsi: hisi_sas: Remove sleep after issue phy reset if sas_smp_phy_control() f...Luo Jiaxing2019-09-111-2/+3