summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Remove some unused function argumentsLuo Jiaxing2019-09-101-5/+6
* 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: replace "%p" with "%pK"Xiang Chen2019-08-071-3/+3
* scsi: hisi_sas: Drop free_irq() when devm_request_irq() failedXiang Chen2019-08-071-27/+7
* 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: Drop hisi_sas_hw.get_free_slotJohn Garry2019-08-071-26/+0
* scsi: hisi_sas: Make max IPTT count equal for all hw revisionsJohn Garry2019-08-071-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-24/+26
|\
| * scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-201-2/+2
| * scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errorsXiaofei Tan2019-06-181-22/+24
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* scsi: hisi_sas: Some misc tidy-upXiang Chen2019-04-121-24/+18
* 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
* scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP targ...Xiang Chen2019-03-061-0/+1
* scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen2019-02-081-0/+1
* scsi: hisi_sas: Issue internal abort on all relevant queuesJohn Garry2019-02-081-0/+2
* scsi: hisi_sas: Fix losing directly attached disk when hot-plugXiaofei Tan2019-01-291-0/+8
* scsi: hisi_sas: remove the check of sas_dev status in hisi_sas_I_T_nexus_reset()Xiang Chen2019-01-291-1/+0
* scsi: hisi_sas: send primitive NOTIFY to SSP situation onlyXiang Chen2019-01-291-2/+2
* scsi: hisi_sas: Take debugfs snapshot for all regsLuo Jiaxing2019-01-081-2/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-31/+43
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
| * scsi: hisi_sas: Make sg_tablesize consistent valueXiang Chen2018-12-121-1/+1
| * scsi: hisi_sas: Fix warnings detected by sparseJohn Garry2018-12-121-29/+37
| * scsi: hisi_sas: Create separate host attributes per HBAXiang Chen2018-11-151-1/+6
* | scsi: hisi_sas: Remove set but not used variable 'dq_list'YueHaibing2018-11-051-2/+0
|/
* scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()John Garry2018-10-161-1/+3
* scsi: hisi_sas: Use block layer tag instead for IPTTXiang Chen2018-10-161-4/+5
* scsi: hisi_sas: Free slot later in slot_complete_vx_hw()Xiang Chen2018-10-161-1/+1
* scsi: hisi_sas: Add SATA FIS check for v3 hwXiang Chen2018-07-191-2/+1
* scsi: hisi_sas: add memory barrier in task delivery functionXiaofei Tan2018-07-191-5/+10
* scsi: hisi_sas: Add a flag to filter PHY events during resetXiaofei Tan2018-06-191-1/+2
* scsi: hisi_sas: Mark PHY as in reset for nexus resetXiang Chen2018-05-281-0/+14
* scsi: hisi_sas: Add v2 hw force PHY function for internal ATA commandXiaofei Tan2018-05-281-0/+11
* scsi: hisi_sas: Include TMF elements in struct hisi_sas_slotXiaofei Tan2018-05-281-5/+5
* scsi: hisi_sas: Try wait commands before before controller resetXiaofei Tan2018-05-281-0/+19
* scsi: hisi_sas: Create a scsi_host_template per HW moduleXiang Chen2018-05-281-0/+24
* scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()John Garry2018-05-281-19/+2
* scsi: hisi_sas: Don't lock DQ for complete task sendingXiang Chen2018-05-181-7/+22
* scsi: hisi_sas: make return type of prep functions voidXiang Chen2018-05-181-34/+11
* scsi: hisi_sas: relocate smp sg mapXiang Chen2018-05-181-32/+3
* scsi: hisi_sas: update PHY linkrate after a controller resetXiang Chen2018-05-081-13/+18
* scsi: hisi_sas: check host frozen before calling "done" functionXiang Chen2018-05-081-0/+14
* scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twiceXiang Chen2018-05-081-15/+7
* scsi: hisi_sas: optimise the usage of DQ lockingXiang Chen2018-05-081-3/+0
* scsi: hisi_sas: print device id for errorsJohn Garry2018-04-181-2/+2
* scsi: hisi_sas: delete timer when removing hisi_sas driverXiang Chen2018-04-181-3/+0