From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 10 Aug 2013 09:34:49 +0200 Subject: [U-Boot] [PATCH v2] video: add L5F31188 TFT-LCD panel driver In-Reply-To: <20130731172534.15e2c0f2@hwh-ubuntu> References: <20130731172534.15e2c0f2@hwh-ubuntu> Message-ID: <20130810093449.71ddf151@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 31 Jul 2013 17:25:34 +0900 Hyungwon Hwang wrote: > This is u-boot driver for L5F31188 panel. > I tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked well. > > Changes in V2: > - Replaced license header by SPDX-License-Identifier. > > Signed-off-by: Hyungwon Hwang > Signed-off-by: Donghwa Lee > --- > drivers/video/Makefile | 1 + > drivers/video/l5f31188.c | 192 ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 193 insertions(+) > create mode 100644 drivers/video/l5f31188.c Applied to u-boot-video/master after sorting Makefile entry. Thanks! Anatolij