All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/7] video, da8xx-fb: changes for am335x usage
Date: Sat, 10 Aug 2013 11:02:27 +0200	[thread overview]
Message-ID: <20130810110227.40808d0e@crub> (raw)
In-Reply-To: <1375507373-13785-5-git-send-email-hs@denx.de>

On Sat,  3 Aug 2013 07:22:50 +0200
Heiko Schocher <hs@denx.de> wrote:

> to use this driver also on am335x based boards, the following
> changes are made:
> 
> - struct lcd_ctrl_config lcd_cfg is now configurable
>   through board code
> 
> - controller base is configurable through define
>   DA8XX_LCD_CNTL_BASE. To be compatible with older
>   da8xx based boards: If this define is missing, the
>   DAVINCI_LCD_CNTL_BASE is used
> 
> - Determine LCD IP Version, and make the driver
>   working on lcd revision register values:
>   Version 1:
>   0x4C100102
>   Version 2:
>   0x4F200800
>   0x4F201000
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Anatolij Gustschin <agust@denx.de>
> Cc: Tom Rini <trini@ti.com>
> ---
>  board/davinci/ea20/ea20.c |  26 +++-
>  drivers/video/da8xx-fb.c  | 335 ++++++++++++++++++++++++++++++++++++++--------
>  drivers/video/da8xx-fb.h  |   4 +-
>  3 Dateien ge?ndert, 307 Zeilen hinzugef?gt(+), 58 Zeilen entfernt(-)

Applied to u-boot-video/master, thanks!

Anatolij

  parent reply	other threads:[~2013-08-10  9:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-03  5:22 [U-Boot] [PATCH 0/7] arm, am33xx, video: add video support for am33xx based boards Heiko Schocher
2013-08-03  5:22 ` [U-Boot] [PATCH 1/7] arm, am335x: add some missing registers and defines for lcd and epwm support Heiko Schocher
2013-08-06 15:22   ` Tom Rini
2013-08-03  5:22 ` [U-Boot] [PATCH 2/7] video, da8xx: move da8xx-fb.h to drivers/video Heiko Schocher
2013-08-06 15:24   ` Tom Rini
2013-08-10  9:01   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 3/7] arm, am33xx: add clk_get prototype Heiko Schocher
2013-08-06 15:24   ` Tom Rini
2013-08-10  9:01   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 4/7] video, da8xx-fb: changes for am335x usage Heiko Schocher
2013-08-06 15:27   ` Tom Rini
2013-08-10  9:02   ` Anatolij Gustschin [this message]
2013-08-03  5:22 ` [U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo Heiko Schocher
2013-08-06 15:28   ` Tom Rini
2013-08-10  9:02   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 6/7] tools, bmp_logo: fix index from uint16_t to int to allow bigger logos Heiko Schocher
2013-08-10  9:02   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 7/7] video: add an option to skip cfb console init Heiko Schocher
2013-08-06 15:30   ` Tom Rini
2013-08-10  9:04   ` 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=20130810110227.40808d0e@crub \
    --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.