summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001
AgeCommit message (Expand)Author
2023-07-25scsi: pm80xx: Fix error return code in pm8001_pci_probe()Yang Yingliang
2023-05-31scsi: pm80xx: Add fatal error checksChangyuan Lyu
2023-05-08scsi: pm80xx: Add GET_NVMD timeout during probeChangyuan Lyu
2023-05-08scsi: pm80xx: Update PHY state after hard resetChangyuan Lyu
2023-05-08scsi: pm80xx: Log port state during HW eventAkshat Jain
2023-05-08scsi: pm80xx: Log phy_id and port_id in the device registration requestAkshat Jain
2023-05-08scsi: pm80xx: Print port_id in HW eventsAkshat Jain
2023-05-08scsi: pm80xx: Enable init loggingAkshat Jain
2023-05-08scsi: pm80xx: Log some HW events by defaultAkshat Jain
2023-04-24scsi: pm80xx: Log device registrationAkshat Jain
2023-03-24scsi: pcmcia-pm8001: Declare SCSI host template constBart Van Assche
2023-01-11scsi: pm8001: Use sysfs_emit() in show function callbacksDeepak R Varma
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-10-27scsi: pm8001: Drop !task check in pm8001_abort_task()John Garry
2022-10-22scsi: pm80xx: Remove unused reset_in_progress flag logicIgor Pylypiv
2022-10-22scsi: pm80xx: Display proc_name in sysfsIgor Pylypiv
2022-10-22scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry
2022-10-22scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv
2022-10-18scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding itJason Yan
2022-10-18scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errorsJohn Garry
2022-10-18scsi: pm8001: Modify task abort handling for SATA taskJohn Garry
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-25scsi: pm8001: Replace one-element array with flexible-array memberGustavo A. R. Silva
2022-09-25scsi: pm8001: Fix running_req for internal abort commandsJohn Garry
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-01scsi: pm8001: Fix typo 'the the' in commentSlark Xiao
2022-07-13scsi: pm80xx: Set stopped phy's linkrate to DisabledChangyuan Lyu
2022-07-13scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu
2022-06-16scsi: pm8001: Expose hardware queues for pm80xxJohn Garry
2022-06-16scsi: pm8001: Use non-atomic bitmap ops for tag alloc + freeJohn Garry
2022-06-16scsi: pm8001: Set up tags before using themJohn Garry
2022-06-16scsi: pm8001: Rework shost initial valuesJohn Garry
2022-04-11scsi: pm80xx: Enable upper inbound, outbound queuesAjish Koshy
2022-04-11scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63Ajish Koshy
2022-03-14scsi: pm8001: Use libsas internal abort supportJohn Garry
2022-02-27scsi: pm80xx: Handle non-fatal errorsAjish Koshy
2022-02-22scsi: pm8001: Fix pm8001_info() message formatDamien Le Moal
2022-02-22scsi: pm8001: Improve pm80XX_send_abort_all()Damien Le Moal
2022-02-22scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal
2022-02-22scsi: pm8001: Simplify pm8001_task_exec()Damien Le Moal
2022-02-22scsi: pm8001: Simplify pm8001_mpi_build_cmd() interfaceDamien Le Moal
2022-02-22scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal
2022-02-22scsi: pm8001: Simplify pm8001_get_ncq_tag()Damien Le Moal
2022-02-22scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()Damien Le Moal
2022-02-22scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()Damien Le Moal
2022-02-22scsi: pm8001: Fix tag leaks on errorDamien Le Moal
2022-02-22scsi: pm8001: Fix task leak in pm8001_send_abort_all()Damien Le Moal
2022-02-22scsi: pm8001: Fix tag values handlingDamien Le Moal