summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* scsi: hisi_sas: Some misc tidy-upXiang Chen2019-04-134-53/+38Star
* scsi: hisi_sas: Don't fail IT nexus reset for Open Reject timeoutLuo Jiaxing2019-04-131-11/+14
* scsi: hisi_sas: Don't hard reset disk during controller resetLuo Jiaxing2019-04-131-1/+2
* scsi: hisi_sas: Support all RAS events with MSI interruptsXiaofei Tan2019-04-131-178/+259
* scsi: hisi_sas: allocate different SAS address for directly attached situationXiang Chen2019-04-131-0/+2
* scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device()Xiang Chen2019-04-131-2/+1Star
* scsi: hisi_sas: Fix for setting the PHY linkrate when disconnectedJohn Garry2019-04-135-23/+46
* scsi: hisi_sas: Remedy inconsistent PHY down state in softwareXiang Chen2019-04-131-2/+2
* scsi: hisi_sas: add host reset interface for testXiang Chen2019-04-134-0/+16
* scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()Luo Jiaxing2019-03-201-0/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-164-30/+125
|\
| * scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLinkXiang Chen2019-03-071-0/+2
| * scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP targ...Xiang Chen2019-03-073-3/+49
| * scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry2019-03-071-0/+10
| * scsi: hisi_sas: print PHY RX errors count for later revision of v3 hwXiaofei Tan2019-03-072-25/+60
| * scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen2019-03-071-1/+2
| * scsi: hisi_sas: Change return variable type in phy_up_v3_hw()Xiang Chen2019-03-071-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-105-125/+1233
|\|
| * scsi: hisi_sas: Do some more tidy-upJohn Garry2019-02-092-7/+7
| * scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen2019-02-094-14/+89
| * scsi: hisi_sas: Issue internal abort on all relevant queuesJohn Garry2019-02-095-16/+62
| * scsi: hisi_sas: change queue depth from 512 to 4096Xiang Chen2019-02-091-1/+1
| * scsi: hisi_sas: Add manual trigger for debugfs dumpLuo Jiaxing2019-02-091-0/+34
| * scsi: hisi_sas: Add support for DIX feature for v3 hwXiang Chen2019-02-093-32/+184
| * scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32()John Garry2019-01-291-0/+1
| * scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmndJohn Garry2019-01-291-1/+2
| * scsi: hisi_sas: Some misc tidy-upJohn Garry2019-01-291-11/+22
| * scsi: hisi_sas: Correct memory allocation size for DQ debugfsLuo Jiaxing2019-01-291-2/+2
| * scsi: hisi_sas: Fix losing directly attached disk when hot-plugXiaofei Tan2019-01-294-9/+56
| * scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5GLuo Jiaxing2019-01-291-4/+8
| * scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()Xiang Chen2019-01-293-4/+4
| * scsi: hisi_sas: remove the check of sas_dev status in hisi_sas_I_T_nexus_reset()Xiang Chen2019-01-293-16/+0Star
| * scsi: hisi_sas: shutdown axi bus to avoid exception CQ returnedXiang Chen2019-01-291-0/+12
| * scsi: hisi_sas: send primitive NOTIFY to SSP situation onlyXiang Chen2019-01-295-8/+9
| * scsi: hisi_sas: Add debugfs ITCT file and add file operationsLuo Jiaxing2019-01-291-0/+33
| * scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs codeJohn Garry2019-01-292-12/+13
| * scsi: hisi_sas: No need to check return value of debugfs_create functionsJohn Garry2019-01-292-37/+17Star
| * scsi: hisi_sas: Add debugfs IOST file and add file operationsLuo Jiaxing2019-01-091-0/+51
| * scsi: hisi_sas: Add debugfs DQ file and add file operationsLuo Jiaxing2019-01-091-0/+52
| * scsi: hisi_sas: Add debugfs CQ file and add file operationsLuo Jiaxing2019-01-091-0/+70
| * scsi: hisi_sas: Add debugfs for port registersLuo Jiaxing2019-01-092-0/+98
| * scsi: hisi_sas: Debugfs global register create file and add file operationsLuo Jiaxing2019-01-093-0/+141
| * scsi: hisi_sas: Take debugfs snapshot for all regsLuo Jiaxing2019-01-094-6/+180
| * scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registersLuo Jiaxing2019-01-093-0/+99
| * scsi: hisi_sas: Create root and device debugfs directoriesLuo Jiaxing2019-01-093-0/+41
* | scsi: hisi_sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-262-5/+11
* | scsi: hisi_sas: Set protection parameters prior to adding SCSI hostJohn Garry2019-01-121-6/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-285-165/+472
|\
| * scsi: hisi_sas: Add support for DIF feature for v2 hwXiang Chen2018-12-192-3/+137