aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-29hisi_sas: update driver version to 1.3John Garry1-1/+1
2016-02-29hisi_sas: add hisi_sas_slave_configure()John Garry1-1/+14
2016-02-29hisi_sas: use slot abort in v2 hwJohn Garry1-3/+12
2016-02-29hisi_sas: use slot abort in v1 hwJohn Garry1-0/+13
2016-02-29hisi_sas: add hisi_sas_slot_abort()John Garry2-0/+44
2016-02-29hisi_sas: change tmf func complete checkJohn Garry1-1/+1
2016-02-23hisi_sas: update driver version to 1.2John Garry1-1/+1
2016-02-23hisi_sas: add v1 hw ACPI supportJohn Garry1-24/+43
2016-02-23hisi_sas: use Unified Device Properties APIJohn Garry2-20/+23
2016-02-23hisi_sas: update driver version to 1.1John Garry1-1/+1
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 Garry3-0/+174
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 Garry2-1/+49
2016-02-23hisi_sas: rename some fields in hisi_sas_itctJohn Garry1-12/+1
2016-02-23hisi_sas: add hisi_sas_err_record_v1John Garry2-13/+16
2016-02-23hisi_sas: reduce max itct entriesJohn Garry1-1/+1
2016-02-23hisi_sas: set max commands as configurableJohn Garry3-13/+16
2016-02-23hisi_sas: relocate DEV_IS_EXPANDERJohn Garry2-4/+4
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2-7/+4
2016-01-26hisi_sas: fix v1 hw check for slot errorJohn Garry1-6/+3
2016-01-26hisi_sas: add dependency for HAS_IOMEMJohn Garry1-1/+1
2016-01-26Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-0/+2
2016-01-20hisi_sas: Restrict SCSI_HISI_SAS to arm64Geert Uytterhoeven1-0/+1
2016-01-20hisi_sas: SCSI_HISI_SAS should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-01-08hisi_sas: Use u64 for qw0 in free_device_v1_hw()John Garry1-1/+2
2016-01-08hisi_sas: Fix typo in setup_itct_v1_hw()John Garry1-4/+4
2016-01-08hisi_sas: Fix v1 itct masksJohn Garry1-17/+12
2015-12-16hisi_sas: use platform_get_irq()John Garry2-9/+5
2015-12-10hisi_sas: fix error codes in hisi_sas_task_prep()Dan Carpenter1-3/+7
2015-11-25hisi_sas: Remove dependency on of_irq_countJohn Garry3-40/+5
2015-11-25hisi_sas: Add fatal irq handlerJohn Garry1-0/+119
2015-11-25hisi_sas: Add control phy handlerJohn Garry3-0/+55
2015-11-25hisi_sas: Add tmf methodsJohn Garry1-0/+309
2015-11-25hisi_sas: Add scan finished and startJohn Garry2-0/+26
2015-11-25hisi_sas: Add smp protocol supportJohn Garry3-0/+100
2015-11-25hisi_sas: Add bcast interrupt handlerJohn Garry1-0/+31
2015-11-25hisi_sas: Add abnormal irq handlerJohn Garry3-0/+190