Hi, this series fixes restarting of streams, cleans up a superfluous error message, unifies the YUV buffer base pointer setup, disables the encoder rotator unit when copying input buffers into the internal frame memory if not needed, simplifies the frame memory control register handling (no need to clear magic bits if we wrote 0 in the first place), and adds support for the NV12 pixel format. regards Philipp Philipp Zabel (6): [media] coda: clear aborting flag in stop_streaming [media] coda: remove superfluous error message on devm_kzalloc failure [media] coda: add coda_write_base helper [media] coda: disable rotator if not needed [media] coda: simplify frame memory control register handling [media] coda: add support for partial interleaved YCbCr 4:2:0 (NV12) format drivers/media/platform/coda/coda-bit.c | 108 ++++++++++++------------------ drivers/media/platform/coda/coda-common.c | 43 ++++++++++-- drivers/media/platform/coda/coda.h | 2 + 3 files changed, 82 insertions(+), 71 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html