
5 Jun
2013
5 Jun
'13
3:11 a.m.
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 dh09.lee@samsung.com
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.