mbox

[U-Boot] Please pull: u-boot-video/master

Message ID 20160428171307.0a053071@crub
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Anatolij Gustschin April 28, 2016, 3:13 p.m. UTC
Hi Tom,

recent change to the am335x-fb driver caused a bug, these to patches
fix it now. We got Tested-by tags for them, so it should be okay
to merge these fixes for the release. Please pull. Thanks!

Anatolij

The following changes since commit e25b369c048b51b1feb79587750e7e160fc0bd73:

  ARM64: zynqmp: Cleanup config file after CMD move (2016-04-26 10:16:10 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3d47b2d741683023de05f08f9adb4bd25c189c46:

  drivers/video/am335x-fb: Properly point framebuffer behind palette (2016-04-28 16:51:17 +0200)

----------------------------------------------------------------
Martin Pietryka (2):
      drivers/video/am335x-fb: Add support for 16bpp format
      drivers/video/am335x-fb: Properly point framebuffer behind palette

 drivers/video/am335x-fb.c |   30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

Comments

Tom Rini April 28, 2016, 10:45 p.m. UTC | #1
On Thu, Apr 28, 2016 at 05:13:07PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> recent change to the am335x-fb driver caused a bug, these to patches
> fix it now. We got Tested-by tags for them, so it should be okay
> to merge these fixes for the release. Please pull. Thanks!
> 
> Anatolij
> 
> The following changes since commit e25b369c048b51b1feb79587750e7e160fc0bd73:
> 
>   ARM64: zynqmp: Cleanup config file after CMD move (2016-04-26 10:16:10 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 3d47b2d741683023de05f08f9adb4bd25c189c46:
> 
>   drivers/video/am335x-fb: Properly point framebuffer behind palette (2016-04-28 16:51:17 +0200)
> 

Applied to u-boot/master, thanks!