On Fri, 25 May 2012 12:59:58 +0200 Anatolij Gustschin <[email protected]> wrote:
> From: Bo Shen <[email protected]> > > The new Atmel SoC (at91sam9x5 series and at91sam9n12) add a totally > different LCD controller. Add this new driver to support it. > > Using CONFIG_ATMEL_HLCD (distinguish with CONFIG_ATMEL_LCD) to enable > this in board configuration file. > > Signed-off-by: Bo Shen <[email protected]> > Signed-off-by: Anatolij Gustschin <[email protected]> > --- > Changes since v2: > - rebase on current tree > - convert to use struct for register offsets > - fix indentation in header file > - slightly revise commit log > > drivers/video/Makefile | 1 + > drivers/video/atmel_hlcdfb.c | 211 ++++++++++++++++++++++++++++++++++++++ > include/atmel_hlcdc.h | 231 > ++++++++++++++++++++++++++++++++++++++++++ > include/lcd.h | 3 +- > 4 files changed, 445 insertions(+), 1 deletions(-) > create mode 100644 drivers/video/atmel_hlcdfb.c > create mode 100644 include/atmel_hlcdc.h Applied to u-boot-video/master. Thanks! Anatolij _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

