mbox

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

Message ID 20160222181525.4181cbd6@crub
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Anatolij Gustschin Feb. 22, 2016, 5:15 p.m. UTC
Hi Tom,

The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)

are available in the git repository at:


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

for you to fetch changes up to 703c751169feafecb0abfd730e287986cf4ac4e1:

  video: Add S3C24xx framebuffer support (2016-02-22 18:07:17 +0100)

----------------------------------------------------------------
Marek Vasut (1):
      video: Add S3C24xx framebuffer support

Simon Glass (2):
      video: truetype: Fix a memory leak on error
      video: freetype: Fix a memory leak with a bad parameter

 drivers/video/Makefile           |    1 +
 drivers/video/cfb_console.c      |    2 +-
 drivers/video/console_truetype.c |    1 +
 drivers/video/s3c-fb.c           |  172 ++++++++++++++++++++++++++++++++++++++
 drivers/video/stb_truetype.h     |    5 +-
 5 files changed, 179 insertions(+), 2 deletions(-)
 create mode 100644 drivers/video/s3c-fb.c

Please pull. Thanks!

--
Anatolij

Comments

Tom Rini Feb. 23, 2016, 8:35 p.m. UTC | #1
On Mon, Feb 22, 2016 at 06:15:25PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 703c751169feafecb0abfd730e287986cf4ac4e1:
> 
>   video: Add S3C24xx framebuffer support (2016-02-22 18:07:17 +0100)
> 

Applied to u-boot/master, thanks!