From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 09 May 2016 20:00:41 +0900 Subject: [U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model In-Reply-To: References: <1456114142-3610-1-git-send-email-sjg@chromium.org> <56CC4AD4.7010902@samsung.com> <56D3F0D0.4020606@samsung.com> <56D6471E.8070502@samsung.com> Message-ID: <57306DD9.3050500@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 Jaehoon, On 08/05/16 06:25, Simon Glass wrote: > Hi, > > On 1 March 2016 at 18:51, Minkyu Kang wrote: >> Hi, >> >> On 29/02/16 16:18, Jaehoon Chung wrote: >>> Hi, >>> >>> On 02/29/2016 01:23 PM, Simon Glass wrote: >>>> Hi, >>>> >>>> On 23 February 2016 at 05:04, Minkyu Kang wrote: >>>>> Dear Simon Glass, >>>>> >>>>> On 23/02/16 15:42, Simon Glass wrote: >>>>>> Hi Minkyu, >>>>>> >>>>>> On 21 February 2016 at 21:08, Simon Glass wrote: >>>>>>> >>>>>>> This series converts the exynos LCD driver to work with driver model. Only >>>>>>> the eDP display is converted - the MIPI display is left mostly alone as I >>>>>>> do not have a device to test with. >>>>>>> >>>>>>> The conversion involves some refactoring to simplify the code, reduce the >>>>>>> amount of global/static data and allow boards to be built without LCD >>>>>>> support. >>>>>>> >>>>>>> The series is tested with snow, spring, pit and pi. It disables LCD on other >>>>>>> exynos boards so that they will still build with these changes. Further work >>>>>>> will be needed (by someone with a board) to convert the others. I am not >>>>>>> sure when this series can be applied. >>>>>>> >>>>>>> The series also brings in device tree features from Linux v4.4. It would be >>>>>>> useful to do a full sync with the kernel on these files, but this is really >>>>>>> a job for the Samsung maintainer :-) >>>>>>> >>>>>>> The series is available at u-boot-dm/rkg-working. >>>>>>> >>>>>>> Changes in v2: >>>>>>> - Rebase to master >>>>>>> - Rebase to master >>>>>>> >>>>>> >>>>>> What do you think we should do about applying this series? >>>>>> >>>>> >>>>> Although we have to do remaining work, I think applying is possible without next work. >>>>> >>>>> Board maintainers, what do you think? >>>>> >>>>> Remaining Work: >>>>> - MIPI display driver >>>>> - s5pc210_universal >>>>> - smdk5420 >>>>> - smdk5250 >>>>> - trats >>>>> - trats2 >>>>> >>>>> Thanks, >>>>> Minkyu Kang. >>>> >>>> Well, no replies as yet. The main work requires is MIPI, but as I >>>> don't have the hardware, I can't help with that. At least I have made >>>> sure that everything builds OK. >>> >>> Sorry for late..I will check these patches on this week..Tomorrow is holiday.. >>> So I can check from Wed. >> >> Thank you, Jaehoon. > > It has been a few months now - if you like I can apply these via the -dm tree. > any progress? Thanks, Minkyu Kang.