aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-25scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hwXiang Chen1-0/+3
2016-11-25scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_reqJohn Garry1-1/+1
2016-11-25scsi: hisi_sas: alloc queue id of slot according to device idXiang Chen1-2/+2
2016-11-08scsi: hisi_sas: Add v2 hw support for different refclkJohn Garry1-0/+2
2016-09-14scsi: hisi_sas: save delivery queue write pointerJohn Garry1-0/+7
2016-09-14scsi: hisi_sas: save completion queue read pointerJohn Garry1-0/+1
2016-08-25scsi: hisi_sas: update version to 1.6John Garry1-1/+1
2016-08-25scsi: hisi_sas: add internal abort main codeJohn Garry1-0/+8
2016-07-12hisi_sas: update driver version to 1.5John Garry1-1/+1
2016-04-15hisi_sas: add device and slot alloc hw methodsJohn Garry1-0/+3
2016-04-15hisi_sas: update driver version to 1.4John Garry1-1/+1
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin1-1/+1
2016-02-29hisi_sas: update driver version to 1.3John Garry1-1/+1
2016-02-29hisi_sas: add hisi_sas_slot_abort()John Garry1-0/+2
2016-02-23hisi_sas: update driver version to 1.2John Garry1-1/+1
2016-02-23hisi_sas: use Unified Device Properties APIJohn Garry1-0/+2
2016-02-23hisi_sas: update driver version to 1.1John Garry1-1/+1
2016-02-23hisi_sas: add v2 path to send ATA commandJohn Garry1-0/+4
2016-02-23hisi_sas: rename some fields in hisi_sas_itctJohn Garry1-12/+1
2016-02-23hisi_sas: add hisi_sas_err_record_v1John Garry1-11/+1
2016-02-23hisi_sas: reduce max itct entriesJohn Garry1-1/+1
2016-02-23hisi_sas: set max commands as configurableJohn Garry1-1/+1
2016-02-23hisi_sas: relocate DEV_IS_EXPANDERJohn Garry1-0/+4
2015-12-16hisi_sas: use platform_get_irq()John Garry1-1/+0
2015-11-25hisi_sas: Remove dependency on of_irq_countJohn Garry1-3/+0
2015-11-25hisi_sas: Add control phy handlerJohn Garry1-0/+3
2015-11-25hisi_sas: Add scan finished and startJohn Garry1-0/+1
2015-11-25hisi_sas: Add smp protocol supportJohn Garry1-0/+3
2015-11-25hisi_sas: Add abnormal irq handlerJohn Garry1-0/+2
2015-11-25hisi_sas: Add dev_found and dev_goneJohn Garry1-0/+13
2015-11-25hisi_sas: Add cq interrupt handlerJohn Garry1-0/+9
2015-11-25hisi_sas: Add ssp command functionJohn Garry1-0/+30
2015-11-25hisi_sas: Add path from phyup irq to SAS frameworkJohn Garry1-0/+2
2015-11-25hisi_sas: Add v1 hardware interrupt initJohn Garry1-0/+5
2015-11-25hisi_sas: Add v1 hardware initialisation codeJohn Garry1-0/+1
2015-11-25hisi_sas: Add v1 hw module initJohn Garry1-0/+3
2015-11-25hisi_sas: Add timer and spinlock initJohn Garry1-0/+2
2015-11-25hisi_sas: Add phy and port initJohn Garry1-0/+15
2015-11-25hisi_sas: Add hisi sas device typeJohn Garry1-0/+12
2015-11-25hisi_sas: Add hisi_hba workqueueJohn Garry1-0/+1
2015-11-25hisi_sas: Add phy SAS ADDR initializationJohn Garry1-0/+1
2015-11-25hisi_sas: Add cq structure initializationJohn Garry1-0/+7
2015-11-25hisi_sas: Add slot init codeJohn Garry1-0/+4
2015-11-25hisi_sas: Allocate memories and create poolsJohn Garry1-0/+30
2015-11-25hisi_sas: Add HW DMA structuresJohn Garry1-0/+131
2015-11-25hisi_sas: Scan device treeJohn Garry1-0/+10
2015-11-25hisi_sas: Add scsi host registrationJohn Garry1-0/+34
2015-11-25hisi_sas: Add initial bare main driverJohn Garry1-0/+26