summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-10hisi_sas: fix error codes in hisi_sas_task_prep()Dan Carpenter1-3/+7
2015-11-26hisi_sas: Remove dependency on of_irq_countJohn Garry1-8/+0
2015-11-26hisi_sas: Add control phy handlerJohn Garry1-0/+29
2015-11-26hisi_sas: Add tmf methodsJohn Garry1-0/+309
2015-11-26hisi_sas: Add scan finished and startJohn Garry1-0/+25
2015-11-26hisi_sas: Add smp protocol supportJohn Garry1-0/+9
2015-11-26hisi_sas: Add abnormal irq handlerJohn Garry1-0/+118
2015-11-26hisi_sas: Add dev_found and dev_goneJohn Garry1-0/+88
2015-11-26hisi_sas: Add cq interrupt handlerJohn Garry1-0/+35
2015-11-26hisi_sas: Add ssp command functionJohn Garry1-0/+234
2015-11-26hisi_sas: Add path from phyup irq to SAS frameworkJohn Garry1-0/+49
2015-11-26hisi_sas: Add v1 hardware initialisation codeJohn Garry1-0/+4
2015-11-26hisi_sas: Add timer and spinlock initJohn Garry1-0/+3
2015-11-26hisi_sas: Add phy and port initJohn Garry1-0/+31
2015-11-26hisi_sas: Add hisi sas device typeJohn Garry1-0/+6
2015-11-26hisi_sas: Add hisi_hba workqueueJohn Garry1-0/+8
2015-11-26hisi_sas: Set dev DMA maskJohn Garry1-0/+8
2015-11-26hisi_sas: Add phy SAS ADDR initializationJohn Garry1-0/+12
2015-11-26hisi_sas: Add cq structure initializationJohn Garry1-0/+6
2015-11-26hisi_sas: Add slot init codeJohn Garry1-0/+23
2015-11-26hisi_sas: Add hisi_sas_removeJohn Garry1-1/+70
2015-11-26hisi_sas: Allocate memories and create poolsJohn Garry1-0/+94
2015-11-26hisi_sas: Scan device treeJohn Garry1-1/+44
2015-11-26hisi_sas: Add scsi host registrationJohn Garry1-0/+116
2015-11-26hisi_sas: Add initial bare main driverJohn Garry1-0/+43