[PATCH] mbxfb: Add framebuffer driver for the Intel 2700G
Add frame buffer driver for the 2700G LCD controller present on CompuLab CM-X270 computer module. [adaplas] - Add more informative help text to Kconfig - Make DEBUG a Kconfig option as FB_MBX_DEBUG - Remove #include mbxdebug.c, this is frowned upon - Remove redundant casts - Arrange #include's alphabetically - Trivial whitespace Signed-off-by:Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Antonino Daplas <adaplas@pol.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- drivers/video/Kconfig 20 additions, 0 deletionsdrivers/video/Kconfig
- drivers/video/Makefile 1 addition, 0 deletionsdrivers/video/Makefile
- drivers/video/mbx/Makefile 4 additions, 0 deletionsdrivers/video/mbx/Makefile
- drivers/video/mbx/mbxdebugfs.c 188 additions, 0 deletionsdrivers/video/mbx/mbxdebugfs.c
- drivers/video/mbx/mbxfb.c 683 additions, 0 deletionsdrivers/video/mbx/mbxfb.c
- drivers/video/mbx/reg_bits.h 418 additions, 0 deletionsdrivers/video/mbx/reg_bits.h
- drivers/video/mbx/regs.h 195 additions, 0 deletionsdrivers/video/mbx/regs.h
- include/video/mbxfb.h 28 additions, 0 deletionsinclude/video/mbxfb.h
Loading
Please register or sign in to comment