From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 9 Aug 2013 21:51:28 +0200 Subject: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb In-Reply-To: <1375220281-11132-4-git-send-email-marex@denx.de> References: <1375220281-11132-1-git-send-email-marex@denx.de> <1375220281-11132-4-git-send-email-marex@denx.de> Message-ID: <20130809215128.6c009785@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 30 Jul 2013 23:37:53 +0200 Marek Vasut wrote: > Add hook that allow configuring SmartLCD attached the MXS LCDIF > controller operating in System-Mode. This hook can be overriden > by a platform-specific SmartLCD programming routine, which writes > the SmartLCD specific values into it's registers. > > Also, this patch makes sure the SYNC signals are off for the > SmartLCD case. > > Signed-off-by: Marek Vasut > Cc: Anatolij Gustschin > Cc: Fabio Estevam > Cc: Otavio Salvador > Cc: Stefano Babic > --- > drivers/video/mxsfb.c | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) Applied to u-boot-video/master. Thanks! Anatolij