From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Tue, 28 Aug 2012 22:28:01 +0300 Subject: [U-Boot] [PATCH V3 0/4] common/lcd cleanup In-Reply-To: <5031D61B.9000907@compulab.co.il> References: <1344507293-10579-1-git-send-email-nikita@compulab.co.il> <5031D61B.9000907@compulab.co.il> Message-ID: <000601cd8553$3f4cccf0$bde666d0$@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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