With this patch set comes a bug fix when allocating buffer, and some improvement which allow to specify more things at board level. All this commits are done to be applied on top of this git repository : http://git.pengutronix.de/git/jbe/for_barebox_next/ next_seperate_videomode The HEAD of this git repository, when I created this patch, was: commit d4873239c2a6d03d8f7cf844178505e920e3d21f ARM Chumby-Falconwing: Add a user for video graphics support on i.MX23 Gregory CLEMENT (4): ARM STM/i.MX: Allocate memory for framebuffer during probe ARM STM/i.MX: Add possibility to choose the bit per pixel for STM video driver ARM STM/i.MX: Add possibility to select the data mode for stm video driver ( DCn signal is high ) ARM STM/i.MX: Add the reset control of LCD arch/arm/mach-stm/include/mach/fb.h | 3 +++ drivers/video/stm.c | 30 +++++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletions(-)