public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 2/3] video: add support for display controller in MB86R0x SoCs
Date: Sat, 12 Jun 2010 11:28:11 +0200	[thread overview]
Message-ID: <20100612112811.67041110@wker> (raw)
In-Reply-To: <1273069733-6194-3-git-send-email-weisserm@arcor.de>

Hi Matthias,

On Wed,  5 May 2010 16:28:52 +0200
Matthias Weisser <weisserm@arcor.de> wrote:

> This patch adds support for the display controller in
> the MB86R0x SoCs.
> 
> Signed-off-by: Matthias Weisser <weisserm@arcor.de>
> ---
>  drivers/video/Makefile     |    1 +
>  drivers/video/mb86r0xgdc.c |  186 ++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 187 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/video/mb86r0xgdc.c
> 
> diff --git a/drivers/video/Makefile b/drivers/video/Makefile
> index a5e339a..1a60ec6 100644
> --- a/drivers/video/Makefile
> +++ b/drivers/video/Makefile
> @@ -32,6 +32,7 @@ COBJS-$(CONFIG_S6E63D6) += s6e63d6.o
>  COBJS-$(CONFIG_VIDEO_AMBA) += amba.o
>  COBJS-$(CONFIG_VIDEO_CT69000) += ct69000.o
>  COBJS-$(CONFIG_VIDEO_MB862xx) += mb862xx.o
> +COBJS-$(CONFIG_VIDEO_MB86R0xGDC) += mb86r0xgdc.o
>  COBJS-$(CONFIG_VIDEO_MX3) += mx3fb.o
>  COBJS-$(CONFIG_VIDEO_SED13806) += sed13806.o
>  COBJS-$(CONFIG_SED156X) += sed156x.o

This doesn't apply any more since drivers/video/Makefile was
changed. Please rebase and add videomodes.o to
COBJS-$(CONFIG_VIDEO_MB86R0xGDC) += mb86r0xgdc.o

Thanks,
Anatolij

  parent reply	other threads:[~2010-06-12  9:28 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-05 14:28 [U-Boot] [PATCH V2 0/3] Add support for MB86R0x SoCs Matthias Weisser
2010-05-05 14:28 ` [U-Boot] [PATCH V2 1/3] arm: " Matthias Weisser
2010-05-05 14:28   ` [U-Boot] [PATCH V2 2/3] video: add support for display controller in " Matthias Weisser
2010-05-05 14:28     ` [U-Boot] [PATCH V2 3/3] arm: Add support for jadecpu board based on MB86R01 SoC Matthias Weisser
2010-05-05 19:22       ` [U-Boot] Endless loop in cmd_log.c? Dennis Ruffer
2010-05-06 23:27         ` Peter Tyser
2010-05-07  0:04           ` Dennis Ruffer
2010-05-07  0:15             ` Peter Tyser
2010-05-07  8:18           ` Detlev Zundel
2010-05-05 21:34       ` Dennis Ruffer
2010-05-06  4:20       ` Dennis Ruffer
2010-05-06 16:03       ` Dennis Ruffer
2010-05-06 16:21         ` Peter Tyser
2010-05-06 17:51           ` Dennis Ruffer
2010-05-06 18:05             ` Peter Tyser
2010-06-12  9:36       ` [U-Boot] [PATCH V2 3/3] arm: Add support for jadecpu board based on MB86R01 SoC Anatolij Gustschin
2010-06-12  9:28     ` Anatolij Gustschin [this message]
2010-06-12  9:19   ` [U-Boot] [PATCH V2 1/3] arm: Add support for MB86R0x SoCs Anatolij Gustschin
  -- strict thread matches above, loose matches on Subject: below --
2010-06-28 12:04 [U-Boot] [PATCH V2 0/3] " Matthias Weisser
2010-06-28 12:04 ` [U-Boot] [PATCH V2 2/3] video: add support for display controller in " Matthias Weisser
2010-07-16 22:38   ` Anatolij Gustschin

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=20100612112811.67041110@wker \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox