From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Mon, 28 May 2012 15:33:59 +0800 Subject: [U-Boot] [PATCH v3] video: atmel/lcd: add LCD driver for new Atmel SoC In-Reply-To: <1337943598-4160-1-git-send-email-agust@denx.de> References: <1337676449-31346-1-git-send-email-voice.shen@atmel.com> <1337943598-4160-1-git-send-email-agust@denx.de> Message-ID: <4FC32A67.2090303@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Anatolij, On 5/25/2012 18:59, Anatolij Gustschin wrote: > From: Bo Shen > > 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 > Signed-off-by: Anatolij Gustschin > --- > 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 Verified on Atmel SoC. It works well. Thanks Best Regards, Bo Shen