On Fri, Jan 06, 2023 at 12:08:03PM -0800, William Zhang wrote: > Multiple transfers within a SPI message may be combined into one > transfer to the controller using its prepend feature. A SPI message is > prependable only if the following are all true: > * One or more half duplex write transfer > * Optional full duplex read/write at the end > * No delay and cs_change between transfers There is nothing driver specific here, this should be implemented in the core - we have existing logic to rewrite messages to match driver constraints, this could be added there possibly with flags to allow drivers to disable or enable the merging if they've got special requirements.