MLK-18535-3 gpu: imx: add LCDIF core driver
authorFancy Fang <chen.fang@nxp.com>
Wed, 6 Jun 2018 14:26:28 +0000 (22:26 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commita9a8fe180e0c689ed41f8bd657acbb469acbdf9d
tree6515c10f44c8bdd215de1b1595091fbc084ac760
parent4a39b920933d6aba896f318be1eb4bc78785bad3
MLK-18535-3 gpu: imx: add LCDIF core driver

The LCDIF core driver is responsible to provide controller
registers configuration and create the platform devices for
the child port nodes. And the platform devices later will
attach to the corresponding DRM/KMS drivers via name match.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
(cherry picked from commit ca168846dcfe6d498d33f4a977b21b25ca5c6c41)
drivers/gpu/imx/Kconfig
drivers/gpu/imx/Makefile
drivers/gpu/imx/lcdif/Kconfig [new file with mode: 0644]
drivers/gpu/imx/lcdif/Makefile [new file with mode: 0644]
drivers/gpu/imx/lcdif/lcdif-common.c [new file with mode: 0644]
drivers/gpu/imx/lcdif/lcdif-regs.h [new file with mode: 0644]
include/video/imx-lcdif.h [new file with mode: 0644]