Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:21 Tue 23 Jun , Haavard Skinnemoen wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 08:53 Tue 23 Jun , Haavard Skinnemoen wrote: > > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > for at91 the GUARD_TIME is 1 and IIRC it's lcd specific > > > > > > You just contradicted

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-23 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 08:53 Tue 23 Jun , Haavard Skinnemoen wrote: > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > for at91 the GUARD_TIME is 1 and IIRC it's lcd specific > > > > You just contradicted yourself. > at91 boards Ok, I see. > > > > The Guard time i

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:53 Tue 23 Jun , Haavard Skinnemoen wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > for at91 the GUARD_TIME is 1 and IIRC it's lcd specific > > You just contradicted yourself. at91 boards > > The Guard time is the number of empty frames (with control signals > enabled but no data) t

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-22 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD wrote: > for at91 the GUARD_TIME is 1 and IIRC it's lcd specific You just contradicted yourself. The Guard time is the number of empty frames (with control signals enabled but no data) to wait before starting to send valid data to the display. Setting it slightly

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:58 Mon 22 Jun , Mark Jackson wrote: > This patch correctly sets up the guard time parameter in > the Atmel LCDC driver. > > This works on the AVR32 platform, but needs to be tested > under the AT91 platform which shares the same code base. for at91 the GUARD_TIME is 1 and IIRC it's lcd s

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-22 Thread Haavard Skinnemoen
On Mon, 22 Jun 2009 16:31:20 +0100 Mark Jackson wrote: > Haavard Skinnemoen wrote: > > Mark Jackson wrote: > >> User-Agent: Thunderbird 2.0.0.21 (X11/20090409) > > > > (...) > > > >> My patch has been mangled ... there's an extra space at the start > >> of each "unchanged" patch line. > > > >

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-22 Thread Peter Tyser
On Mon, 2009-06-22 at 16:31 +0100, Mark Jackson wrote: > Haavard Skinnemoen wrote: > > Mark Jackson wrote: > >> User-Agent: Thunderbird 2.0.0.21 (X11/20090409) > > > > (...) > > > >> My patch has been mangled ... there's an extra space at the start of each > >> "unchanged" patch line. > > > > R

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-22 Thread Mark Jackson
Haavard Skinnemoen wrote: > Mark Jackson wrote: >> User-Agent: Thunderbird 2.0.0.21 (X11/20090409) > > (...) > >> My patch has been mangled ... there's an extra space at the start of each >> "unchanged" patch line. > > Read about how to make Thunderbird behave here: > > http://git.kernel.org/?

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-22 Thread Haavard Skinnemoen
Mark Jackson wrote: > User-Agent: Thunderbird 2.0.0.21 (X11/20090409) (...) > My patch has been mangled ... there's an extra space at the start of each > "unchanged" patch line. Read about how to make Thunderbird behave here: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=b

Re: [U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-22 Thread Mark Jackson
Mark Jackson wrote: > This patch correctly sets up the guard time parameter in > the Atmel LCDC driver. > > This works on the AVR32 platform, but needs to be tested > under the AT91 platform which shares the same code base. > > Signed-off-by: Mark Jackson > --- > drivers/video/atmel_lcdfb.c |

[U-Boot] [PATCH ... resent] Atmel LCD driver GUARDTIME fix

2009-06-22 Thread Mark Jackson
This patch correctly sets up the guard time parameter in the Atmel LCDC driver. This works on the AVR32 platform, but needs to be tested under the AT91 platform which shares the same code base. Signed-off-by: Mark Jackson --- drivers/video/atmel_lcdfb.c |5 +++-- 1 files changed, 3 insert