aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-60/+27
2024-04-11scsi: libata: Switch to using ->device_configureChristoph Hellwig5-9/+12
2024-04-05scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen1-1/+1
2024-04-05scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen1-1/+9
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen3-51/+3
2024-03-25scsi: hisi_sas: Use LIBSAS_SHT_BASE_NO_SLAVE_INITJohn Garry3-51/+3
2024-03-25scsi: hisi_sas: Add libsas SATA sysfs attributes groupIgor Pylypiv2-0/+12
2024-01-24scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2-2/+6
2024-01-24scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2-3/+7
2024-01-24scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li1-2/+2
2024-01-24scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2023-12-13scsi: hisi_sas: Correct the number of global debugfs registersYihang Li1-1/+1
2023-12-13scsi: hisi_sas: Rollback some operations if FLR failedYihang Li1-0/+5
2023-12-13scsi: hisi_sas: Check before using pointer variablesYihang Li1-2/+5
2023-12-13scsi: hisi_sas: Replace with standard error code return valueYihang Li2-3/+3
2023-12-13scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li1-5/+5
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-128/+9
2023-10-04scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-128/+9
2023-09-21scsi: hisi_sas: Allocate DFX memory during dump triggerYihang Li2-49/+46
2023-09-21scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li3-14/+8
2023-09-21scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfsYihang Li1-6/+7
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+1
2023-08-24Merge patch series "libsas: Some tidy-up"Martin K. Petersen4-20/+10
2023-08-21scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry3-5/+3
2023-08-21scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry1-6/+2
2023-08-21scsi: libsas: Delete struct scsi_coreJohn Garry2-6/+6
2023-08-21scsi: libsas: Delete enum sas_phy_typeJohn Garry1-1/+0
2023-08-21scsi: libsas: Delete enum sas_classJohn Garry1-1/+0
2023-08-21scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry2-2/+0
2023-08-02ata,scsi: cleanup __ata_port_probe()Hannes Reinecke1-1/+1
2023-07-31scsi: hisi_sas: Fix warning detected by sparseSunil V L1-1/+1
2023-07-23scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()Yihang Li1-5/+0
2023-07-23scsi: hisi_sas: Block requests before a debugfs snapshotYihang Li1-3/+7
2023-07-23scsi: hisi_sas: Fix normally completed I/O analysed as failedXingui Yang2-4/+13
2023-06-07scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König4-15/+4
2023-05-16scsi: hisi_sas: Fix warnings detected by sparseXingui Yang1-3/+4
2023-05-16scsi: hisi_sas: Change DMA setup lock timeout to 2.5sXingui Yang1-0/+4
2023-05-16scsi: hisi_sas: Configure initial value of some registers according to HBA modelYihang Li1-5/+12
2023-04-11scsi: hisi_sas: Work around build failure in suspend functionArnd Bergmann1-0/+4
2023-04-02Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen5-35/+124
2023-04-02scsi: hisi_sas: Exit suspend state when usage count is greater than 0Yihang Li1-17/+56
2023-04-02scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li1-2/+30
2023-04-02scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang3-3/+15
2023-04-02scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang5-13/+23
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-2/+1
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen4-4/+4
2023-03-24scsi: hisi_sas: Declare SCSI host template constBart Van Assche4-4/+4
2023-03-09scsi: hisi_sas: Add device attribute experimental_iopoll_q_cnt for v3 hwXiang Chen1-0/+13
2023-03-09scsi: hisi_sas: Sync complete queue for poll queueXiang Chen3-22/+61
2023-03-09scsi: hisi_sas: Add poll support for v3 hwXiang Chen3-10/+82
2023-03-09scsi: hisi_sas: Add function complete_v3_hw()Xiang Chen1-5/+12
2023-03-06scsi: hisi_sas: Check devm_add_action() return valueKang Chen1-2/+1
2023-01-12scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li1-1/+1
2023-01-12scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang1-1/+1
2023-01-07scsi: hisi_sas: Fix tag freeing for reserved tagsJason Yan1-1/+1
2022-11-26scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus resetJie Zhan1-3/+5
2022-11-26scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA...Jie Zhan1-12/+4
2022-11-26scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()"Jie Zhan1-7/+0
2022-10-22scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry1-7/+7
2022-10-22scsi: hisi_sas: Use sas_task_find_rq()John Garry1-18/+8
2022-10-18scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan1-11/+3
2022-10-18scsi: hisi_sas: Modify v3 HW SATA disk error state completion processingXingui Yang1-1/+4
2022-10-18scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang3-3/+64
2022-10-18scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang1-5/+3
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-25/+38
2022-09-06scsi: hisi_sas: Don't send bcast events from HW during nexus HA resetJohn Garry1-4/+12
2022-09-06scsi: hisi_sas: Add helper to process bcast eventsJohn Garry5-13/+18
2022-09-06scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()John Garry1-0/+7
2022-09-06scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlierJohn Garry1-1/+1
2022-09-06scsi: hisi_sas: Revert change to limit max hw sectors for v3 HWJohn Garry1-7/+0
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2-7/+3
2022-07-18scsi: hisi_sas: Modify v3 HW SATA completion error processingXingui Yang1-1/+8
2022-07-18scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen4-7/+5
2022-07-18scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen1-25/+18
2022-07-18scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()John Garry1-4/+1
2022-07-07Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen1-0/+7
2022-06-27scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry1-0/+7
2022-06-21scsi: hisi_sas: Align commentsJiang Jian1-2/+2
2022-05-19scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry1-0/+2
2022-05-19scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry1-29/+18
2022-05-19scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus resetJohn Garry1-7/+12
2022-05-10scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen1-2/+8
2022-03-29scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter1-1/+0
2022-03-14scsi: hisi_sas: Use libsas internal abort supportJohn Garry4-319/+171
2022-02-27scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang1-13/+26
2022-02-27scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen1-2/+50
2022-02-27scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu1-10/+10
2022-02-27scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu1-5/+11
2022-02-27scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen2-2/+3
2022-02-27scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen1-1/+1
2022-02-22scsi: hisi_sas: Remove unnecessary print function dev_err()Yang Li1-12/+3
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry2-129/+6
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-26/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-11/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-4/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-4/+1
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry1-0/+20
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-10/+6
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry5-23/+16
2022-02-19scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry1-2/+0
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry1-12/+0
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2-13/+6
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry4-13/+4
2022-01-31scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry1-8/+6
2022-01-24scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2-5/+0
2022-01-07scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen1-5/+0
2021-12-22scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen1-0/+2
2021-12-22scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen3-3/+24
2021-12-22scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen1-2/+6
2021-12-22scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen1-3/+8
2021-12-22scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry1-6/+0
2021-12-22scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry1-1/+9
2021-12-16scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu2-7/+21
2021-12-16scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu2-3/+6
2021-12-16scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu1-0/+2
2021-12-16scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry1-157/+124
2021-12-16scsi: hisi_sas: Pass abort structure for internal abortJohn Garry2-9/+17
2021-12-16scsi: hisi_sas: Make internal abort have no task protoJohn Garry1-1/+1
2021-12-16scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry1-11/+6
2021-12-06scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET1-2/+2
2021-12-06scsi: hisi_sas: Remove some useless code in hisi_sas_alloc()Christophe JAILLET1-9/+0
2021-12-06scsi: hisi_sas: Use devm_bitmap_zalloc() when applicableChristophe JAILLET1-3/+2
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche1-1/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-104/+132
2021-10-18block: drop unused includes in <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-16scsi: hisi_sas: Switch to attribute groupsBart Van Assche3-12/+18
2021-10-12scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failureLuo Jiaxing1-5/+24
2021-10-12scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()Xiang Chen4-41/+39
2021-10-12scsi: hisi_sas: Initialise devices in .slave_alloc callbackXiang Chen5-6/+18
2021-09-13scsi: hisi_sas: Increase debugfs_dump_index after dump is completedLuo Jiaxing1-1/+1
2021-09-13scsi: hisi_sas: Replace del_timer() calls with del_timer_sync()Xiang Chen3-12/+9
2021-09-13scsi: hisi_sas: Rename HISI_SAS_{RESET -> RESETTING}_BITLuo Jiaxing5-14/+14
2021-09-13scsi: hisi_sas: Stop printing queue count in v3 hardware probeJohn Garry1-1/+1
2021-09-13scsi: hisi_sas: Use managed PCI functionsXiang Chen1-12/+8
2021-08-11scsi: hisi_sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-3/+3
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-0/+3
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-50/+96
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu3-0/+3
2021-06-09scsi: hisi_sas: Speed up error handling when internal abort timeout occursLuo Jiaxing2-0/+7
2021-06-09scsi: hisi_sas: Reset controller for internal abort timeoutLuo Jiaxing1-14/+26
2021-06-09scsi: hisi_sas: Include HZ in timer macrosLuo Jiaxing4-11/+14
2021-06-09scsi: hisi_sas: Run I_T nexus resets in parallel for clear nexus resetLuo Jiaxing2-6/+18
2021-06-09scsi: hisi_sas: Put a limit of link reset retriesLuo Jiaxing2-2/+14
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche3-12/+12
2021-05-21scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irqYang Yingliang1-4/+4
2021-05-21scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()Sergey Shtylyov1-6/+6
2021-04-13scsi: hisi_sas: Fix IRQ checksSergey Shtylyov1-3/+3
2021-04-12scsi: hisi_sas: Print SATA device SAS address for soft reset failureLuo Jiaxing1-2/+4
2021-04-12scsi: hisi_sas: Warn in v3 hw channel interrupt handler when status reg clearedLuo Jiaxing1-2/+8
2021-04-12scsi: hisi_sas: Directly snapshot registers when executing a resetJianqin Xie3-20/+36
2021-04-12scsi: hisi_sas: Call sas_unregister_ha() to roll back if .hw_init() failsXiang Chen2-2/+6
2021-04-12scsi: hisi_sas: Print SAS address for v3 hw erroneous completion printLuo Jiaxing1-1/+2
2021-04-12scsi: hisi_sas: Delete some unused callbacksLuo Jiaxing1-2/+0
2021-01-26scsi: hisi_sas: Add trace FIFO debugfs supportLuo Jiaxing2-0/+266
2021-01-26scsi: hisi_sas: Flush workqueue in hisi_sas_v3_remove()Luo Jiaxing1-0/+1
2021-01-26scsi: hisi_sas: Enable debugfs support by defaultLuo Jiaxing2-2/+17
2021-01-26scsi: hisi_sas: Don't check .nr_hw_queues in hisi_sas_task_prep()John Garry1-4/+2
2021-01-26scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe()John Garry1-12/+0
2021-01-22scsi: hisi_sas: Switch back to original libsas event notifiersAhmed S. Darwish4-11/+10
2021-01-22scsi: hisi_sas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish5-18/+29
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry4-14/+7
2021-01-20Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen3-13/+68
2021-01-07scsi: hisi_sas: Remove auto_affine_msi_experimental module_paramJohn Garry1-5/+0
2021-01-04Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen3-13/+68
2020-12-21scsi: hisi_sas: Expose HW queues for v2 hwJohn Garry3-13/+68
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-1445/+1232
2020-12-07scsi: hisi_sas: Select a suitable queue for internal I/OsXiang Chen2-0/+11
2020-12-01scsi: hisi_sas: Remove preemptible()Ahmed S. Darwish1-7/+1
2020-11-30scsi: hisi_sas: Move debugfs code to v3 hw driverLuo Jiaxing3-1387/+1212
2020-11-30scsi: hisi_sas: Fix up probe error handling for v3 hwXiang Chen1-15/+11
2020-11-30scsi: hisi_sas: Reduce some indirection in v3 hw driverJohn Garry1-3/+2
2020-11-25scsi: hisi_sas_v3_hw: Remove extra function calls for runtime pmVaibhav Gupta1-17/+6
2020-11-25scsi: hisi_sas_v3_hw: Don't use PCI helper functionsVaibhav Gupta1-16/+1
2020-11-25scsi: hisi_sas_v3_hw: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-10-26scsi: hisi_sas: Stop using queue #0 always for v2 hwJohn Garry1-1/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-104/+336
2020-10-06scsi: hisi_sas: Recover PHY state according to the status before resetXiang Chen1-3/+1
2020-10-06scsi: hisi_sas: Filter out new PHY up events during suspendXiang Chen1-0/+6
2020-10-06scsi: hisi_sas: Add device link between SCSI devices and hisi_hbaXiang Chen1-1/+28
2020-10-06scsi: hisi_sas: Add check for methods _PS0 and _PR0Xiang Chen2-0/+5
2020-10-06scsi: hisi_sas: Add controller runtime PM support for v3 hwXiang Chen2-2/+56
2020-10-06scsi: hisi_sas: Switch to new framework to support suspend and resumeXiang Chen1-5/+10
2020-10-06scsi: hisi_sas: Use hisi_hba->cq_nvecs for calling calling synchronize_irq()Luo Jiaxing1-2/+3
2020-10-06scsi: hisi_sas: Switch v3 hw to MQJohn Garry3-70/+56
2020-09-02scsi: hisi_sas: Code style cleanupLuo Jiaxing3-5/+2
2020-09-02scsi: hisi_sas: Add missing newlinesXiang Chen4-15/+15
2020-09-02scsi: hisi_sas: Add BIST support for fixed code patternLuo Jiaxing3-31/+59
2020-09-02scsi: hisi_sas: Add BIST support for phy FFELuo Jiaxing3-3/+111
2020-09-02scsi: hisi_sas: Make phy index variable name consistentLuo Jiaxing1-25/+25
2020-09-02scsi: hisi_sas: Do not modify upper fields of PROG_PHY_LINK_RATE regLuo Jiaxing1-11/+14
2020-09-02scsi: hisi_sas: Modify macro name for OOB phy linkrateLuo Jiaxing1-8/+7
2020-09-02scsi: hisi_sas: Avoid accessing to SSP task for SMP I/OsXiang Chen1-4/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+10
2020-07-13scsi: hisi_sas: Remove one kerneldoc commentJohn Garry1-1/+1
2020-07-13scsi: hisi_sas: Directly trigger SCSI error handling for completion errorsLuo Jiaxing3-3/+9
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig3-0/+3
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-31/+30
2020-05-19scsi: hisi_sas: Stop returning error code from slot_complete_vX_hw()John Garry3-28/+16