On Tue, Jul 08, 2025 at 06:31:21PM +0530, Eoin Dickson wrote: > From: Eoin Dickson <eoin.dick...@microchip.com> > > Add xfer function to PolarFire SoC coreqspi driver. The read and write > operations are limited to one byte at a time instead of four as CMD18 > (multiple block read) reads garbage when four byte ops are enabled. > > Signed-off-by: Eoin Dickson <eoin.dick...@microchip.com> > --- > drivers/spi/microchip_coreqspi.c | 113 ++++++++++++++++++++++++++++++- > 1 file changed, 111 insertions(+), 2 deletions(-)
Acked-by: Leo Yu-Chi Liang <ycli...@andestech.com>