aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-08-24scsi: hisi_sas: remove driver versioningJohn Garry1-3/+0
2017-08-24scsi: hisi_sas: replace kfree with scsi_host_putJohn Garry1-3/+3
2017-08-24scsi: hisi_sas: add reset handler for v3 hwXiang Chen1-0/+9
2017-08-10scsi: hisi_sas: add status and command buffer for internal abortXiang Chen1-1/+13
2017-08-10scsi: hisi_sas: support zone management commandsXiaofei Tan1-0/+2
2017-08-10scsi: hisi_sas: remove repeated device config in v2 hwXiang Chen1-3/+0
2017-08-10scsi: hisi_sas: add v2 hw DFX featureXiaofei Tan1-1/+6
2017-08-10scsi: hisi_sas: fix reset and port ID refresh issuesXiaofei Tan1-51/+101
2017-07-01scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan1-56/+19
2017-06-19scsi: hisi_sas: modify internal abort dev flow for v3 hwXiang Chen1-0/+15
2017-06-19scsi: hisi_sas: add initialisation for v3 pci-based controllerJohn Garry1-6/+12
2017-06-19scsi: hisi_sas: create hisi_sas_get_fw_info()John Garry1-37/+70
2017-06-19scsi: hisi_sas: add pci_dev in hisi_hba structJohn Garry1-18/+18
2017-06-19scsi: hisi_sas: relocate get_ncq_tag_v2_hw()Xiang Chen1-0/+15
2017-06-19scsi: hisi_sas: relocate sata_done_v2_hw()Xiang Chen1-0/+15
2017-06-19scsi: hisi_sas: relocate get_ata_protocol()Xiang Chen1-0/+59
2017-06-19scsi: hisi_sas: optimise the usage of hisi_hba.lockXiang Chen1-22/+47
2017-06-19scsi: hisi_sas: define hisi_sas_device.device_id as intJohn Garry1-5/+5
2017-06-19scsi: hisi_sas: fix timeout check in hisi_sas_internal_task_abort()Xiang Chen1-8/+17
2017-06-12scsi: hisi_sas: add null check before indirect pointer dereferenceGustavo A. R. Silva1-1/+1
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2017-04-11scsi: hisi_sas: fix NULL deference when TMF timeoutsJohn Garry1-27/+33
2017-04-11scsi: hisi_sas: add v2 hw internal abort timeout workaroundJohn Garry1-1/+1
2017-03-23scsi: hisi_sas: use dev_is_sata to identify SATA or SAS diskXiang Chen1-1/+1
2017-03-23scsi: hisi_sas: check hisi_sas_lu_reset() error messageJohn Garry1-2/+3
2017-03-23scsi: hisi_sas: release SMP slot in lldd_abort_taskXiang Chen1-2/+7
2017-03-23scsi: hisi_sas: add hisi_sas_clear_nexus_ha()John Garry1-0/+8
2017-03-23scsi: hisi_sas: remove task free'ing for timeoutsJohn Garry1-14/+1
2017-03-23scsi: hisi_sas: fix some sas_task.task_state_lock lockingJohn Garry1-7/+6
2017-03-23scsi: hisi_sas: free slots after hardresetXiang Chen1-5/+6
2017-03-23scsi: hisi_sas: hardreset for SATA disk in LU resetJohn Garry1-9/+29
2017-03-23scsi: hisi_sas: modify hisi_sas_abort_task() for SSPJohn Garry1-10/+18
2017-03-23scsi: hisi_sas: only reset link for PHY_FUNC_LINK_RESETJohn Garry1-1/+2
2017-03-23scsi: hisi_sas: error hisi_sas_task_prep() when port downJohn Garry1-3/+2
2017-03-23scsi: hisi_sas: remove hisi_sas_port_deformed()John Garry1-51/+34
2017-03-23scsi: hisi_sas: add softreset function for SATA diskXiang Chen1-4/+66
2017-03-23scsi: hisi_sas: move PHY init to hisi_sas_scan_start()John Garry1-6/+3
2017-03-23scsi: hisi_sas: add controller resetXiang Chen1-8/+126
2017-03-23scsi: hisi_sas: add to_hisi_sas_port()John Garry1-4/+13
2017-01-20scsi: hisi_sas: decrease running_req in hisi_sas_slot_task_free()Xiang Chen1-4/+4
2017-01-20scsi: hisi_sas: fix probe ordering problemXiang Chen1-4/+4
2017-01-20scsi: hisi_sas: downgrade internal abort exit printJohn Garry1-1/+1
2017-01-20scsi: hisi_sas: downgrade refclk messageJohn Garry1-1/+1
2017-01-05scsi: hisi_sas: lock sensitive region in hisi_sas_slot_abort()John Garry1-0/+3
2016-12-05scsi: hisi_sas: fix free'ing in probe and removeXiaofei Tan1-9/+14
2016-11-25scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hwXiang Chen1-2/+10
2016-11-25scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_reqJohn Garry1-4/+5
2016-11-25scsi: hisi_sas: modify return value of hisi_sas_query_task()Xiang Chen1-0/+3
2016-11-25scsi: hisi_sas: replace WARN_ON() with dev_warn() for internal abortXiang Chen1-1/+2