Re: [PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph

2017-02-21 Thread Krzysztof Kozlowski
On Tue, Feb 21, 2017 at 1:24 AM, Inki Dae wrote: >>> Ideally you are right. DT changes should be no any dependency of driver >>> changes but now Exynos DT is broken. >> >> I didn't receive any bug reports that Exynos DT is broken so I am >> quite surprised hearing that. What do you mean by that?

Re: [PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph

2017-02-20 Thread Krzysztof Kozlowski
On Mon, Feb 20, 2017 at 10:32 AM, Inki Dae wrote: > > > 2017년 02월 20일 16:27에 Krzysztof Kozlowski 이(가) 쓴 글: >> On Mon, Feb 20, 2017 at 9:07 AM, Inki Dae wrote: >>> Hi Krzysztof, >>> >>> Can you merge patch 2 and 5 to your tree so that they can go to mainline? >>> Otherwise, I can merge them to my

Re: [PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph

2017-02-20 Thread Krzysztof Kozlowski
On Mon, Feb 20, 2017 at 9:07 AM, Inki Dae wrote: > Hi Krzysztof, > > Can you merge patch 2 and 5 to your tree so that they can go to mainline? > Otherwise, I can merge them to my tree if you give me acked-by. Hi, Hm? Why do you need them to be merged? Do you mean that the first patch breaks not

Re: [PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph

2017-02-20 Thread Inki Dae
2017년 02월 20일 17:55에 Krzysztof Kozlowski 이(가) 쓴 글: > On Mon, Feb 20, 2017 at 10:32 AM, Inki Dae wrote: >> >> >> 2017년 02월 20일 16:27에 Krzysztof Kozlowski 이(가) 쓴 글: >>> On Mon, Feb 20, 2017 at 9:07 AM, Inki Dae wrote: Hi Krzysztof, Can you merge patch 2 and 5 to your tree so that t

Re: [PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph

2017-02-20 Thread Inki Dae
2017년 02월 20일 16:27에 Krzysztof Kozlowski 이(가) 쓴 글: > On Mon, Feb 20, 2017 at 9:07 AM, Inki Dae wrote: >> Hi Krzysztof, >> >> Can you merge patch 2 and 5 to your tree so that they can go to mainline? >> Otherwise, I can merge them to my tree if you give me acked-by. > > Hi, > > Hm? Why do you

Re: [PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph

2017-02-19 Thread Inki Dae
Hi Krzysztof, Can you merge patch 2 and 5 to your tree so that they can go to mainline? Otherwise, I can merge them to my tree if you give me acked-by. Thanks, Inki Dae 2017년 02월 09일 10:26에 Hoegeun Kwon 이(가) 쓴 글: > Hi, > > The dsi + panel is a parental relationship, so OF grpah is not needed.