]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: pm80xx: Use dynamic tag numbers for PHY start and stop
authorJolly Shah <jollys@google.com>
Mon, 25 Nov 2024 21:33:43 +0000 (13:33 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 4 Dec 2024 19:45:14 +0000 (14:45 -0500)
commit4c567a9d0e009c998125d549dc53ab0d21724a55
tree1d28e09851cf70f29ea1266b627b4fb2b82efd5d
parent0f630c58e31afb3dc2373bc1126b555f4b480bb2
scsi: pm80xx: Use dynamic tag numbers for PHY start and stop

Other commands were not aware if tag 0x01 was in use or not which meant
multiple commands could share the same tag number.

Prevent tag 0x01 from being used by multiple commands at the same time.

Signed-off-by: Jolly Shah <jollys@google.com>
Signed-off-by: Terrence Adams <tadamsjr@google.com>
Link: https://lore.kernel.org/r/20241125213343.3272478-1-tadamsjr@google.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pm8001/pm80xx_hwi.c