MLK-16359-3: Added i.MX8 CAST IP JPEG Encoder/Decoder Linux V4L2 driver v2
authorZhengyu Shen <zhengyu.shen_1@nxp.com>
Mon, 18 Sep 2017 19:34:52 +0000 (14:34 -0500)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:37 +0000 (15:38 -0500)
commit50640b2a1ae828c26c90876c1cfe680b1a2752e6
tree3bf8a2daba29924c53ec6fe5d2e5126ecd378edd
parent5f8f08a767a2106616d614bc52198b3d62e0e0e9
MLK-16359-3: Added i.MX8 CAST IP JPEG Encoder/Decoder Linux V4L2 driver v2

mxc-jpeg driver creates two v4l2 file handles in /dev/ which allows them to be used
by v4l2 programs. Supports encode and decode of various formats.

Note: Output data is not correct but matches validation result because IP Bug
TKT340836

v2: Split patches, added copyright

Signed-off-by: Zhengyu Shen <zhengyu.shen_1@nxp.com>
Reviewed-by: Sandor Yu <sandor.yu@nxp.com>
drivers/media/platform/imx8/Kconfig
drivers/media/platform/imx8/Makefile
drivers/media/platform/imx8/mxc-jpeg-hw.c [new file with mode: 0644]
drivers/media/platform/imx8/mxc-jpeg-hw.h [new file with mode: 0644]
drivers/media/platform/imx8/mxc-jpeg.c [new file with mode: 0644]
drivers/media/platform/imx8/mxc-jpeg.h [new file with mode: 0644]