summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()Damien Le Moal2022-02-221-3/+5
* scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()Damien Le Moal2022-02-221-1/+1
* scsi: pm8001: Fix pm80xx_pci_mem_copy() interfaceDamien Le Moal2022-02-221-5/+3
* scsi: pm8001: Fix command initialization in pm80XX_send_read_log()Damien Le Moal2022-02-222-2/+2
* scsi: pm8001: Fix pm8001_update_flash() local variable typeDamien Le Moal2022-02-221-2/+3
* scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control()Damien Le Moal2022-02-221-8/+7
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-116/+1
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-6/+1
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-3/+1
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-3/+1
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-193-10/+1
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-193-0/+10
* scsi: libsas: Add TMF handler exec complete callbackJohn Garry2022-02-193-0/+16
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-191-18/+10
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-193-18/+14
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-193-10/+0
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-144-47/+27
|\
| * scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_taskJohn Garry2022-01-311-2/+2
| * scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry2022-01-311-0/+5
| * scsi: pm8001: Fix warning for undescribed param in process_one_iomb()John Garry2022-01-311-0/+1
| * scsi: pm80xx: Fix double completion for SATA devicesAjish Koshy2022-01-312-44/+0
| * scsi: pm8001: Fix bogus FW crash for maxcpus=1John Garry2022-01-242-3/+19
* | scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-113-18/+0
* | scsi: pm8001: Clean up inconsistent indentingYang Li2022-02-111-30/+31
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-223-3/+14
|\
| * scsi: pm80xx: Port reset timeout error handling correctionAjish Koshy2022-01-053-3/+14
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-148-59/+186
|\|
| * Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen2021-12-161-4/+2
| |\
| * | scsi: pm8001: Fix kernel-doc warningsBart Van Assche2021-11-291-12/+12
| * | scsi: pm80xx: Add pm80xx_mpi_build_cmd() tracepointChangyuan Lyu2021-11-182-0/+33
| * | scsi: pm80xx: Add tracepointsChangyuan Lyu2021-11-185-2/+123
| * | scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocationIgor Pylypiv2021-11-181-2/+2
| * | scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()Igor Pylypiv2021-11-181-1/+3
| * | scsi: pm80xx: Do not check the address-of value for NULLIgor Pylypiv2021-11-182-41/+12
| * | scsi: pm80xx: Apply byte mask for phy ID in mpi_phy_start_resp()Igor Pylypiv2021-11-181-1/+1
* | | scsi: pm8001: Fix phys_to_virt() usage on dma_addr_tJohn Garry2021-12-131-17/+21
| |/ |/|
* | scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()Igor Pylypiv2021-12-021-4/+2
|/
* scsi: pm8001: Switch to attribute groupsBart Van Assche2021-10-163-30/+38
* scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()Igor Pylypiv2021-10-041-1/+1
* scsi: pm80xx: Replace open coded check with dev_is_expander()Igor Pylypiv2021-10-042-4/+2
* scsi: pm80xx: Fix memory leak during rmmodAjish Koshy2021-09-142-0/+12
* scsi: pm80xx: Correct inbound and outbound queue loggingViswas G2021-09-141-2/+4
* scsi: pm80xx: Fix lockup in outbound queue managementAjish Koshy2021-09-142-11/+45
* scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy2021-09-145-2/+30
* Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-111-17/+15
|\
| * scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv2021-07-281-17/+15
* | scsi: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King2021-08-091-1/+1
|/
* scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap2021-07-125-89/+97
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-111-0/+1
|\
| * scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-221-0/+1