From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 19 Feb 2016 19:37:21 +0100 Subject: [U-Boot] [PATCH 01/10] video: Add S3C24xx framebuffer support In-Reply-To: <20160219190241.6109ad59@crub> References: <1413045778-5690-1-git-send-email-marex@denx.de> <20141016112844.7c0a96ee@crub> <201505020312.03539.marex@denx.de> <20160219190241.6109ad59@crub> Message-ID: <56C760E1.6020109@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 On 02/19/2016 07:02 PM, Anatolij Gustschin wrote: > Hi Marek, Hi! > On Sat, 2 May 2015 03:12:03 +0200 > Marek Vasut marex at denx.de wrote: > ... >>>> drivers/video/Makefile | 1 + >>>> drivers/video/cfb_console.c | 2 +- >>>> drivers/video/s3c-fb.c | 172 >>>> ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 174 >>>> insertions(+), 1 deletion(-) >>>> create mode 100644 drivers/video/s3c-fb.c >>> >>> Acked-by: Anatolij Gustschin >> >> Can this please be applied ? > > I can apply this patch. Is there a user? Or do you plan to submit > patches for a board enabling this driver? There is an OOT board which I have here. I am not allowed to submit the board, but I can use it for testing.