aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen1-19/+1
2024-03-25scsi: pm8001: Use LIBSAS_SHT_BASEJohn Garry1-19/+1
2024-03-25scsi: pm80xx: Add libsas SATA sysfs attributes groupIgor Pylypiv3-0/+7
2024-01-29scsi: pm8001: Convert snprintf() to sysfs_emit()Li Zhijian1-3/+3
2023-09-21scsi: pm8001: Remove PM8001_READ_VPDDamien Le Moal2-25/+28
2023-09-21scsi: pm8001: Remove PM8001_USE_TASKLETDamien Le Moal2-22/+21
2023-09-21scsi: pm8001: Remove PM8001_USE_MSIXDamien Le Moal4-55/+67
2023-09-21scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()Damien Le Moal1-26/+5
2023-09-21scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()Damien Le Moal1-63/+6
2023-09-21scsi: pm8001: Introduce pm8001_handle_irq()Damien Le Moal1-28/+22
2023-09-21scsi: pm8001: Introduce pm8001_kill_tasklet()Damien Le Moal1-21/+19
2023-09-21scsi: pm8001: Introduce pm8001_init_tasklet()Damien Le Moal1-24/+27
2023-09-21scsi: pm8001: Introduce pm8001_free_irq()Damien Le Moal1-21/+28
2023-09-13scsi: pm8001: Setup IRQs on resumeDamien Le Moal1-34/+17
2023-09-13scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki1-0/+2
2023-09-13scsi: pm80xx: Use phy-specific SAS address when sending PHY_START commandMichal Grzedzicki2-2/+2
2023-09-02Merge branch 'fixes' into miscJames Bottomley1-1/+2
2023-08-24Merge patch series "libsas: Some tidy-up"Martin K. Petersen3-10/+1
2023-08-24Merge patch series "Returning FIS on success for CDL"Martin K. Petersen4-18/+19
2023-08-21scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry2-2/+0
2023-08-21scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry2-4/+0
2023-08-21scsi: libsas: Delete struct scsi_coreJohn Garry1-1/+1
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 Garry1-1/+0
2023-08-21scsi: pm8001: Remove unused declarationsYue Haibing1-2/+0
2023-08-21scsi: pm80xx: Set RETFIS when requested by libsasIgor Pylypiv4-18/+19
2023-07-25scsi: pm80xx: Fix error return code in pm8001_pci_probe()Yang Yingliang1-1/+2
2023-05-31scsi: pm80xx: Add fatal error checksChangyuan Lyu1-0/+22
2023-05-08scsi: pm80xx: Add GET_NVMD timeout during probeChangyuan Lyu1-7/+22
2023-05-08scsi: pm80xx: Update PHY state after hard resetChangyuan Lyu1-5/+9
2023-05-08scsi: pm80xx: Log port state during HW eventAkshat Jain1-21/+22
2023-05-08scsi: pm80xx: Log phy_id and port_id in the device registration requestAkshat Jain1-0/+3
2023-05-08scsi: pm80xx: Print port_id in HW eventsAkshat Jain1-25/+33
2023-05-08scsi: pm80xx: Enable init loggingAkshat Jain2-2/+2
2023-05-08scsi: pm80xx: Log some HW events by defaultAkshat Jain3-26/+50
2023-04-24scsi: pm80xx: Log device registrationAkshat Jain1-3/+4
2023-03-24scsi: pcmcia-pm8001: Declare SCSI host template constBart Van Assche1-1/+1
2023-01-11scsi: pm8001: Use sysfs_emit() in show function callbacksDeepak R Varma1-25/+21
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-391/+81
2022-10-27scsi: pm8001: Drop !task check in pm8001_abort_task()John Garry1-1/+1
2022-10-22scsi: pm80xx: Remove unused reset_in_progress flag logicIgor Pylypiv2-5/+0
2022-10-22scsi: pm80xx: Display proc_name in sysfsIgor Pylypiv1-0/+1
2022-10-22scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry4-31/+24
2022-10-22scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv3-10/+0
2022-10-18scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding itJason Yan1-12/+6
2022-10-18scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errorsJohn Garry4-326/+19
2022-10-18scsi: pm8001: Modify task abort handling for SATA taskJohn Garry3-6/+31
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+5
2022-09-25scsi: pm8001: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-09-25scsi: pm8001: Fix running_req for internal abort commandsJohn Garry1-0/+4
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-1/+1
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-36/+101
2022-08-01scsi: pm8001: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-13scsi: pm80xx: Set stopped phy's linkrate to DisabledChangyuan Lyu1-1/+5
2022-07-13scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu2-16/+5
2022-06-16scsi: pm8001: Expose hardware queues for pm80xxJohn Garry3-18/+69
2022-06-16scsi: pm8001: Use non-atomic bitmap ops for tag alloc + freeJohn Garry1-3/+7
2022-06-16scsi: pm8001: Set up tags before using themJohn Garry4-11/+24
2022-06-16scsi: pm8001: Rework shost initial valuesJohn Garry1-4/+1
2022-04-11scsi: pm80xx: Enable upper inbound, outbound queuesAjish Koshy1-0/+11
2022-04-11scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63Ajish Koshy1-9/+13
2022-03-14scsi: pm8001: Use libsas internal abort supportJohn Garry5-147/+74
2022-02-27scsi: pm80xx: Handle non-fatal errorsAjish Koshy2-8/+29
2022-02-22scsi: pm8001: Fix pm8001_info() message formatDamien Le Moal1-1/+1
2022-02-22scsi: pm8001: Improve pm80XX_send_abort_all()Damien Le Moal2-22/+8
2022-02-22scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal4-62/+52
2022-02-22scsi: pm8001: Simplify pm8001_task_exec()Damien Le Moal1-92/+78
2022-02-22scsi: pm8001: Simplify pm8001_mpi_build_cmd() interfaceDamien Le Moal3-166/+89
2022-02-22scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal4-171/+166
2022-02-22scsi: pm8001: Simplify pm8001_get_ncq_tag()Damien Le Moal1-9/+5
2022-02-22scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()Damien Le Moal1-17/+21
2022-02-22scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()Damien Le Moal1-1/+3
2022-02-22scsi: pm8001: Fix tag leaks on errorDamien Le Moal3-3/+17
2022-02-22scsi: pm8001: Fix task leak in pm8001_send_abort_all()Damien Le Moal1-3/+6
2022-02-22scsi: pm8001: Fix tag values handlingDamien Le Moal5-47/+28
2022-02-22scsi: pm8001: Fix pm8001_mpi_task_abort_resp()Damien Le Moal1-4/+3
2022-02-22scsi: pm8001: Fix pm8001_tag_alloc() failures handlingDamien Le Moal1-5/+10
2022-02-22scsi: pm8001: Fix abort all task initializationDamien Le Moal2-0/+3
2022-02-22scsi: pm8001: Fix NCQ NON DATA command completion handlingDamien Le Moal2-2/+4
2022-02-22scsi: pm8001: Fix NCQ NON DATA command task initializationDamien Le Moal2-14/+13
2022-02-22scsi: pm8001: Remove local variable in pm8001_pci_resume()Damien Le Moal1-4/+4
2022-02-22scsi: pm8001: Fix use of struct set_phy_profile_req fieldsDamien Le Moal2-6/+8
2022-02-22scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()Damien Le Moal1-37/+45
2022-02-22scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()Damien Le Moal1-16/+25
2022-02-22scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()Damien Le Moal1-3/+4
2022-02-22scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config()Damien Le Moal1-27/+25
2022-02-22scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()Damien Le Moal1-3/+5
2022-02-22scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()Damien Le Moal1-1/+1
2022-02-22scsi: pm8001: Fix pm80xx_pci_mem_copy() interfaceDamien Le Moal1-5/+3
2022-02-22scsi: pm8001: Fix command initialization in pm80XX_send_read_log()Damien Le Moal2-2/+2
2022-02-22scsi: pm8001: Fix pm8001_update_flash() local variable typeDamien Le Moal1-2/+3
2022-02-22scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control()Damien Le Moal1-8/+7
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-116/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-6/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry3-10/+1
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry3-0/+10
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry3-0/+16
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-18/+10
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry3-18/+14
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry3-10/+0
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen4-47/+27
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry3-18/+0
2022-02-11scsi: pm8001: Clean up inconsistent indentingYang Li1-30/+31
2022-01-31scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_taskJohn Garry1-2/+2
2022-01-31scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry1-0/+5
2022-01-31scsi: pm8001: Fix warning for undescribed param in process_one_iomb()John Garry1-0/+1
2022-01-31scsi: pm80xx: Fix double completion for SATA devicesAjish Koshy2-44/+0
2022-01-24scsi: pm8001: Fix bogus FW crash for maxcpus=1John Garry2-3/+19
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-3/+14
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-59/+186
2022-01-05scsi: pm80xx: Port reset timeout error handling correctionAjish Koshy3-3/+14
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-4/+2
2021-12-13scsi: pm8001: Fix phys_to_virt() usage on dma_addr_tJohn Garry1-17/+21
2021-12-02scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()Igor Pylypiv1-4/+2
2021-11-29scsi: pm8001: Fix kernel-doc warningsBart Van Assche1-12/+12
2021-11-18scsi: pm80xx: Add pm80xx_mpi_build_cmd() tracepointChangyuan Lyu2-0/+33
2021-11-18scsi: pm80xx: Add tracepointsChangyuan Lyu5-2/+123
2021-11-18scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocationIgor Pylypiv1-2/+2
2021-11-18scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()Igor Pylypiv1-1/+3
2021-11-18scsi: pm80xx: Do not check the address-of value for NULLIgor Pylypiv2-41/+12
2021-11-18scsi: pm80xx: Apply byte mask for phy ID in mpi_phy_start_resp()Igor Pylypiv1-1/+1
2021-10-16scsi: pm8001: Switch to attribute groupsBart Van Assche3-30/+38
2021-10-04scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()Igor Pylypiv1-1/+1
2021-10-04scsi: pm80xx: Replace open coded check with dev_is_expander()Igor Pylypiv2-4/+2
2021-09-14scsi: pm80xx: Fix memory leak during rmmodAjish Koshy2-0/+12
2021-09-14scsi: pm80xx: Correct inbound and outbound queue loggingViswas G1-2/+4
2021-09-14scsi: pm80xx: Fix lockup in outbound queue managementAjish Koshy2-11/+45
2021-09-14scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy5-2/+30
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-17/+15
2021-08-09scsi: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King1-1/+1
2021-07-28scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv1-17/+15
2021-07-12scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap5-89/+97
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-21/+19
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2021-06-15scsi: pm8001: Remove unnecessary OOM messageZhen Lei1-4/+2
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche3-17/+17
2021-05-15scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy4-12/+19
2021-04-15scsi: pm80xx: Remove global lock from outbound queue processingViswas G3-5/+9
2021-04-15scsi: pm80xx: Reset PI and CI memory during re-initializationViswas G2-0/+4
2021-04-15scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi6-7/+65
2021-04-15scsi: pm80xx: Add sysfs attribute to track iop1 countVishakha Channapattan1-0/+23
2021-04-15scsi: pm80xx: Add sysfs attribute to track iop0 countVishakha Channapattan1-0/+22
2021-04-15scsi: pm80xx: Add sysfs attribute to track RAAE countVishakha Channapattan1-0/+22
2021-04-15scsi: pm80xx: Add sysfs attribute to check controller hmi errorVishakha Channapattan1-0/+22
2021-04-15scsi: pm80xx: Add sysfs attribute to check MPI stateVishakha Channapattan1-1/+31
2021-04-12scsi: pm8001: Clean up open bracesLuo Jiaxing1-4/+2
2021-04-12scsi: pm8001: Clean up white spaceLuo Jiaxing6-36/+39
2021-04-12scsi: pm80xx: Fix potential infinite loopColin Ian King1-1/+1
2021-04-12scsi: pm80xx: Remove busy wait from mpi_uninit_check()Igor Pylypiv1-5/+5
2021-04-12scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()Igor Pylypiv1-2/+2
2021-04-12Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-4/+4
2021-04-05scsi: pm80xx: Fix chip initialization failureViswas G1-4/+4
2021-03-24scsi: pm8001: Avoid -Wrestrict warningArnd Bergmann1-1/+5
2021-03-15scsi: pm8001: Fix a bunch of doc-rotted function headersLee Jones1-9/+9
2021-03-15scsi: pm8001: Fix some misnamed function descriptionsLee Jones1-4/+4
2021-03-15scsi: pm8001: Fix incorrectly named functions in headersLee Jones1-2/+2
2021-03-15scsi: pm8001: Provide function name 'pm8001_I_T_nexus_reset()' in headerLee Jones1-0/+1
2021-03-15scsi: pm8001: Provide function name and fix a misspellingLee Jones1-2/+2
2021-03-09scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv1-4/+4
2021-03-09scsi: pm80xx: Remove list entry from pm8001_ccb_infoIgor Pylypiv1-1/+0
2021-01-22scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish3-41/+36
2021-01-22scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish3-38/+65
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry3-46/+36
2021-01-20scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+5
2021-01-20scsi: pm80xx: Clean up indentation of a code blockColin Ian King1-19/+15
2021-01-13scsi: pm80xx: Log SATA IOMB completion status on failureVishakha Channapattan1-5/+8
2021-01-13scsi: pm80xx: Simultaneous poll for all FW readinessBhavesh Jashnani1-57/+23
2021-01-13scsi: pm80xx: Fix driver fatal dump failureViswas G1-5/+9
2021-01-13scsi: pm80xx: Fix missing tag_free in NVMD DATA reqakshatzen1-4/+10
2021-01-13scsi: pm80xx: Check main config table addressakshatzen2-6/+58
2021-01-13scsi: pm80xx: Check for fatal errorakshatzen5-0/+61
2021-01-13scsi: pm80xx: Do not busy wait in MPI init checkakshatzen2-5/+5
2020-12-07scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong1-1/+2
2020-12-01scsi: pm80xx: Do not sleep in atomic contextAhmed S. Darwish1-1/+1
2020-11-30scsi: pm8001: Remove space in a debug messageColin Ian King1-1/+1
2020-11-30scsi: pm8001: Fix misindentationJoe Perches1-10/+10
2020-11-30scsi: pm8001: Convert pm8001_printk() to pm8001_info()Joe Perches3-6/+6
2020-11-25scsi: pm_8001: Use generic power managementVaibhav Gupta1-29/+17
2020-11-25scsi: pm_8001: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-23scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicitJoe Perches3-11/+10
2020-11-23scsi: pm8001: Neaten debug logging macros and usesJoe Perches6-1887/+1354
2020-11-23scsi: pm8001: Remove typecast for pointer returned by kcalloc()Xu Wang1-1/+1
2020-11-16scsi: pm8001: Remove unused variable 'value'Lee Jones1-2/+2
2020-11-10scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NULLee Jones1-1/+1
2020-11-04scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race conditionyuuzheng1-1/+6
2020-11-04scsi: pm80xx: Avoid busywait in FW ready checkakshatzen2-10/+17
2020-11-04scsi: pm80xx: Make running_req atomicViswas G5-27/+147
2020-11-04scsi: pm80xx: Make mpi_build_cmd locking consistentpeter chang2-14/+15
2020-10-07scsi: pm80xx: Driver version updateViswas G1-1/+1
2020-10-07scsi: pm80xx: Increase the number of outstanding I/O supported to 1024Viswas G5-47/+73
2020-10-07scsi: pm80xx: Remove DMA memory allocation for ccb and device structuresViswas G2-23/+33
2020-10-07scsi: pm80xx: Increase number of supported queuesViswas G6-104/+160
2020-08-31scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-44/+68
2020-07-24scsi: pm8001: Staticify 'pm80xx_pci_mem_copy' and 'mpi_set_phy_profile_req'Lee Jones1-3/+4