From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 23 Feb 2016 21:04:36 +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> Message-ID: <56CC4AD4.7010902@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 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.