aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-01scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan1-15/+16
2017-06-19scsi: hisi_sas: add pci_dev in hisi_hba structJohn Garry1-14/+14
2017-06-19scsi: hisi_sas: optimise the usage of hisi_hba.lockXiang Chen1-15/+8
2017-03-23scsi: hisi_sas: fix some sas_task.task_state_lock lockingJohn Garry1-0/+3
2017-03-23scsi: hisi_sas: remove hisi_sas_port_deformed()John Garry1-5/+4
2017-03-23scsi: hisi_sas: move PHY init to hisi_sas_scan_start()John Garry1-2/+1
2017-03-23scsi: hisi_sas: add to_hisi_sas_port()John Garry1-1/+3
2017-01-05scsi: hisi_sas: lock sensitive regions when servicing CQ interruptJohn Garry1-0/+2
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: alloc queue id of slot according to device idXiang Chen1-18/+12
2016-09-14scsi: hisi_sas: remove init_id_frame_v1_hw()John Garry1-10/+0
2016-09-14scsi: hisi_sas: fix HBA SAS addr endianness for v1 hwJohn Garry1-4/+4
2016-09-14scsi: hisi_sas: save delivery queue write pointerJohn Garry1-5/+7
2016-09-14scsi: hisi_sas: save completion queue read pointerJohn Garry1-4/+2
2016-02-29hisi_sas: use slot abort in v1 hwJohn Garry1-0/+13
2016-02-23hisi_sas: add v1 hw ACPI supportJohn Garry1-24/+43
2016-02-23hisi_sas: add hisi_sas_err_record_v1John Garry1-2/+15
2016-02-23hisi_sas: set max commands as configurableJohn Garry1-0/+3
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-6/+3
2016-01-26hisi_sas: fix v1 hw check for slot errorJohn Garry1-6/+3
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 Garry1-8/+5
2015-11-25hisi_sas: Remove dependency on of_irq_countJohn Garry1-29/+5
2015-11-25hisi_sas: Add fatal irq handlerJohn Garry1-0/+119
2015-11-25hisi_sas: Add control phy handlerJohn Garry1-0/+23
2015-11-25hisi_sas: Add smp protocol supportJohn Garry1-0/+88
2015-11-25hisi_sas: Add bcast interrupt handlerJohn Garry1-0/+31
2015-11-25hisi_sas: Add abnormal irq handlerJohn Garry1-0/+70
2015-11-25hisi_sas: Add dev_found and dev_goneJohn Garry1-0/+41
2015-11-25hisi_sas: Add cq interrupt handlerJohn Garry1-0/+345
2015-11-25hisi_sas: Add ssp command functionJohn Garry1-0/+194
2015-11-25hisi_sas: Add path from phyup irq to SAS frameworkJohn Garry1-0/+15
2015-11-25hisi_sas: Add v1 hardware interrupt initJohn Garry1-0/+161
2015-11-25hisi_sas: Add v1 hardware initialisation codeJohn Garry1-0/+337
2015-11-25hisi_sas: Add v1 hardware register definitionsJohn Garry1-0/+389
2015-11-25hisi_sas: Add v1 hw module initJohn Garry1-0/+53