summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Add BIST support for phy loopbackXiang Chen2019-09-101-0/+126
* scsi: hisi_sas: Remove some unused function argumentsLuo Jiaxing2019-09-101-10/+7
* scsi: hisi_sas: Remove hisi_sas_hw.slot_completeLuo Jiaxing2019-09-101-1/+0
* scsi: hisi_sas: Assign NCQ tag for all NCQ commandsXiang Chen2019-09-101-1/+4
* scsi: hisi_sas: Update all the registers after suspend and resumeXiang Chen2019-09-101-2/+8
* scsi: hisi_sas: replace "%p" with "%pK"Xiang Chen2019-08-071-3/+3
* scsi: hisi_sas: Remove some unnecessary codeXiang Chen2019-08-071-4/+1
* scsi: hisi_sas: Drop free_irq() when devm_request_irq() failedXiang Chen2019-08-071-17/+4
* scsi: hisi_sas: Drop SMP resp frame DMA mappingJohn Garry2019-08-071-3/+1
* scsi: hisi_sas: Drop kmap_atomic() in SMP command completionJohn Garry2019-08-071-3/+1
* scsi: hisi_sas: Snapshot AXI and RAS register at debugfsLuo Jiaxing2019-08-071-1/+35
* scsi: hisi_sas: Snapshot HW cache of IOST and ITCT at debugfsLuo Jiaxing2019-08-071-0/+32
* scsi: hisi_sas: Drop hisi_sas_hw.get_free_slotJohn Garry2019-08-071-33/+0
* scsi: hisi_sas: Make max IPTT count equal for all hw revisionsJohn Garry2019-08-071-5/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-16/+34
|\
| * scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-201-2/+2
| * scsi: hisi_sas: Disable stash for v3 hwXiang Chen2019-06-181-0/+2
| * scsi: hisi_sas: Ignore the error code between phy down to phy upLuo Jiaxing2019-06-181-0/+15
| * scsi: hisi_sas: Change the type of some numbers to unsignedXiang Chen2019-06-181-2/+2
| * scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errorsXiaofei Tan2019-06-181-12/+13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* scsi: hisi_sas: Some misc tidy-upXiang Chen2019-04-121-15/+12
* scsi: hisi_sas: Support all RAS events with MSI interruptsXiaofei Tan2019-04-121-178/+259
* scsi: hisi_sas: allocate different SAS address for directly attached situationXiang Chen2019-04-121-0/+2
* scsi: hisi_sas: Fix for setting the PHY linkrate when disconnectedJohn Garry2019-04-121-3/+3
* scsi: hisi_sas: add host reset interface for testXiang Chen2019-04-121-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-26/+63
|\
| * scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLinkXiang Chen2019-03-061-0/+2
| * scsi: hisi_sas: print PHY RX errors count for later revision of v3 hwXiaofei Tan2019-03-061-25/+59
| * scsi: hisi_sas: Change return variable type in phy_up_v3_hw()Xiang Chen2019-03-061-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-38/+341
|\|
| * scsi: hisi_sas: Do some more tidy-upJohn Garry2019-02-081-2/+2
| * scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen2019-02-081-7/+58
| * scsi: hisi_sas: Issue internal abort on all relevant queuesJohn Garry2019-02-081-2/+6
| * scsi: hisi_sas: Add support for DIX feature for v3 hwXiang Chen2019-02-081-12/+68
| * scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmndJohn Garry2019-01-291-1/+2
| * scsi: hisi_sas: Fix losing directly attached disk when hot-plugXiaofei Tan2019-01-291-9/+18
| * scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()Xiang Chen2019-01-291-1/+1
| * 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-291-2/+2
| * scsi: hisi_sas: Add debugfs for port registersLuo Jiaxing2019-01-081-0/+55
| * scsi: hisi_sas: Debugfs global register create file and add file operationsLuo Jiaxing2019-01-081-0/+69
| * scsi: hisi_sas: Take debugfs snapshot for all regsLuo Jiaxing2019-01-081-2/+35
| * scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registersLuo Jiaxing2019-01-081-0/+8
| * scsi: hisi_sas: Create root and device debugfs directoriesLuo Jiaxing2019-01-081-0/+5
* | scsi: hisi_sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-3/+5
* | scsi: hisi_sas: Set protection parameters prior to adding SCSI hostJohn Garry2019-01-111-6/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-35/+287
|\
| * scsi: hisi_sas: Add support for DIF feature for v2 hwXiang Chen2018-12-181-3/+129
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0