]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: Add new driver for MXSFB controller
authorMarek Vasut <marex@denx.de>
Thu, 18 Aug 2016 18:23:01 +0000 (20:23 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 6 Dec 2016 02:02:26 +0000 (03:02 +0100)
commit45d59d704080cc0c914b7cff24ccf19f12b9ce23
tree5c0f661aa30b7c9c1e919604d187ebf246a81dd2
parent7b920aae917da3486f0084fd1b77b2f59f521309
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.

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]