Re: [PATCH RESEND v5 02/13] spi: airoha: remove unnecessary restriction length
From: AngeloGioacchino Del Regno
Date: Wed Oct 01 2025 - 07:35:09 EST
Il 30/09/25 04:26, Mikhail Kshevetskiy ha scritto:
The "length < 160" restriction is not needed because airoha_snand_write_data()
and airoha_snand_read_data() will properly handle data transfers above
SPI_MAX_TRANSFER_SIZE.
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@xxxxxxxxx>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>