From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 16 Jul 2019 17:20:42 +0530 Subject: [U-Boot] [PATCH] spi: spi-mem: Fix read data size issue In-Reply-To: <1562750607-44125-1-git-send-email-ye.li@nxp.com> References: <1562750607-44125-1-git-send-email-ye.li@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jul 10, 2019 at 2:54 PM Ye Li 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 > --- > drivers/spi/spi-mem.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) Applied to u-boot-spi/master