From patchwork Tue Aug 7 07:25:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 954383 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41l5f70xBwz9s3x for ; Tue, 7 Aug 2018 17:25:50 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id E10E8C21F3C; Tue, 7 Aug 2018 07:25:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 01CCDC21DA6; Tue, 7 Aug 2018 07:25:42 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3B7DCC21DA6; Tue, 7 Aug 2018 07:25:40 +0000 (UTC) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by lists.denx.de (Postfix) with ESMTPS id E6569C21C27 for ; Tue, 7 Aug 2018 07:25:39 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 41l5dv5FZtz1r5hc; Tue, 7 Aug 2018 09:25:39 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 41l5dv53jPz1qr2M; Tue, 7 Aug 2018 09:25:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id ACNeSNMB7PFz; Tue, 7 Aug 2018 09:25:39 +0200 (CEST) X-Auth-Info: v+HaGLXaTpFsUrpqanLqeZ404NgKl9K9WyIXJtNfpG8= Received: from crub (p50886A63.dip0.t-ipconnect.de [80.136.106.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Tue, 7 Aug 2018 09:25:38 +0200 (CEST) Date: Tue, 7 Aug 2018 09:25:38 +0200 From: Anatolij Gustschin To: Tom Rini Message-ID: <20180807092538.61ac2e95@crub> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Cc: u-boot Subject: [U-Boot] Please pull u-boot-video/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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