]> git.baikalelectronics.ru Git - kernel.git/commit
atmel_lcdfb: correct fifo size for some products
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 28 May 2009 21:34:36 +0000 (14:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 May 2009 15:40:03 +0000 (08:40 -0700)
commit4127e7d4f71d285db90f8013cf45c26ffc44480e
tree9a614a00799ed41593723db1e790db7fe6bae962
parenteef8a0b6c2f368ca52f4d8c8c539135add55eb39
atmel_lcdfb: correct fifo size for some products

Remove wrong fifo size definition for some AT91 products.

Due to a misunderstanding of some AT91 datasheets, a fifo size of 2048
(words) has been introduced by mistake.  In fact, all products (AT91/AT32)
are sharing the same fifo size of 512 words.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Andrew Victor <avictor.za@gmail.com>
Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/atmel_lcdfb.c