On Thu, Jun 18, 2020 at 04:39:58PM -0700, Stephen Boyd wrote: > The definition of SPI_FULL_DUPLEX (3) is really SPI_TX_ONLY (1) ORed > with SPI_RX_ONLY (2). Let's drop the define and simplify the code here a > bit by collapsing the setting of 'm_cmd' into conditions that are the > same. Please don't add extra patches after someone else's series like this, it makes things harder to follow and really confuses tooling which tries to parse serieses off the list. Just send a separate series.