video: Add i.MX23/28 framebuffer driver
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 14 Jan 2011 14:22:31 +0000 (15:22 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 7 Mar 2011 18:29:30 +0000 (19:29 +0100)
commitf0a523b5e5e2db4e8518ae20f466c0a6be7e145e
tree4a0bdabdf57bcefb2a5948eba690e6592eaefc6d
parent8d8eb17765dc8e232e30a9fb55f89c0056fa17ea
video: Add i.MX23/28 framebuffer driver

changes since v2:

- use v3 and v4 for specifying the ip version instead of i.MX23/28.
  This is a better namespace when future versions are added.
- rename mach/fb.h to mach/mxsfb.h

changes since v1:
- Add a LCDC_ prefix to the register names.
- use set/clear registers where appropriate
- protect call to mxsfb_disable_controller() in mxsfb_remove()
  with a (host->enabled) as suggested by Lothar Wassmann

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: linux-fbdev@vger.kernel.org
arch/arm/mach-mxs/include/mach/mxsfb.h [new file with mode: 0644]
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/mxsfb.c [new file with mode: 0644]