mbox

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

Message ID 20120718093939.4f7f0fd9@wker
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Anatolij Gustschin July 18, 2012, 7:39 a.m. UTC
Hello Wolfgang,

The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:

  Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-video.git next

Eric Nelson (1):
      ipu_common: Add ldb_clk for use in parenting the pixel clock

Fabio Estevam (6):
      mx6: Allow mx6 to access the IPUv3 registers
      video: Rename CONFIG_VIDEO_MX5
      ipu_common: Only apply the erratum to MX51
      ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53
      ipu_common: Rename MXC_CCM_BASE
      ipu_common: Do not hardcode the ipu_clk frequency

Nikita Kiryanov (1):
      common lcd: minor coding style changes

 arch/arm/include/asm/arch-mx5/imx-regs.h |    2 -
 arch/arm/include/asm/arch-mx6/imx-regs.h |    3 +
 common/lcd.c                             |  245 +++++++++++++++---------------
 drivers/video/Makefile                   |    2 +-
 drivers/video/cfb_console.c              |    2 +-
 drivers/video/ipu_common.c               |   23 +++-
 drivers/video/ipu_disp.c                 |    3 +-
 drivers/video/ipu_regs.h                 |   12 ++-
 include/configs/mx51evk.h                |    3 +-
 include/configs/mx53loco.h               |    3 +-
 include/configs/vision2.h                |    3 +-
 11 files changed, 166 insertions(+), 135 deletions(-)

Please pull. Thanks!

Anatolij

Comments

Wolfgang Denk July 18, 2012, 8:47 a.m. UTC | #1
Dear Anatolij Gustschin,

In message <20120718093939.4f7f0fd9@wker> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:
> 
>   Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-video.git next
> 
> Eric Nelson (1):
>       ipu_common: Add ldb_clk for use in parenting the pixel clock
> 
> Fabio Estevam (6):
>       mx6: Allow mx6 to access the IPUv3 registers
>       video: Rename CONFIG_VIDEO_MX5
>       ipu_common: Only apply the erratum to MX51
>       ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53
>       ipu_common: Rename MXC_CCM_BASE
>       ipu_common: Do not hardcode the ipu_clk frequency
> 
> Nikita Kiryanov (1):
>       common lcd: minor coding style changes
> 
>  arch/arm/include/asm/arch-mx5/imx-regs.h |    2 -
>  arch/arm/include/asm/arch-mx6/imx-regs.h |    3 +
>  common/lcd.c                             |  245 +++++++++++++++---------------
>  drivers/video/Makefile                   |    2 +-
>  drivers/video/cfb_console.c              |    2 +-
>  drivers/video/ipu_common.c               |   23 +++-
>  drivers/video/ipu_disp.c                 |    3 +-
>  drivers/video/ipu_regs.h                 |   12 ++-
>  include/configs/mx51evk.h                |    3 +-
>  include/configs/mx53loco.h               |    3 +-
>  include/configs/vision2.h                |    3 +-
>  11 files changed, 166 insertions(+), 135 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk