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

2009-06-30 Thread Anatolij Gustschin
Mark Jackson wrote: > This patch allows the guard time parameter to be set in > the Atmel LCDC driver. > > By default, the previous value of 1 is used, unless the > setting is defined elsewhere. > > Signed-off-by: Mark Jackson > --- > drivers/video/atmel_lcdfb.c |7 +-- > 1 files change

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

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:59 Mon 29 Jun , Mark Jackson wrote: > This patch allows the guard time parameter to be set in > the Atmel LCDC driver. > > By default, the previous value of 1 is used, unless the > setting is defined elsewhere. > > Signed-off-by: Mark Jackson > --- fine for me Best Regards, J. ___

[U-Boot] [PATCH v2] Atmel LCD driver GUARDTIME fix

2009-06-29 Thread Mark Jackson
This patch allows the guard time parameter to be set in the Atmel LCDC driver. By default, the previous value of 1 is used, unless the setting is defined elsewhere. Signed-off-by: Mark Jackson --- drivers/video/atmel_lcdfb.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff