From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 05 Jun 2013 10:11:47 +0900 Subject: [U-Boot] [PATCH] video: exynos: Change mipi dsi write function parameters correctly In-Reply-To: <5189D141.6000102@samsung.com> References: <5189AFA0.8000805@samsung.com> <5189D141.6000102@samsung.com> Message-ID: <51AE9053.6070004@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Donghwa, On 08/05/13 13:14, Donghwa Lee wrote: > This patch have changed mipi dsi write functions' parameters correctly. > > - exynos_mipi_dsi_wr_data()'s 3rd parameter is changed to > 'const unsigned char' type. > - exynos_mipi_dsi_wr_tx_header()'s 3rd and 4th parameters were changed to > 'const unsigned char' type. > - s6e8ax0 panel driver does not use type cast operations to write mipi dsi > commands anymore. > - mipi dsi payload is composed with array of panel commands to improve > readability. > > Signed-off-by: Donghwa Lee > --- > arch/arm/include/asm/arch-exynos/mipi_dsim.h | 2 +- > drivers/video/exynos_mipi_dsi_common.c | 60 ++++++++++++-------------- > drivers/video/exynos_mipi_dsi_common.h | 2 +- > drivers/video/exynos_mipi_dsi_lowlevel.c | 2 +- > drivers/video/exynos_mipi_dsi_lowlevel.h | 2 +- > drivers/video/s6e8ax0.c | 59 ++++++++++++++----------- > 6 files changed, 65 insertions(+), 62 deletions(-) > your patch seems broken. Please check and resend. Thanks, Minkyu Kang.