From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 12 Aug 2013 22:44:41 +0200 Subject: [U-Boot] [PATCH RESEND] exynos: video: change mipi dsi write function parameters correctly In-Reply-To: <1375677273-21539-1-git-send-email-dh09.lee@samsung.com> References: <1375677273-21539-1-git-send-email-dh09.lee@samsung.com> Message-ID: <20130812224441.3ffc1257@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 Mon, 05 Aug 2013 13:34:32 +0900 Donghwa Lee wrote: > This patch have changed mipi dsi write functions' parameters correctly > so that type cast operations were removed. And 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 | 62 ++++++++++++-------------- > 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, 66 insertions(+), 63 deletions(-) Applied to u-boot-video/master. Thanks! Anatolij