mbox

[U-Boot] Pull request: u-boot-video/master

Message ID 20120926001613.4908500d@wker
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-video.git master

Message

Anatolij Gustschin Sept. 25, 2012, 10:16 p.m. UTC
Hi Tom,

The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Anatolij Gustschin (1):
      common/lcd: fix build breakage for at91sam9x5ek and trats boards

Nikita Kiryanov (5):
      common lcd: simplify lcd_logo
      common lcd: simplify lcd_display
      common lcd: simplify core functions
      common lcd: simplify lcd_display_bitmap
      common/lcd: add protection from null bmp pointer

Timur Tabi (1):
      video/powerpc: don't touch DIU registers that we don't need

 board/mcc200/lcd.c         |   20 ++++++
 common/lcd.c               |  153 ++++++++++++++++++++++++--------------------
 drivers/video/fsl_diu_fb.c |   21 +------
 3 files changed, 105 insertions(+), 89 deletions(-)

Please pull. Thanks!

Anatolij

Comments

Tom Rini Sept. 26, 2012, 12:14 a.m. UTC | #1
On Wed, Sep 26, 2012 at 12:16:13AM +0200, Anatolij Gustschin wrote:
> Hi Tom,
> 
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> Anatolij Gustschin (1):
>       common/lcd: fix build breakage for at91sam9x5ek and trats boards
> 
> Nikita Kiryanov (5):
>       common lcd: simplify lcd_logo
>       common lcd: simplify lcd_display
>       common lcd: simplify core functions
>       common lcd: simplify lcd_display_bitmap
>       common/lcd: add protection from null bmp pointer
> 
> Timur Tabi (1):
>       video/powerpc: don't touch DIU registers that we don't need
> 
>  board/mcc200/lcd.c         |   20 ++++++
>  common/lcd.c               |  153 ++++++++++++++++++++++++--------------------
>  drivers/video/fsl_diu_fb.c |   21 +------
>  3 files changed, 105 insertions(+), 89 deletions(-)
> 
> Please pull. Thanks!

Applied to u-boot/master, thanks!