Re: [PATCH v6 062/102] spi: Correct operations check in dm_spi_xfer()

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:50 PM Simon Glass wrote: > > At present we have to have an xfer() method even if it does nothing. This > is not correct, so fix it. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None >

[PATCH v6 062/102] spi: Correct operations check in dm_spi_xfer()

2019-12-06 Thread Simon Glass
At present we have to have an xfer() method even if it does nothing. This is not correct, so fix it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/spi/ich.c| 9 +