Re: [PATCH v5 23/33] spi: dw: Properly set rx_end when not recieving

2020-02-29 Thread Sean Anderson
This patch should not be included. I meant to remove it (and it gets reverted in the next patch), but I made an error during rebasing. Sorry for any confustion. --Sean

[PATCH v5 23/33] spi: dw: Properly set rx_end when not recieving

2020-02-28 Thread Sean Anderson
The difference between rx and rx_end is used by tx_max when calculating how much to write. If we aren't reading anything, this could cause us to let the tx fifo bottom out. Signed-off-by: Sean Anderson --- Changes in v5: - New drivers/spi/designware_spi.c | 3 ++- 1 file changed, 2