From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 23 Feb 2009 14:13:41 +0100 Subject: [U-Boot] [PATCH 4/9 v3] A driver for the S6E63D6 SPI display controller from Samsung In-Reply-To: <20090221213420.7F605832E43F@gemini.denx.de> References: <498C596B.2030301@denx.de> <20090221213420.7F605832E43F@gemini.denx.de> Message-ID: <49A2A105.6070709@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 Dear Wolfgang, Wolfgang Denk wrote: > Dear Anatolij, > > In message <498C596B.2030301@denx.de> you wrote: >> 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. > > > Do you plan to send a pull request soon? Please do - I would like to > have a v2009.03-rc1 out soon. Thanks. I'm still waiting for ACK for patches 1/9 v4, 2/9 v4, 9/9 v4 from this series. I'm going to send a pull request after Jean-Christophe ACK them. Patch 3/9 v4 was already ACKed, but I cannot apply it as it applies on top of 1/9 v4. Best regards, Anatolij