On Tue, Sep 22, 2020 at 8:02 PM Mark Brown <broo...@kernel.org> wrote: > (which we should pay attention to in the core for flash > stuff but IIRC we didn't do that yet).
BTW we do have that taken care. spi_mem_adjust_op_size will adjust the transfer size according to max_transfer/message_size if no custom adjust_op_size hook is defined in the driver. If a custom adjust_op_size is defined, the driver adjusts the transfer size for it's exec_op hook. The size limit between exec_op and transfer_one_message can be different. (this spi-mtk-nor is an example of that.) -- Regards, Chuanhong Guo