summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-222-5/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-155-207/+364
|\
| * scsi: hisi_sas: add v3 hw port AXI error handlingXiaofei Tan2017-10-311-5/+37
| * scsi: hisi_sas: add v3 hw support for AXI fatal errorXiaofei Tan2017-10-311-0/+125
| * scsi: hisi_sas: complete all tasklets prior to host resetXiaofei Tan2017-10-314-7/+16
| * scsi: hisi_sas: fix a bug when free device for v3 hwXiang Chen2017-10-311-18/+7Star
| * scsi: hisi_sas: add hisi_hba.rst_work init for v3 hwXiaofei Tan2017-10-313-1/+4
| * scsi: hisi_sas: add v3 hw DFX featureXiaofei Tan2017-10-311-0/+30
| * scsi: hisi_sas: init connect cfg register for v3 hwXiaofei Tan2017-10-311-0/+3
| * scsi: hisi_sas: check PHY state in get_wideport_bitmap_v3_hw()Xiaofei Tan2017-10-311-2/+4
| * scsi: hisi_sas: use array for v2 hw AXI errorsShiju Jose2017-10-252-137/+100Star
| * scsi: hisi_sas: fix the risk of freeing slot twiceXiaofei Tan2017-10-251-3/+6
| * scsi: hisi_sas: fix NULL check in SMP abort task pathXiaofei Tan2017-10-251-1/+1
| * scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESETXiang Chen2017-10-255-5/+5
| * scsi: hisi_sas: fix SATA breakpoint memory sizeXiang Chen2017-10-253-6/+10
| * scsi: hisi_sas: grab hisi_hba.lock when processing slotsXiang Chen2017-10-253-1/+8
| * scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lockXiaofei Tan2017-10-252-4/+6
| * scsi: hisi_sas: fix internal abort slot timeout bugXiang Chen2017-10-251-0/+1
| * scsi: hisi_sas: delete get_ncq_tag_v3_hw()Xiang Chen2017-10-251-15/+1Star
| * scsi: libsas: remove unused variable sas_haColin Ian King2017-09-281-1/+0Star
| * scsi: libsas: kill useless ha_event and do some cleanupJason Yan2017-09-161-1/+0Star
* | scsi: sas: Convert timers to use timer_setup()Kees Cook2017-11-015-26/+21Star
|/
* scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke2017-08-251-1/+1
* scsi: hisi_sas: remove driver versioningJohn Garry2017-08-253-6/+0Star
* scsi: hisi_sas: replace kfree with scsi_host_putJohn Garry2017-08-252-7/+12
* scsi: hisi_sas: remove phy_down_v3_hw() res variableJohn Garry2017-08-251-2/+1Star
* scsi: hisi_sas: add phy_set_linkrate_v3_hw()Xiang Chen2017-08-251-0/+39
* scsi: hisi_sas: update some v3 register init settingsXiang Chen2017-08-251-11/+4Star
* scsi: hisi_sas: add reset handler for v3 hwXiang Chen2017-08-254-36/+157
* scsi: hisi_sas: kill tasklet when destroying irq in v3 hwXiang Chen2017-08-111-0/+1
* scsi: hisi_sas: fix v3 hw channel interrupt processingXiang Chen2017-08-111-1/+1
* scsi: hisi_sas: Modify v3 hw STP_LINK_TIMER settingXiang Chen2017-08-111-0/+3
* scsi: hisi_sas: add status and command buffer for internal abortXiang Chen2017-08-111-1/+13
* scsi: hisi_sas: support zone management commandsXiaofei Tan2017-08-111-0/+2
* scsi: hisi_sas: service interrupt ITCT_CLR interrupt in v2 hwXiang Chen2017-08-112-21/+20Star
* scsi: hisi_sas: add irq and tasklet cleanup in v2 hwXiang Chen2017-08-111-47/+49
* scsi: hisi_sas: remove repeated device config in v2 hwXiang Chen2017-08-112-5/+0Star
* scsi: hisi_sas: use array for v2 hw ECC errorsJohn Garry2017-08-112-179/+197
* scsi: hisi_sas: add v2 hw DFX featureXiaofei Tan2017-08-113-1/+29
* scsi: hisi_sas: fix v2 hw underflow residual valueXiang Chen2017-08-111-2/+2
* scsi: hisi_sas: avoid potential v2 hw interrupt issueXiang Chen2017-08-111-9/+10
* scsi: hisi_sas: fix reset and port ID refresh issuesXiaofei Tan2017-08-113-74/+118
* scsi: hisi_sas: make several const arrays staticColin Ian King2017-07-121-5/+5
* scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan2017-07-015-122/+104Star
* scsi: hisi_sas: redefine hisi_sas_phy.phy_type as u32John Garry2017-06-261-1/+1
* scsi: hisi_sas: modify internal abort dev flow for v3 hwXiang Chen2017-06-203-0/+45
* scsi: hisi_sas: add v3 code to fill some more hw function pointersXiang Chen2017-06-201-0/+39
* scsi: hisi_sas: add get_wideport_bitmap_v3_hw()Xiang Chen2017-06-201-0/+13
* scsi: hisi_sas: add v3 code to send internal abort commandXiang Chen2017-06-201-0/+38
* scsi: hisi_sas: add v3 code for itct setup and freeXiang Chen2017-06-201-0/+114