aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-07scsi: hisi_sas: support deferred probe for v2 hwJohn Garry1-0/+12
2016-11-29scsi: hisi_sas: shift vs compare typosDan Carpenter1-6/+6
2016-11-25scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hwXiang Chen1-0/+45
2016-11-25scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_reqJohn Garry1-2/+2
2016-11-25scsi: hisi_sas: check SATA FIS when directly attaching SATA deviceXiang Chen1-0/+10
2016-11-25scsi: hisi_sas: modify some values in get_ata_protocol()Xiang Chen1-2/+12
2016-11-25scsi: hisi_sas: delete repeated configuration in free_device_v2_hw()Xiang Chen1-2/+0
2016-11-25scsi: hisi_sas: only process broadcast change in phy_bcast_v2_hw()Xiang Chen1-1/+7
2016-11-25scsi: hisi_sas: alloc queue id of slot according to device idXiang Chen1-17/+12
2016-11-25scsi: hisi_sas: add v2 hw support for ECC and AXI bus fatal errorXiang Chen1-5/+420
2016-11-08scsi: hisi_sas: Add v2 hw support for different refclkJohn Garry1-1/+3
2016-11-08scsi: hisi_sas: Add device tree support for hip07John Garry1-0/+1
2016-09-14scsi: hisi_sas: send three identify before phy upJohn Garry1-4/+16
2016-09-14scsi: hisi_sas: add missing SATA pending device type to v2 hwJohn Garry1-0/+1
2016-09-14scsi: hisi_sas: remove init_id_frame_v2_hw()John Garry1-10/+0
2016-09-14scsi: hisi_sas: fix HBA SAS addr endianness for v2 hwJohn Garry1-4/+4
2016-09-14scsi: hisi_sas: fix phy8 linkrate calculation in phy_up_v2_hw()John Garry1-3/+0
2016-09-14scsi: hisi_sas: disable dlvry queues once at reset for v2 hwJohn Garry1-3/+1
2016-09-14scsi: hisi_sas: keep CHL_INT2 masked for v2 HWJohn Garry1-6/+0
2016-09-14scsi: hisi_sas: save delivery queue write pointerJohn Garry1-3/+6
2016-09-14scsi: hisi_sas: save completion queue read pointerJohn Garry1-3/+2
2016-08-25scsi: hisi_sas: add v2 hw slot complete internal abort supportJohn Garry1-0/+31
2016-08-25scsi: hisi_sas: add prep_abort_v2_hw()John Garry1-0/+33
2016-07-12hisi_sas: fix the inconsistent lock issue reported by CONFIG_PROVE_LOCKINGJohn Garry1-5/+0
2016-07-12hisi_sas: add v2 hw ACPI supportJohn Garry1-25/+43
2016-05-09libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke1-0/+1
2016-05-09libsas: enable FPDMA SEND/RECEIVEHannes Reinecke1-0/+2
2016-04-15hisi_sas: add alloc_dev_quirk_v2_hw()John Garry1-0/+30
2016-04-15hisi_sas: add slot_index_alloc_quirk_v2_hw()John Garry1-0/+28
2016-04-15hisi_sas: for v2 hw only set ITCT qw2 for SAS deviceJohn Garry1-5/+6
2016-04-15hisi_sas: add v2 hw support for >4 SATA physJohn Garry1-7/+10
2016-04-15hisi_sas: fix v2 hw multiple SATA disk issueJohn Garry1-3/+1
2016-04-15hisi_sas: use device linkrate in MCR for v2 hwJohn Garry1-1/+1
2016-02-29hisi_sas: use slot abort in v2 hwJohn Garry1-3/+12
2016-02-23hisi_sas: add v2 tmf functionsJohn Garry1-0/+23
2016-02-23hisi_sas: add v2 slot error handlerJohn Garry1-0/+421
2016-02-23hisi_sas: add v2 path to send ATA commandJohn Garry1-0/+162
2016-02-23hisi_sas: add v2 code for itct setup and freeJohn Garry1-0/+92
2016-02-23hisi_sas: add v2 code to send smp commandJohn Garry1-0/+71
2016-02-23hisi_sas: add v2 path to send ssp frameJohn Garry1-0/+185
2016-02-23hisi_sas: add v2 cq interrupt handlerJohn Garry1-0/+190
2016-02-23hisi_sas: add v2 SATA interrupt handlerJohn Garry1-0/+100
2016-02-23hisi_sas: add v2 channel interrupt handlerJohn Garry1-0/+79
2016-02-23hisi_sas: add v2 phy down handlerJohn Garry1-0/+49
2016-02-23hisi_sas: add v2 int init and phy up handlerJohn Garry1-0/+171
2016-02-23hisi_sas: add v2 phy init codeJohn Garry1-0/+49
2016-02-23hisi_sas: add init_id_frame_v2_hw()John Garry1-0/+40
2016-02-23hisi_sas: add v2 hw initJohn Garry1-0/+288
2016-02-23hisi_sas: add v2 register definitionsJohn Garry1-0/+237
2016-02-23hisi_sas: add bare v2 hw driverJohn Garry1-0/+48