mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/6] atmel: add Atmel HLCDC support and boards
Date: Thu, 31 Jan 2013 00:08:25 +0100	[thread overview]
Message-ID: <20130130230825.GX26329@game.jcrosoft.org> (raw)

Hi,

The following changes since commit 1164d59f7aa2164569ba46188cfc874cdc0b9a66:

  at91rm9200: fix default TEXT_BASE to 15MiB (2013-01-31 05:17:26 +0800)

are available in the git repository at:

  git://git.jcrosoft.org/barebox.git delivery/atmel_hlcdc

for you to fetch changes up to 5fa22362f842612da24125fd81d9d3c83e53bb9b:

  sama5d3xek: add lcd support (2013-01-31 05:17:38 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (6):
      atmel_lcdfb: factorise common code between lcdc and new hlcdc IP
      video: add Atmel HLCD support
      at91sam9x5: add lcd support
      at91sam9x5ek: add lcd support
      sama5d3: add lcd support
      sama5d3xek: add lcd support

 arch/arm/boards/at91sam9x5ek/init.c           |   44 ++++++
 arch/arm/boards/sama5d3xek/init.c             |   45 ++++++
 arch/arm/configs/at91sam9x5ek_defconfig       |    4 +-
 arch/arm/configs/sama5d3xek_defconfig         |    4 +
 arch/arm/mach-at91/at91sam9x5.c               |    1 +
 arch/arm/mach-at91/at91sam9x5_devices.c       |   55 +++++++
 arch/arm/mach-at91/include/mach/atmel_hlcdc.h |  760 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-at91/include/mach/board.h       |    1 +
 arch/arm/mach-at91/sama5d3.c                  |    1 +
 arch/arm/mach-at91/sama5d3_devices.c          |   53 +++++++
 drivers/video/Kconfig                         |    4 +
 drivers/video/Makefile                        |    3 +-
 drivers/video/atmel_hlcdfb.c                  |  297 ++++++++++++++++++++++++++++++++++++
 drivers/video/atmel_lcdfb.c                   |  313 +++++---------------------------------
 drivers/video/atmel_lcdfb.h                   |   37 +++++
 drivers/video/atmel_lcdfb_core.c              |  313 ++++++++++++++++++++++++++++++++++++++
 16 files changed, 1654 insertions(+), 281 deletions(-)
 create mode 100644 arch/arm/mach-at91/include/mach/atmel_hlcdc.h
 create mode 100644 drivers/video/atmel_hlcdfb.c
 create mode 100644 drivers/video/atmel_lcdfb.h
 create mode 100644 drivers/video/atmel_lcdfb_core.c

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-01-30 23:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-30 23:08 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-01-30 23:20 ` [PATCH 1/6] atmel_lcdfb: factorise common code between lcdc and new hlcdc IP Jean-Christophe PLAGNIOL-VILLARD
2013-01-30 23:20   ` [PATCH 2/6] video: add Atmel HLCD support Jean-Christophe PLAGNIOL-VILLARD
2013-01-30 23:20   ` [PATCH 3/6] at91sam9x5: add lcd support Jean-Christophe PLAGNIOL-VILLARD
2013-01-30 23:20   ` [PATCH 4/6] at91sam9x5ek: " Jean-Christophe PLAGNIOL-VILLARD
2013-01-30 23:20   ` [PATCH 5/6] sama5d3: " Jean-Christophe PLAGNIOL-VILLARD
2013-01-30 23:20   ` [PATCH 6/6] sama5d3xek: " Jean-Christophe PLAGNIOL-VILLARD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130130230825.GX26329@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox