mbox series

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

Message ID 20180807092538.61ac2e95@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 Aug. 7, 2018, 7:25 a.m. UTC
Hi Tom,

The following changes since commit ae5afc37204e72ebe6e6844f70afff99db3bd910:

  .travis.yml: Exclude openrd platforms (2018-07-31 19:58:23 -0400)

are available in the git repository at:

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

for you to fetch changes up to 28576f81823d9fbb9edc525aba5cb130882b8b1f:

  dm: panel: get timings from panel (2018-08-01 18:03:58 +0200)

----------------------------------------------------------------
Luis Araneda (1):
      video: kconfig: remove DM_I2C dependency of I2C_EDID

Yannick Fertré (1):
      dm: panel: get timings from panel

 drivers/video/Kconfig        |  1 -
 drivers/video/panel-uclass.c | 11 +++++++++++
 include/panel.h              | 18 ++++++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)

Thanks,
Anatolij

Comments

Tom Rini Aug. 7, 2018, 3:32 p.m. UTC | #1
On Tue, Aug 07, 2018 at 09:25:38AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit ae5afc37204e72ebe6e6844f70afff99db3bd910:
> 
>   .travis.yml: Exclude openrd platforms (2018-07-31 19:58:23 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 28576f81823d9fbb9edc525aba5cb130882b8b1f:
> 
>   dm: panel: get timings from panel (2018-08-01 18:03:58 +0200)
> 

Applied to u-boot/master, thanks!