[U-Boot] [PATCH] spi: spi-mem: Fix read data size issue

Jagan Teki jagan at amarulasolutions.com
Tue Jul 16 11:50:42 UTC 2019


On Wed, Jul 10, 2019 at 2:54 PM Ye Li <ye.li at nxp.com> wrote:
>
> 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.
>
> Signed-off-by: Ye Li <ye.li at nxp.com>
> ---
>  drivers/spi/spi-mem.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

Applied to u-boot-spi/master


More information about the U-Boot mailing list