On 13/09/2024 23:05, Mark Cave-Ayland wrote:
This series is an extension of the v2 patch with a couple of modifications to clear the FIFO at the start of the command, and to poll the ESP interrupt register to detect the end of the transfer.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk
v3:
- Clear FIFO before issuing ESP command
- Poll ESP interrupt register to detect end of transfer
v2:
- Fix typo in commit message spotted by Zoltan
Mark Cave-Ayland (3): esp: clear FIFO before issuing ESP command esp: use ESP rather than DMA interrupt to detect end of transfer esp: correctly terminate successful SCSI commands
drivers/esp.c | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-)
Applied to master.
ATB,
Mark.