All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikita Kiryanov <calculusistkrieg@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 0/4] common/lcd cleanup
Date: Tue, 28 Aug 2012 22:28:01 +0300	[thread overview]
Message-ID: <000601cd8553$3f4cccf0$bde666d0$@gmail.com> (raw)
In-Reply-To: <5031D61B.9000907@compulab.co.il>

Gentle ping.

-----Original Message-----
From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces at lists.denx.de] On
Behalf Of Nikita Kiryanov
Sent: Monday, August 20, 2012 9:16 AM
To: Nikita Kiryanov
Cc: u-boot at lists.denx.de
Subject: Re: [U-Boot] [PATCH V3 0/4] common/lcd cleanup

Gentle ping.

On 08/09/2012 01:14 PM, Nikita Kiryanov wrote:
> This patch series attempts to simplify #ifdef complexity in common/lcd.c.
>
> It was compile tested on Arm and PowerPC using MAKEALL
>
> Changes in V3:
> 	- Rebased on latest u-boot-video
> 	- Removed volatile qualifiers in patch 3 since the use of volatile
is
> 	discouraged and it looks like it is safe to remove them.
>
> Changes in V2:
> 	- Rebased on u-boot-video
> 	- patches 2 and 3 of original patchset dropped because I'm not sure
> 	what to do about them
> 	- simplify lcd_logo: used bitmap_display() to further simplify code
> 	- simplify lcd_display_bitmap: fixed pointer increment error
> 	- simplify lcd_display_bitmap: change to simplify lcd_logo breaks
> 	MCC200 board because it does not #define CONFIG_CMD_BMP. Added a
local
> 	implementation of bitmap_display().
>
> Nikita Kiryanov (4):
>    common lcd: simplify lcd_logo
>    common lcd: simplify lcd_display
>    common lcd: simplify core functions
>    common lcd: simplify lcd_display_bitmap
>
>   board/mcc200/lcd.c |   20 +++++++
>   common/lcd.c       |  145
+++++++++++++++++++++++++++-------------------------
>   2 files changed, 96 insertions(+), 69 deletions(-)
>

_______________________________________________
U-Boot mailing list
U-Boot at lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

  reply	other threads:[~2012-08-28 19:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-09 10:14 [U-Boot] [PATCH V3 0/4] common/lcd cleanup Nikita Kiryanov
2012-08-09 10:14 ` [U-Boot] [PATCH V3 1/4] common lcd: simplify lcd_logo Nikita Kiryanov
2012-08-09 10:14 ` [U-Boot] [PATCH V3 2/4] common lcd: simplify lcd_display Nikita Kiryanov
2012-08-09 10:14 ` [U-Boot] [PATCH V3 3/4] common lcd: simplify core functions Nikita Kiryanov
2012-08-09 10:14 ` [U-Boot] [PATCH V3 4/4] common lcd: simplify lcd_display_bitmap Nikita Kiryanov
2012-08-20  6:15 ` [U-Boot] [PATCH V3 0/4] common/lcd cleanup Nikita Kiryanov
2012-08-28 19:28   ` Nikita Kiryanov [this message]
2012-09-05  6:51 ` Igor Grinberg
2012-09-05  6:56   ` Marek Vasut
2012-09-05  8:49   ` Anatolij Gustschin
2012-09-22 16:55 ` [U-Boot] [PATCH] common/lcd: fix build breakage for at91sam9x5ek and trats boards Anatolij Gustschin
2012-09-24 12:54   ` Nikita Kiryanov
2012-09-24 22: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='000601cd8553$3f4cccf0$bde666d0$@gmail.com' \
    --to=calculusistkrieg@gmail.com \
    --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.