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

Chuanhong Guo gch981213 at gmail.com
Tue Sep 22 08:37:02 EDT 2020


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



More information about the linux-arm-kernel mailing list