MLK-16918-3: drm: Add new driver for MXSFB controller
authorMarek Vasut <marex@denx.de>
Thu, 18 Aug 2016 18:23:01 +0000 (20:23 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:47:07 +0000 (15:47 -0500)
commit391731bda935b6f746024f4bc035e53c013cc30f
treed802efec67aaa0d312687bfb9c6237c0c289756e
parentcc8b8197fdda961700511a790c647e4e0cb32078
MLK-16918-3: drm: Add new driver for MXSFB controller

Add new driver for the MXSFB controller found in i.MX23/28/6SX .
The MXSFB controller is a simple framebuffer controller with one
parallel LCD output. Unlike the MXSFB fbdev driver that is used
on these systems now, this driver uses the DRM/KMS framework.

This is a backport from kernel 4.10.y.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Shawn Guo <shawnguo@kernel.org>
MAINTAINERS
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/mxsfb/Kconfig [new file with mode: 0644]
drivers/gpu/drm/mxsfb/Makefile [new file with mode: 0644]
drivers/gpu/drm/mxsfb/mxsfb_crtc.c [new file with mode: 0644]
drivers/gpu/drm/mxsfb/mxsfb_drv.c [new file with mode: 0644]
drivers/gpu/drm/mxsfb/mxsfb_drv.h [new file with mode: 0644]
drivers/gpu/drm/mxsfb/mxsfb_out.c [new file with mode: 0644]
drivers/gpu/drm/mxsfb/mxsfb_regs.h [new file with mode: 0644]