Re: [PATCH v6 071/102] spi: ich: Correct max-size bug in ich_spi_adjust_size()

2019-12-07 Thread Bin Meng
On Sun, Dec 8, 2019 at 11:56 AM Bin Meng wrote: > > On Sat, Dec 7, 2019 at 12:51 PM Simon Glass wrote: > > > > This incorrectly shortens read operations if there is a maximum write size > > but no maximum read size. Fix it. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v6: None

Re: [PATCH v6 071/102] spi: ich: Correct max-size bug in ich_spi_adjust_size()

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:51 PM Simon Glass wrote: > > This incorrectly shortens read operations if there is a maximum write size > but no maximum read size. Fix it. > > Signed-off-by: Simon Glass > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes in v3: None >

[PATCH v6 071/102] spi: ich: Correct max-size bug in ich_spi_adjust_size()

2019-12-06 Thread Simon Glass
This incorrectly shortens read operations if there is a maximum write size but no maximum read size. Fix it. Signed-off-by: Simon Glass --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/spi/ich.c | 8 +--- 1 file changed, 5