summaryrefslogtreecommitdiff
path: root/drivers/mxc/Kconfig
AgeCommit message (Collapse)Author
2018-08-24MLK-18355-1: hdp-cec: Move imx8 hdp cec driver to mxc folderSandor Yu
Move iMX8 HDP CEC driver to MXC folder. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
2018-08-24MLK-18301-3 - [i.MX8MM/Hantro]: Enable hantro vpu on mscale 845S platformZhou Peng
Enable hantro 845 decoder/encoder on device tree Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
2018-08-24MLK-17902 [IMX8QXP B0]VPU ENCODER and DECODER on IMX8QXP B0 boardnxa13443
Add vpu decoder and encoder for imx8qxp b0 board, decoder can support H265 H264 MPEG2 MPEG4 H263 etc encoder can support H264 Signed-off-by: nxa13443 <chaofan.huang@nxp.com>
2018-08-24MLK-17319-1 imx8: sim: add driver to support EMVSIM moduleGao Pan
The EMVSIM module is designed to facilitate communication to Smart Cards compatible to the EMV ver4.3 standard and compatible with ISO/IEC 7816-3 Standard. This patch adds driver to support EMVSIM module for imx8. Signed-off-by: Gao Pan <pandy.gao@nxp.com> Reviewed-by: Andy Duan <fugang.duan@nxp.com>
2018-08-24MLK-16671-4 - [i.MX8QXP/Malone]: Add vpu malone decoder driverZhou Peng-B04994
Only build malone for ARCH_MXC_ARM64 Signed-off-by: Zhou Peng-B04994 <eagle.zhou@nxp.com>
2018-08-24MLK-16671-2 - [i.MX8QXP/Malone]: Add vpu malone decoder driverZhou Peng-B04994
Add vpu module in device tree and makefile Signed-off-by: Zhou Peng-B04994 <eagle.zhou@nxp.com>
2018-08-24MLK-16538-2: hdmi api: Relocate hdmi api soure codeSandor Yu
-Relocate hdmi api source code from drivers/video/fbdev/mxc/cdn_hdp to drivers/mxc/hdp. -Add displayport and hdcp api function. -Move t28hpc_hdmitx function from api source code folder to hdmi fb driver folder. -Update imx8 hdmi fb driver according api source code change. -Sync api source code with CDN_API_1_0_33 release. Acked-by: Robby Cai <robby.cai@nxp.com> Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
2018-08-24MLK-15993 Kconfig: add mlb support for IMX8QMGao Pan
add mlb support for IMX8QM Signed-off-by: Gao Pan <pandy.gao@nxp.com>
2018-08-24MLK-15132-1: Enable Hantro decoder on i.MX8MQZhou Peng-B04994
Added hantro driver code Signed-off-by: Zhou Peng-B04994 <eagle.zhou@nxp.com>
2018-08-24MLK-14966-6 mxc: Kconfig: improve build dependencyAnson Huang
Use ARCH_MXC_ARM64 instead of ARCH_FSL_IMX8QM to improve MXC build dependency. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
2018-08-24MGS-2437 mxc: add gpu-viv driver configuration for i.MX8Prabhu Sundararaj
gpu-viv driver is common for ARCH_MXC and MX8 Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@nxp.com>
2018-08-24MLK-11508-4: V4L2 Capture: Porting MXC V4L2 Capture from 3.14.ySandor Yu
Initial port of the mxc V4L2 capture driver. Baseline copied from imx_3.14.y branch: Signed-off-by: Sandor Yu <R01008@freescale.com>
2018-08-24MGS-955 GPU:Integrate GPU moduleShawn Xiao
1. Upstream 5.0.11p7 driver to kernel 2. Add the GPU configuration to imx6q.dtsi 3. Remove IRQF_DISABLED in GPU driver The IRQF_DISABLED has been removed from 4.1.0 kernel. To accomodate with the change, add version check logic and use 0x0 instead of IRQF_DISABLED from 4.1.0 kernel on. 4. Convert file->f_dentry->d_inode to file_inode() in GPU driver The file struct has changed since 3.19. Changed the usage in GPU driver too. 5. Add version check for CONFIG_PM_RUNTIME The CONFIG_PM_RUNTIME will never be used in 4.1.0 kernel. Add version check to avoid calling it in GPU driver. Signed-off-by: Shawn Xiao <b49994@freescale.com>
2018-08-24MLK-11431-1: IPU: forward IPU display drivers to 4.1.y kernelSandor Yu
Forward imx_3.14.y IPU and display drivers to 4.1 kernel. This includes IPU core driver, display driver, LDB and HDMI driver. Signed-off-by: Sandor Yu <R01008@freescale.com>
2018-08-23MLK-11442 mlb: imx: add mlb support on imx_4.1.yGao Pan
Add mlb support on imx_4.1.y. The files are copied from imx_3.14.y. Signed-off-by: Gao Pan <b54642@freescale.com>
2018-08-23MLK-11440-2 Integrate VPU driver to kernel 4.1Hongzhang Yang
Include 3.14 VPU driver with no change Signed-off-by: Hongzhang Yang <Hongzhang.Yang@freescale.com>
2018-08-23MLK-10600-2: mxc: sim: Add an option to enable SIM driver build.Luwei Zhou
Add the option to enable SIM driver build. Signed-off-by: Luwei Zhou <b45643@freescale.com> Signed-off-by: Gao Pan <b45643@freescale.com> (cherry picked from 0f7a6fa3c141bfc7333d9056639b7a5b1154ed1d)