From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Subject: [PATCH 0/5 v2] at91 framebuffer support
Date: Sat, 22 Sep 2012 19:53:46 +0200 [thread overview]
Message-ID: <20120922175346.GX26553@game.jcrosoft.org> (raw)
Hi,
v2:
- mode header in include/video
- allocation info in driver
The following patch serie add the support of the Framebuffer on at91
sam9261/sam9263 and sam9g45. The sam9x5 series is not yet supported as
they use an other IP.
And enable it on sam0m10g45ek (9263ek and 9261ek will be availlable
later).
This is based on the next branch
The following changes since commit 6392955f283389fa4fecb0e2d5d1837bcb83f480:
Merge branch 'for-next/testing-menu' into next (2012-09-20 23:11:42 +0200)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/atmel_fb
for you to fetch changes up to a60a81609fdc332ca8b84d2b8633dc59f8aacbc8:
at91sam9m10g45ek: add lcdc support (2012-09-21 20:49:25 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (5):
video: add atmel lcdc frambuffer support
at91sam9263: add atmel lcdc frambuffer support
at91sam9261: add atmel lcdc frambuffer support
at91sam9g45: add atmel lcdc frambuffer support
at91sam9m10g45ek: add lcdc support
arch/arm/boards/at91sam9m10g45ek/env/bin/boot_board | 7 +++
arch/arm/boards/at91sam9m10g45ek/env/splash.png | Bin 0 -> 22747 bytes
arch/arm/boards/at91sam9m10g45ek/init.c | 35 +++++++++++++
arch/arm/configs/at91sam9m10g45ek_defconfig | 11 ++--
arch/arm/mach-at91/at91sam9261.c | 1 +
arch/arm/mach-at91/at91sam9261_devices.c | 51 ++++++++++++++++++
arch/arm/mach-at91/at91sam9263.c | 1 +
arch/arm/mach-at91/at91sam9263_devices.c | 40 +++++++++++++++
arch/arm/mach-at91/at91sam9g45.c | 1 +
arch/arm/mach-at91/at91sam9g45_devices.c | 49 ++++++++++++++++++
arch/arm/mach-at91/include/mach/atmel_lcdc.h | 209 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/include/mach/board.h | 4 ++
drivers/video/Kconfig | 4 ++
drivers/video/Makefile | 1 +
drivers/video/atmel_lcdfb.c | 477 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15 files changed, 888 insertions(+), 3 deletions(-)
create mode 100644 arch/arm/boards/at91sam9m10g45ek/env/splash.png
create mode 100644 arch/arm/mach-at91/include/mach/atmel_lcdc.h
create mode 100644 drivers/video/atmel_lcdfb.c
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-09-22 17:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-22 17:53 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-09-22 18:26 ` [PATCH 1/5] video: add atmel lcdc frambuffer support Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26 ` [PATCH 2/5] at91sam9263: " Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26 ` [PATCH 3/5] at91sam9261: " Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26 ` [PATCH 4/5] at91sam9g45: " Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26 ` [PATCH 5/5] at91sam9m10g45ek: add lcdc support Jean-Christophe PLAGNIOL-VILLARD
2012-09-25 8:09 ` Sascha Hauer
2012-09-25 10:19 ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-25 10:39 ` Sascha Hauer
2012-09-23 11:00 ` [PATCH 1/5] video: add atmel lcdc frambuffer support Sascha Hauer
2012-09-23 13:22 ` 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=20120922175346.GX26553@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
--cc=nicolas.ferre@atmel.com \
/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