MLK-21458: mxc-jpeg: Implement V4L2_ENC_CMD_STOP
authorMirela Rabulea <mirela.rabulea@nxp.com>
Thu, 18 Apr 2019 17:02:24 +0000 (20:02 +0300)
committerMirela Rabulea <mirela.rabulea@nxp.com>
Mon, 22 Apr 2019 15:34:00 +0000 (18:34 +0300)
commitb82f5925dbb616f78fa8c35cb482eb7561349442
tree435c68f1185adf1c5c9f32b8b0156bfe50ab8406
parent4e92d1538cff448e1d3c5c6c5852932b97ecaf0e
MLK-21458: mxc-jpeg: Implement V4L2_ENC_CMD_STOP

Implementation is similar with V4L2_DEC_CMD_STOP, but cannot unify them,
due to different structures.
Also added the other V4L2_*_CMD_* commands to the switch,
but as "not implemented" for now.

Signed-off-by: Mirela Rabulea <mirela.rabulea@nxp.com>
Reviewed-by: Robert Chiras <robert.chiras@nxp.com>
drivers/media/platform/imx8/mxc-jpeg.c