From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Fri, 08 Jun 2012 11:00:55 +0300 Subject: [U-Boot] [PATCH 0/7] common/lcd cleanup In-Reply-To: <1337859764-16086-1-git-send-email-grinberg@compulab.co.il> References: <1337859764-16086-1-git-send-email-grinberg@compulab.co.il> Message-ID: <4FD1B137.5060202@compulab.co.il> 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... On 05/24/12 14:42, Igor Grinberg wrote: > From: Nikita Kiryanov > > This patch series attempts to simplify #ifdef complexity in common/lcd.c. It > preceeds my future work of adding splash screen support for omap. > > It was compile tested on Arm and PowerPC using MAKEALL, and is dependant on the > following patches: > http://patchwork.ozlabs.org/patch/155491/ > http://patchwork.ozlabs.org/patch/155492/ > http://patchwork.ozlabs.org/patch/155493/ > http://patchwork.ozlabs.org/patch/158179/ > > checkpatch reports warnings on some of the patches: > 0001: line over 80 chars > Since the original line was over 80 characters already, and there's no > good way of shortening it, I left it over 80 chars. > 0006: WARNING: use of volatile is usually wrong > Since 'volatile' was in the original code I left it in the patch as > well. > > Nikita Kiryanov (7): > common lcd: minor coding style changes > common lcd: simplify #ifdefs > common lcd: simplify bitmap_plot > common lcd: simplify lcd_logo > common lcd: simplify lcd_display > common lcd: simplify core functions > common lcd: simplify lcd_display_bitmap > > common/lcd.c | 422 +++++++++++++++++++++++++++++++--------------------------- > 1 files changed, 226 insertions(+), 196 deletions(-) > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > -- Regards, Igor.