From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Date: Thu, 14 Apr 2011 12:15:29 +0000 Subject: [PATCH 2/2] video: Samsung SoC MIPI-DSI based sample lcd panel driver. Message-Id: <1302783329-31266-1-git-send-email-inki.dae@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org this driver provides an example for implementing MIPI-DSI based lcd panel driver and includes most features for LCD Panel driver so just implement lcd register setting functions using sample functions. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Documentation/s5p_mipi_dsim/dsim_sample_lcd.c | 244 +++++++++++++++++++++++++ 1 files changed, 244 insertions(+), 0 deletions(-) create mode 100644 Documentation/s5p_mipi_dsim/dsim_sample_lcd.c diff --git a/Documentation/s5p_mipi_dsim/dsim_sample_lcd.c b/Documentation/s5p_mipi_dsim/dsim_sample_lcd.c new file mode 100644 index 0000000..7f38c84 --- /dev/null +++ b/Documentation/s5p_mipi_dsim/dsim_sample_lcd.c @@ -0,0 +1,244 @@ +/* + * Samsung SoC MIPI-DSI based sample lcd panel driver. + * + * Copyright (c) 2011 Samsung Electronics Co., Ltd + * + * Inki Dae, + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. +*/ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include