From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 31 Jul 2013 19:26:04 +0900 Subject: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver In-Reply-To: <20130731172519.3497c6b9@hwh-ubuntu> References: <20130731103827.656c35db@hwh-ubuntu> <51F8A8B0.4020100@denx.de> <20130731172519.3497c6b9@hwh-ubuntu> Message-ID: <51F8E63C.9020109@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 Hyungwon Hwang. On 31/07/13 17:25, Hyungwon Hwang wrote: > Hello, Heiko. > > I think that function l5f31188_display_enable() is needed to wrap up function l5f31188_display_on(). > > Function l5f31188_display_enable() is used as an interface to external side, especially to MIPI DSI driver. But function l5f31188_display_on() is used as an internal function in this driver. > > Moreover, because they have different input argument types, it cannot be simply replacable. > > Thank you for your reply. please don't top posting. I think you need this link. (http://www.denx.de/wiki/U-Boot/Patches) please read it carefully. welcome to join us. Thanks, Minkyu Kang.