public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC
       [not found] <4F793EA2.7060701@samsung.com>
@ 2012-04-02  8:39 ` Donghwa Lee
  2012-04-04  8:24   ` Minkyu Kang
  0 siblings, 1 reply; 4+ messages in thread
From: Donghwa Lee @ 2012-04-02  8:39 UTC (permalink / raw)
  To: u-boot

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

Thank you,
Donghwa Lee

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC
  2012-04-02  8:39 ` [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC Donghwa Lee
@ 2012-04-04  8:24   ` Minkyu Kang
  2012-04-04 14:25     ` Anatolij Gustschin
  0 siblings, 1 reply; 4+ messages in thread
From: Minkyu Kang @ 2012-04-04  8:24 UTC (permalink / raw)
  To: u-boot

On 2 April 2012 17:39, Donghwa Lee <dh09.lee@samsung.com> 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.

Thanks.
Minkyu Kang.
-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC
  2012-04-04  8:24   ` Minkyu Kang
@ 2012-04-04 14:25     ` Anatolij Gustschin
  2012-04-05  0:07       ` Donghwa Lee
  0 siblings, 1 reply; 4+ messages in thread
From: Anatolij Gustschin @ 2012-04-04 14:25 UTC (permalink / raw)
  To: u-boot

Hi!

On Wed, 4 Apr 2012 17:24:17 +0900
Minkyu Kang <promsoft@gmail.com> wrote:

> On 2 April 2012 17:39, Donghwa Lee <dh09.lee@samsung.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC
  2012-04-04 14:25     ` Anatolij Gustschin
@ 2012-04-05  0:07       ` Donghwa Lee
  0 siblings, 0 replies; 4+ messages in thread
From: Donghwa Lee @ 2012-04-05  0:07 UTC (permalink / raw)
  To: u-boot

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 <promsoft@gmail.com> wrote:
> 
>> On 2 April 2012 17:39, Donghwa Lee <dh09.lee@samsung.com> 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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-05  0:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4F793EA2.7060701@samsung.com>
2012-04-02  8:39 ` [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC Donghwa Lee
2012-04-04  8:24   ` Minkyu Kang
2012-04-04 14:25     ` Anatolij Gustschin
2012-04-05  0:07       ` Donghwa Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox