mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [For-next PATCH 0/6] atmel: add Atmel HLCDC support and boards
@ 2013-01-31 11:50 Jean-Christophe PLAGNIOL-VILLARD
  2013-01-31 11:54 ` [PATCH 1/8] atmel_lcdfb: factorise common code between lcdc and new hlcdc IP Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 9+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-01-31 11:50 UTC (permalink / raw)
  To: barebox

Hi,

	v2:
	 add sam9n12 and sam9n12ek lcd support

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 dc7baaed7564446566c31b6e4105db4f2de384df:

  sama5d3xek: add lcd support (2013-01-31 17:59:24 +0800)

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

 arch/arm/boards/at91sam9n12ek/init.c          |   70 +++++++++++
 arch/arm/boards/at91sam9x5ek/init.c           |   44 +++++++
 arch/arm/boards/sama5d3xek/init.c             |   45 +++++++
 arch/arm/configs/at91sam9n12ek_defconfig      |    6 +-
 arch/arm/configs/at91sam9x5ek_defconfig       |    4 +-
 arch/arm/configs/sama5d3xek_defconfig         |    4 +
 arch/arm/mach-at91/at91sam9n12.c              |    1 +
 arch/arm/mach-at91/at91sam9n12_devices.c      |   50 ++++++++
 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 +++++++++++++++++++++++++++++++++++++++++++++
 20 files changed, 1780 insertions(+), 282 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-01-31 11:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-31 11:50 [For-next PATCH 0/6] atmel: add Atmel HLCDC support and boards Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 11:54 ` [PATCH 1/8] atmel_lcdfb: factorise common code between lcdc and new hlcdc IP Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 11:54   ` [PATCH 2/8] video: add Atmel HLCD support Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 11:54   ` [PATCH 3/8] at91sam9x5: add lcd support Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 11:54   ` [PATCH 4/8] at91sam9x5ek: " Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 11:54   ` [PATCH 5/8] at91sam9n12: " Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 11:55   ` [PATCH 6/8] at91sam9n12ek: " Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 11:55   ` [PATCH 7/8] sama5d3: " Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 11:55   ` [PATCH 8/8] sama5d3xek: " Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox