summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "libsas: Some tidy-up"Martin K. Petersen2023-08-253-10/+1
|\
| * scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry2023-08-212-2/+0
| * scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry2023-08-212-4/+0
| * scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-211-1/+1
| * scsi: libsas: Delete enum sas_phy_typeJohn Garry2023-08-211-1/+0
| * scsi: libsas: Delete enum sas_classJohn Garry2023-08-211-1/+0
| * scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry2023-08-211-1/+0
* | Merge patch series "Returning FIS on success for CDL"Martin K. Petersen2023-08-254-18/+19
|\ \
| * | scsi: pm80xx: Set RETFIS when requested by libsasIgor Pylypiv2023-08-214-18/+19
| |/
* / scsi: pm8001: Remove unused declarationsYue Haibing2023-08-211-2/+0
|/
* scsi: pm80xx: Add fatal error checksChangyuan Lyu2023-06-011-0/+22
* scsi: pm80xx: Add GET_NVMD timeout during probeChangyuan Lyu2023-05-081-7/+22
* scsi: pm80xx: Update PHY state after hard resetChangyuan Lyu2023-05-081-5/+9
* scsi: pm80xx: Log port state during HW eventAkshat Jain2023-05-081-21/+22
* scsi: pm80xx: Log phy_id and port_id in the device registration requestAkshat Jain2023-05-081-0/+3
* scsi: pm80xx: Print port_id in HW eventsAkshat Jain2023-05-081-25/+33
* scsi: pm80xx: Enable init loggingAkshat Jain2023-05-082-2/+2
* scsi: pm80xx: Log some HW events by defaultAkshat Jain2023-05-083-26/+50
* scsi: pm80xx: Log device registrationAkshat Jain2023-04-251-3/+4
* scsi: pcmcia-pm8001: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
* scsi: pm8001: Use sysfs_emit() in show function callbacksDeepak R Varma2023-01-121-25/+21
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-145-391/+81
|\
| * scsi: pm8001: Drop !task check in pm8001_abort_task()John Garry2022-10-271-1/+1
| * scsi: pm80xx: Remove unused reset_in_progress flag logicIgor Pylypiv2022-10-222-5/+0
| * scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry2022-10-224-31/+24
| * scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv2022-10-223-10/+0
| * scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+6
| * scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errorsJohn Garry2022-10-184-326/+19
| * scsi: pm8001: Modify task abort handling for SATA taskJohn Garry2022-10-183-6/+31
* | scsi: pm80xx: Display proc_name in sysfsIgor Pylypiv2022-10-221-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-072-1/+5
|\
| * scsi: pm8001: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-09-251-1/+1
| * scsi: pm8001: Fix running_req for internal abort commandsJohn Garry2022-09-251-0/+4
* | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-131-1/+1
|\
| * scsi: pm8001: Fix typo 'the the' in commentSlark Xiao2022-08-021-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-055-36/+101
|\|
| * scsi: pm8001: Expose hardware queues for pm80xxJohn Garry2022-06-173-18/+69
| * scsi: pm8001: Use non-atomic bitmap ops for tag alloc + freeJohn Garry2022-06-171-3/+7
| * scsi: pm8001: Set up tags before using themJohn Garry2022-06-174-11/+24
| * scsi: pm8001: Rework shost initial valuesJohn Garry2022-06-171-4/+1
* | scsi: pm80xx: Set stopped phy's linkrate to DisabledChangyuan Lyu2022-07-141-1/+5
* | scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu2022-07-142-16/+5
|/
* scsi: pm80xx: Enable upper inbound, outbound queuesAjish Koshy2022-04-121-0/+11
* scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63Ajish Koshy2022-04-121-9/+13
* scsi: pm8001: Use libsas internal abort supportJohn Garry2022-03-155-147/+74
* scsi: pm80xx: Handle non-fatal errorsAjish Koshy2022-02-282-8/+29
* scsi: pm8001: Fix pm8001_info() message formatDamien Le Moal2022-02-231-1/+1
* scsi: pm8001: Improve pm80XX_send_abort_all()Damien Le Moal2022-02-232-22/+8
* scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal2022-02-234-62/+52