From mboxrd@z Thu Jan 1 00:00:00 1970 From: Donghwa Lee Date: Thu, 05 Apr 2012 09:07:13 +0900 Subject: [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC In-Reply-To: <20120404162507.7d60482e@wker> References: <4F793EA2.7060701@samsung.com> <4F7965A8.5010008@samsung.com> <20120404162507.7d60482e@wker> Message-ID: <4F7CE231.3020904@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 Hi, I will modify as your comments. On Wen, 04 Apr 2012 23:25, Anatolij Gustschin wrote: > Hi! > > On Wed, 4 Apr 2012 17:24:17 +0900 > Minkyu Kang wrote: > >> On 2 April 2012 17:39, Donghwa Lee wrote: >>> This patch is for display driver version 3 of EXYNOS SoC. >>> >>> [1/4]: ARM: EXYNOS: definition of system registers >>> - to contorl FIMD of LBLK0 bypass selection, add missed >>> definitions of system register >>> [2/4]: ARM: EXYNOS: add data structure for EXYNOS display driver >>> - It is needed to specific vidinfo_t data structure for >>> EXYNOS display driver. >>> [3/4]: ARM: EXYNOS: add exynos lcd clock interface >>> - Is is newly defined to interface to get lcd source clock. >>> [4/4]: ARM: EXYNOS: support EXYNOS display driver >>> >>> >>> change of v2: >>> - define missing function declaration >>> - correct the wrong return value for some function >>> - etc >>> >> >> Donghwa, >> Looks good to me. >> >> Anatolij, >> How you think about patch 2 and 4? >> >> If you are OK, I will merge this patchset to samsung tree with your ACK. >> Please send review to him or ACK to me. > > I've send my comments for patches 2 and 4, these patches look pretty > good, but need some minor fixing. > >> Thanks. >> Minkyu Kang. > > Thanks, > Anatolij >