Re: [PATCH v2] spi: spi-mtk-nor: fix timeout calculation overflow

From: Chuanhong Guo
Date: Tue Sep 22 2020 - 08:37:16 EST


On Tue, Sep 22, 2020 at 8:02 PM Mark Brown <broonie@xxxxxxxxxx> 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