commit | a2a230e8f949853dfb97978c7339c79a27b6a2bf | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Wed Feb 26 12:03:37 2020 +0100 |
committer | Maureen Helm <maureen.helm@nxp.com> | Wed Mar 18 15:40:55 2020 -0500 |
tree | 5d1d5f1b79b50f64f8a7758cef1327ae09512e97 | |
parent | 199ccba5e4404758b3e5ce529bc5e807eacf81e7 [diff] |
drivers: video: mcux_csi: Fix unordered stream With new NXP HAL, MCUX CSI does not necesseraly start the capture into the first submitted buffer. However the driver expects that buffers will be captured in submitted order. Fix that. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>