Commits

Juan Gutierrez committed 09c9d6d84bc
MXSCM-219 spi: imx: fix timeout for big spi transfers with dma The computation of the IMX_DMA_TIMEOUT macro for a length bigger or equal to 0x100000 spi transfers was truncated by the module divison. Using the DIV_ROUND_UP fixes the issue providing enough timeout time for the DMA spi transfer to be executed. Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>