summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2017-04-12scsi: hisi_sas: fix NULL deference when TMF timeoutsJohn Garry1-27/+33
2017-04-12scsi: 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-21scsi: hisi_sas: decrease running_req in hisi_sas_slot_task_free()Xiang Chen1-4/+4
2017-01-21scsi: hisi_sas: fix probe ordering problemXiang Chen1-4/+4
2017-01-21scsi: hisi_sas: downgrade internal abort exit printJohn Garry1-1/+1
2017-01-21scsi: hisi_sas: downgrade refclk messageJohn Garry1-1/+1
2017-01-06scsi: hisi_sas: lock sensitive region in hisi_sas_slot_abort()John Garry1-0/+3
2016-12-06scsi: 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
2016-11-25scsi: hisi_sas: fix port form bug in hisi_sas_port_notify_formed()Xiang Chen1-1/+1
2016-11-25scsi: hisi_sas: alloc queue id of slot according to device idXiang Chen1-4/+4
2016-11-09scsi: hisi_sas: Add v2 hw support for different refclkJohn Garry1-0/+7
2016-09-14scsi: hisi_sas: set dma mask before allocate DMA memoryJohn Garry1-7/+6
2016-09-14scsi: hisi_sas: fix a potential warning for sata disk ejectionJohn Garry1-20/+6
2016-09-14scsi: hisi_sas: use safe BITS_PER_BYTE for slot tag size calculationJohn Garry1-1/+1
2016-09-14scsi: hisi_sas: only zero slot memory when reusedJohn Garry1-1/+1
2016-09-14scsi: hisi_sas: save delivery queue write pointerJohn Garry1-0/+5
2016-08-26scsi: hisi_sas: add TMF success checkJohn Garry1-0/+6
2016-08-26scsi: hisi_sas: fail tmf task prep when port detachedJohn Garry1-1/+1
2016-08-26scsi: hisi_sas: add internal abort to hisi_sas_abort_task()John Garry1-6/+10
2016-08-26scsi: hisi_sas: add internal abort in hisi_sas_dev_gone()John Garry1-0/+3
2016-08-26scsi: hisi_sas: add internal abort main codeJohn Garry1-0/+163
2016-04-15hisi_sas: add device and slot alloc hw methodsJohn Garry1-2/+9
2016-03-01hisi_sas: add hisi_sas_slave_configure()John Garry1-1/+14
2016-03-01hisi_sas: add hisi_sas_slot_abort()John Garry1-0/+42
2016-03-01hisi_sas: change tmf func complete checkJohn Garry1-1/+1
2016-02-24hisi_sas: use Unified Device Properties APIJohn Garry1-20/+21
2016-02-24hisi_sas: add v2 path to send ATA commandJohn Garry1-0/+8
2016-02-24hisi_sas: set max commands as configurableJohn Garry1-12/+12
2016-02-24hisi_sas: relocate DEV_IS_EXPANDERJohn Garry1-4/+0