All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] video: lcd: splash screen prepare changes
Date: Mon, 17 Jun 2013 08:48:36 +0300	[thread overview]
Message-ID: <51BEA334.4000804@compulab.co.il> (raw)
In-Reply-To: <1371229203-10840-1-git-send-email-robert.winkler@boundarydevices.com>

On 06/14/13 20:00, Robert Winkler wrote:
> These 2 patches are the result of discussion in these threads:
> http://lists.denx.de/pipermail/u-boot/2013-May/155463.html
> http://lists.denx.de/pipermail/u-boot/2013-June/155630.html
> http://lists.denx.de/pipermail/u-boot/2013-June/155632.html
> 
> The upshot is, move splash_screen_prepare to a common location
> so it can be used in cfb_console.c and (possibly) make it weak.
> 
> These 2 patches do that and the first can be accepted without the
> second if we decide not to make it weak.
> 
> One other note, I'm submitting this based on Anatolij's tree since
> it's video related but board/compulab/cm_t35 does not exist in his
> tree.

That's because recently I've moved it from board/cm_t35 to
board/compulab/cm_t35 and probably Anatolij has not updated
his tree to the latest upstream.

>  If the second patch is accepted, cm_t35 will have to change
> since it uses the non-weak method.  I will submit an optional 3rd
> patch to Stefano's tree with the necessary changes.
> 
> 
> Robert Winkler (2):
>   video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
>   video: lcd: Make splash_screen_prepare weak, remove config macro
> 
>  README                      |  8 --------
>  common/Makefile             |  1 +
>  common/lcd.c                | 19 ++++++-------------
>  common/splash.c             | 31 +++++++++++++++++++++++++++++++
>  doc/README.splashprepare    |  8 ++++++++
>  drivers/video/cfb_console.c |  8 ++++++--
>  include/lcd.h               |  1 -
>  include/splash.h            | 30 ++++++++++++++++++++++++++++++
>  8 files changed, 82 insertions(+), 24 deletions(-)
>  create mode 100644 common/splash.c
>  create mode 100644 doc/README.splashprepare
>  create mode 100644 include/splash.h
> 

-- 
Regards,
Igor.

      parent reply	other threads:[~2013-06-17  5:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14 17:00 [U-Boot] [PATCH 0/2] video: lcd: splash screen prepare changes Robert Winkler
2013-06-14 17:00 ` [U-Boot] [PATCH 1/2] video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO Robert Winkler
2013-06-17  5:34   ` Igor Grinberg
2013-06-17 17:08     ` Robert Winkler
2013-06-18  6:20       ` Igor Grinberg
2013-06-18 16:50         ` Robert Winkler
2013-06-14 17:00 ` [U-Boot] [PATCH 2/2] video: lcd: Make splash_screen_prepare weak, remove config macro Robert Winkler
2013-06-17  5:48 ` Igor Grinberg [this message]

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=51BEA334.4000804@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --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.