summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001
AgeCommit message (Expand)AuthorFilesLines
2023-09-22scsi: pm8001: Remove PM8001_READ_VPDDamien Le Moal2-25/+28
2023-09-22scsi: pm8001: Remove PM8001_USE_TASKLETDamien Le Moal2-22/+21
2023-09-22scsi: pm8001: Remove PM8001_USE_MSIXDamien Le Moal4-55/+67
2023-09-22scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()Damien Le Moal1-26/+5
2023-09-22scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()Damien Le Moal1-63/+6
2023-09-22scsi: pm8001: Introduce pm8001_handle_irq()Damien Le Moal1-28/+22
2023-09-22scsi: pm8001: Introduce pm8001_kill_tasklet()Damien Le Moal1-21/+19
2023-09-22scsi: pm8001: Introduce pm8001_init_tasklet()Damien Le Moal1-24/+27
2023-09-22scsi: pm8001: Introduce pm8001_free_irq()Damien Le Moal1-21/+28
2023-09-14scsi: pm8001: Setup IRQs on resumeDamien Le Moal1-34/+17
2023-09-14scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki1-0/+2
2023-09-14scsi: 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-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen3-10/+1
2023-08-25Merge patch series "Returning FIS on success for CDL"Martin K. Petersen4-18/+19
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry2-2/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry2-4/+0
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry1-1/+1
2023-08-22scsi: libsas: Delete enum sas_phy_typeJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-08-22scsi: pm8001: Remove unused declarationsYue Haibing1-2/+0
2023-08-22scsi: pm80xx: Set RETFIS when requested by libsasIgor Pylypiv4-18/+19
2023-07-26scsi: pm80xx: Fix error return code in pm8001_pci_probe()Yang Yingliang1-1/+2
2023-06-01scsi: 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-25scsi: pm80xx: Log device registrationAkshat Jain1-3/+4
2023-03-25scsi: pcmcia-pm8001: Declare SCSI host template constBart Van Assche1-1/+1
2023-01-12scsi: 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-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-36/+101