Merge patch series "NCR5380: Bug fixes and other improvements"
authorMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Aug 2024 02:06:39 +0000 (22:06 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Aug 2024 02:06:39 +0000 (22:06 -0400)
commit992f9884626a0e6ab73a98ca4eb166d17675cae6
treec4e1387b6315117570b90a6e5e468349b6409cc8
parentf856e57d6138a2dcbe4493c7333f0efdb535c19c
parenta8ebca904f8e0e02afcff961f342734d36b69c69
Merge patch series "NCR5380: Bug fixes and other improvements"

Finn Thain <fthain@linux-m68k.org> says:

This series begins with some work on the mac_scsi driver to improve
compatibility with SCSI2SD v5 devices. Better error handling is needed
there because the PDMA hardware does not tolerate the write latency
spikes which SD cards can produce.

A bug is fixed in the 5380 core driver so that scatter/gather can be
enabled in mac_scsi.

Several patches at the end of this series improve robustness and
correctness in the core driver.

This series has been tested on a variety of mac_scsi hosts. A variety
of SCSI targets was also tested, including Quantum HDD, Fujitsu HDD,
Iomega FDD, Ricoh CD-RW, Matsushita CD-ROM, SCSI2SD and BlueSCSI.

Link: https://lore.kernel.org/r/cover.1723001788.git.fthain@linux-m68k.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>