]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
A driver for the S6E63D6 SPI display controller from Samsung
authorGuennadi Liakhovetski <lg@denx.de>
Fri, 6 Feb 2009 09:37:41 +0000 (10:37 +0100)
committerAnatolij Gustschin <agust@denx.de>
Tue, 24 Feb 2009 09:00:28 +0000 (10:00 +0100)
commit689551c5ff1b394b88412f3df22144e79468d3a9
tree3f9abf31de52f8081367399051d9dc8495616b46
parentfc7a93c84f3f134484811a0d9ad751fbc1a7da6d
A driver for the S6E63D6 SPI display controller from Samsung

This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
It only provides access to controller's registers so the client can freely
configure it.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Makefile
drivers/video/s6e63d6.c [new file with mode: 0644]
include/s6e63d6.h [new file with mode: 0644]