Files
u-boot/drivers/spi
Bin Meng cb42425aa1 spi: spi-mem-nodm: Fix read data size issue
When slave drivers don't set the max_read_size, the spi-mem should
directly use data.nbytes and not limit to any size. But current
logic will limit to the max_write_size.

This commit mirrors the same changes in the dm version done in
commit 535b1fdb8e ("spi: spi-mem: Fix read data size issue").

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
2021-08-03 11:50:37 +05:30
..
2020-12-18 20:32:21 -07:00
2020-06-11 15:14:04 +05:30
2021-07-15 19:49:52 +08:00
2021-02-26 15:09:38 +05:30
2020-12-18 20:32:21 -07:00
2021-06-25 20:59:45 +05:30
2021-06-30 08:06:30 -04:00