Hi, On Tue, Sep 18, 2018 at 11:09 AM Dilip Kota <[email protected]> wrote: > > Plugin set cs API to the SPI framework so that > framework can do chipselect assert de-assert > during SPI transfers. > > Signed-off-by: Dilip Kota <[email protected]> > --- > drivers/spi/spi-geni-qcom.c | 65 > ++++++++++++++++++++++++++++++++------------- > 1 file changed, 46 insertions(+), 19 deletions(-)
As I mentioned in out-of-band I don't see a huge reason why this can't be squashed into patch #3. Logically patch #3 has a bug where it can't handle setting the chip select without a non-zero transfer and that bug isn't fixed until patch #4. ...but if folks really feel like it should be a separate patch then I won't object too loudly since the end result is the same. ...so feel free to add: Reviewed-by: Douglas Anderson <[email protected]> Tested-by: Douglas Anderson <[email protected]> -Doug

