mbox

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

Message ID 20131030133232.62b2f249@crub
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Anatolij Gustschin Oct. 30, 2013, 12:32 p.m. UTC
Hey Tom,

The following changes since commit 7e575c46c34b5f1316eab39025fdced197629ccb:

  usb: rename board_usb_init_type to usb_init_type (2013-10-22 17:33:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to 1c6e9de53ba47afacd26fb784818aeb63a01baad:

  video, formike: change tag/val write (2013-10-30 10:48:41 +0100)

----------------------------------------------------------------
Fabio Estevam (1):
      video: ipu_disp: Fix clock polarity logic

Heiko Schocher (2):
      video, cfb_console: make background and foreground color configurable
      video, formike: change tag/val write

 README                      |    5 +++++
 drivers/video/cfb_console.c |   38 ++++++++++++++++++++------------------
 drivers/video/formike.c     |    7 ++++---
 drivers/video/ipu_disp.c    |    2 +-
 include/video_fb.h          |    5 +++++
 5 files changed, 35 insertions(+), 22 deletions(-)

Please pull. Thanks!

Anatolij

Comments

Tom Rini Oct. 30, 2013, 7:43 p.m. UTC | #1
On Wed, Oct 30, 2013 at 01:32:32PM +0100, Anatolij Gustschin wrote:

> Hey Tom,
> 
> The following changes since commit 7e575c46c34b5f1316eab39025fdced197629ccb:
> 
>   usb: rename board_usb_init_type to usb_init_type (2013-10-22 17:33:09 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 1c6e9de53ba47afacd26fb784818aeb63a01baad:
> 
>   video, formike: change tag/val write (2013-10-30 10:48:41 +0100)
> 
> ----------------------------------------------------------------
> Fabio Estevam (1):
>       video: ipu_disp: Fix clock polarity logic
> 
> Heiko Schocher (2):
>       video, cfb_console: make background and foreground color configurable
>       video, formike: change tag/val write
> 
>  README                      |    5 +++++
>  drivers/video/cfb_console.c |   38 ++++++++++++++++++++------------------
>  drivers/video/formike.c     |    7 ++++---
>  drivers/video/ipu_disp.c    |    2 +-
>  include/video_fb.h          |    5 +++++
>  5 files changed, 35 insertions(+), 22 deletions(-)

Applied to u-boot/master, thanks!