From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 06 Feb 2009 16:38:19 +0100 Subject: [U-Boot] [PATCH 4/9 v3] A driver for the S6E63D6 SPI display controller from Samsung In-Reply-To: References: Message-ID: <498C596B.2030301@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Guennadi Liakhovetski wrote: > 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 > --- > drivers/video/Makefile | 1 + > drivers/video/s6e63d6.c | 76 +++++++++++++++++++++++++++++++++++++++++++++++ > include/s6e63d6.h | 37 +++++++++++++++++++++++ > 3 files changed, 114 insertions(+), 0 deletions(-) > create mode 100644 drivers/video/s6e63d6.c > create mode 100644 include/s6e63d6.h Applied to u-boot-video/master. Thanks, Anatolij