mbox series

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

Message ID 20170911204443.09eaa07f@crub
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-video/master | expand

Pull-request

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

Message

Anatolij Gustschin Sept. 11, 2017, 6:44 p.m. UTC
Hi Tom,

please pull IPU driver update. The full build passed:

 https://travis-ci.org/vdsao/u-boot-video/builds/274131739

The following changes since commit 584f316f115df52fd09a6cf699b29dcf824b4da5:

  cmd: ide: Make the first device the default one (2017-09-10 12:27:43 -0400)

are available in the git repository at:

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

for you to fetch changes up to c7430d7d5efc45666476dab0da97466cb8ccff8e:

  ipu_common: Let the MX6 IPU clock be calculated in run-time (2017-09-11 12:46:51 +0200)

----------------------------------------------------------------
Fabio Estevam (1):
      ipu_common: Let the MX6 IPU clock be calculated in run-time

 drivers/video/ipu_common.c            | 14 +++++++++++++-
 include/configs/advantech_dms-ba16.h  |  1 -
 include/configs/apalis_imx6.h         |  1 -
 include/configs/aristainetos-common.h |  1 -
 include/configs/cgtqmx6eval.h         |  5 -----
 include/configs/cm_fx6.h              |  1 -
 include/configs/colibri_imx6.h        |  1 -
 include/configs/embestmx6boards.h     |  1 -
 include/configs/ge_bx50v3.h           |  1 -
 include/configs/gw_ventana.h          |  1 -
 include/configs/imx6-engicam.h        |  1 -
 include/configs/m53evk.h              |  1 -
 include/configs/mx51evk.h             |  1 -
 include/configs/mx53cx9020.h          |  1 -
 include/configs/mx53loco.h            |  1 -
 include/configs/mx6cuboxi.h           |  1 -
 include/configs/mx6sabre_common.h     |  5 -----
 include/configs/nitrogen6x.h          |  1 -
 include/configs/novena.h              |  1 -
 include/configs/tbs2910.h             |  1 -
 include/configs/wandboard.h           |  1 -
 scripts/config_whitelist.txt          |  1 -
 22 files changed, 13 insertions(+), 30 deletions(-)

Thanks,
Anatolij

Comments

Tom Rini Sept. 12, 2017, 1:31 p.m. UTC | #1
On Mon, Sep 11, 2017 at 08:44:43PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull IPU driver update. The full build passed:
> 
>  https://travis-ci.org/vdsao/u-boot-video/builds/274131739
> 
> The following changes since commit 584f316f115df52fd09a6cf699b29dcf824b4da5:
> 
>   cmd: ide: Make the first device the default one (2017-09-10 12:27:43 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to c7430d7d5efc45666476dab0da97466cb8ccff8e:
> 
>   ipu_common: Let the MX6 IPU clock be calculated in run-time (2017-09-11 12:46:51 +0200)
> 

Applied to u-boot/master, thanks!