summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-08-02scsi: pm8001: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-14scsi: pm80xx: Set stopped phy's linkrate to DisabledChangyuan Lyu1-1/+5
2022-07-14scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu2-16/+5
2022-06-17scsi: pm8001: Expose hardware queues for pm80xxJohn Garry3-18/+69
2022-06-17scsi: pm8001: Use non-atomic bitmap ops for tag alloc + freeJohn Garry1-3/+7
2022-06-17scsi: pm8001: Set up tags before using themJohn Garry4-11/+24
2022-06-17scsi: pm8001: Rework shost initial valuesJohn Garry1-4/+1
2022-04-12scsi: pm80xx: Enable upper inbound, outbound queuesAjish Koshy1-0/+11
2022-04-12scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63Ajish Koshy1-9/+13
2022-03-15scsi: pm8001: Use libsas internal abort supportJohn Garry5-147/+74
2022-02-28scsi: pm80xx: Handle non-fatal errorsAjish Koshy2-8/+29
2022-02-23scsi: pm8001: Fix pm8001_info() message formatDamien Le Moal1-1/+1
2022-02-23scsi: pm8001: Improve pm80XX_send_abort_all()Damien Le Moal2-22/+8
2022-02-23scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal4-62/+52
2022-02-23scsi: pm8001: Simplify pm8001_task_exec()Damien Le Moal1-92/+78
2022-02-23scsi: pm8001: Simplify pm8001_mpi_build_cmd() interfaceDamien Le Moal3-166/+89
2022-02-23scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal4-171/+166
2022-02-23scsi: pm8001: Simplify pm8001_get_ncq_tag()Damien Le Moal1-9/+5
2022-02-23scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()Damien Le Moal1-17/+21
2022-02-23scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()Damien Le Moal1-1/+3
2022-02-23scsi: pm8001: Fix tag leaks on errorDamien Le Moal3-3/+17
2022-02-23scsi: pm8001: Fix task leak in pm8001_send_abort_all()Damien Le Moal1-3/+6