From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-video
Date: Tue, 24 Feb 2009 11:39:45 +0100 [thread overview]
Message-ID: <49A3CE71.8040800@denx.de> (raw)
Dear Wolfgang,
The following changes since commit bd76729bcbfd64b5d016a9b936f058931fc06eaf:
Becky Bruce (1):
MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Guennadi Liakhovetski (7):
i.MX31: fix SPI driver for shorter than 32 bit
i.MX31: add a simple gpio driver
i.MX31: support GPIO as a chip-select in the mxc_spi driver
A driver for the S6E63D6 SPI display controller from Samsung
LCD: support 8bpp BMPs on 16bpp displays
video: add an i.MX31 framebuffer driver
ARM: add an "eet" variant of the imx31_phycore board
Mark Jackson (1):
Add 16bpp BMP support
Makefile | 6 +-
board/imx31_phycore/imx31_phycore.c | 57 +++
common/lcd.c | 100 +++--
drivers/gpio/Makefile | 3 +-
drivers/gpio/mx31_gpio.c | 73 +++
drivers/spi/mxc_spi.c | 93 +++-
drivers/video/Makefile | 2 +
drivers/video/mx3fb.c | 856 +++++++++++++++++++++++++++++++++
drivers/video/s6e63d6.c | 76 +++
include/asm-arm/arch-mx31/mx31-regs.h | 16 +
include/asm-arm/arch-mx31/mx31.h | 20 +
include/configs/imx31_phycore.h | 23 +
include/lcd.h | 21 +-
include/s6e63d6.h | 37 ++
14 files changed, 1325 insertions(+), 58 deletions(-)
create mode 100644 drivers/gpio/mx31_gpio.c
create mode 100644 drivers/video/mx3fb.c
create mode 100644 drivers/video/s6e63d6.c
create mode 100644 include/s6e63d6.h
Best regards,
Anatolij
next reply other threads:[~2009-02-24 10:39 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-24 10:39 Anatolij Gustschin [this message]
2009-02-24 21:59 ` [U-Boot] Pull request: u-boot-video Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2010-03-13 16:00 Anatolij Gustschin
2010-03-13 23:59 ` Wolfgang Denk
2010-01-27 21:00 Anatolij Gustschin
2010-02-03 19:05 ` Wolfgang Denk
2009-08-11 12:07 Anatolij Gustschin
2009-08-11 19:48 ` Wolfgang Denk
2009-07-26 11:54 Anatolij Gustschin
2009-07-26 21:16 ` Wolfgang Denk
2009-07-18 20:58 Anatolij Gustschin
2009-07-18 22:11 ` Wolfgang Denk
2009-07-18 22:51 ` Anatolij Gustschin
2009-07-17 13:51 Anatolij Gustschin
2009-07-17 21:08 ` Wolfgang Denk
2009-07-07 19:29 Anatolij Gustschin
2009-07-07 21:19 ` Wolfgang Denk
2009-04-28 9:04 Anatolij Gustschin
2009-04-30 20:59 ` Wolfgang Denk
2009-02-25 19:57 Anatolij Gustschin
2009-02-25 21:44 ` Wolfgang Denk
2008-12-09 17:35 Anatolij Gustschin
2008-12-12 23:24 ` Wolfgang Denk
2008-10-27 23:43 Anatolij Gustschin
2008-10-28 7:40 ` Wolfgang Denk
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=49A3CE71.8040800@denx.de \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.