Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-08-09 Thread Anatolij Gustschin
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 re

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Marek Vasut
Dear Stefano Babic, > Hi Marek, > > On 31/07/2013 15:22, Marek Vasut wrote: > >> Question: is there anything wrong to move it into mxsfb_system_setup() ? > >> I would prefer to avoid adding a new not documented CONFIG_ only to set > >> a bit... > > > > Yes, the order in which the LCD is configur

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Stefano Babic
Hi Marek, On 31/07/2013 15:22, Marek Vasut wrote: >> >> Question: is there anything wrong to move it into mxsfb_system_setup() ? >> I would prefer to avoid adding a new not documented CONFIG_ only to set >> a bit... > > Yes, the order in which the LCD is configured must be preserved as-is. > O

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Marek Vasut
Dear Stefano Babic, > Hi Marek, > > On 30/07/2013 23:37, 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 SmartLC

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Stefano Babic
Hi Marek, On 30/07/2013 23:37, 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 registe

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-30 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Jul 30, 2013 at 7:45 PM, Marek Vasut wrote: > > Dear Otavio Salvador, > > > >> On Tue, Jul 30, 2013 at 6:37 PM, Marek Vasut wrote: > >> > Add hook that allow configuring SmartLCD attached the MXS LCDIF > >> > controller operating in System-Mode. This hook can be

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-30 Thread Otavio Salvador
On Tue, Jul 30, 2013 at 7:45 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Tue, Jul 30, 2013 at 6:37 PM, 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-specifi

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-30 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Jul 30, 2013 at 6:37 PM, 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 SmartLC

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-30 Thread Otavio Salvador
On Tue, Jul 30, 2013 at 6:37 PM, 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 regis

[U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-30 Thread Marek Vasut
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 f