From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Wed, 11 Dec 2019 18:56:21 +0530 Subject: [PATCH 0/2] spi: rk_spi: Fix transfer size overflow Message-ID: <20191211132623.430-1-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de These two patches are fixing flash read with > 64K size and spi flash read during SPI boot. Any inputs? Jagan. Jagan Teki (2): Revert "rockchip: spi: fix off-by-one in chunk size computation" spi: rk_spi: Fix overflow max chunk size drivers/spi/rk_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.18.0.321.gffc6fa0e3