From patchwork Thu Dec 7 12:23:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 845541 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=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3ysvml257qz9s83 for ; Thu, 7 Dec 2017 23:24:23 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id E7AC3C21FC1; Thu, 7 Dec 2017 12:23:37 +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=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL 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 DD377C21FC1; Thu, 7 Dec 2017 12:23:18 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 82552C21F27; Thu, 7 Dec 2017 12:23:06 +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 0E756C21FC7 for ; Thu, 7 Dec 2017 12:23:06 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3ysvlF4PDQz1qs0D; Thu, 7 Dec 2017 13:23:05 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3ysvlF3sxTz24w61; Thu, 7 Dec 2017 13:23:05 +0100 (CET) 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 sGklIiIPEown; Thu, 7 Dec 2017 13:23:03 +0100 (CET) X-Auth-Info: qlWBVf67KMzYg/g6c8AzK32XY31V00BUS0zoCWfLvY8= Received: from [192.168.1.106] (87.97.21.101.pool.invitel.hu [87.97.21.101]) (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; Thu, 7 Dec 2017 13:23:03 +0100 (CET) To: Tom Rini From: Heiko Schocher Message-ID: Date: Thu, 7 Dec 2017 13:23:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: en-US Cc: "u-boot@lists.denx.de" , Alan Ott Subject: [U-Boot] Please pull from u-boot-i2c 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: , Reply-To: hs@denx.de Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hello Tom, please pull from u-boot-i2c master The following changes since commit c8e1ca3ebfd21915f6f2e399c9ca1cd3d7a4b076: tools: omapimage: fix corner-case in byteswap path (2017-12-05 21:56:29 -0500) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master for you to fetch changes up to 28df8ed07f2ae936e9af28c146d555ed4d0c122a: cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C (2017-12-07 09:29:35 +0100) ---------------------------------------------------------------- Alan Ott (2): i2c: at91_i2c: Wait for TXRDY after sending the first byte i2c: at91_i2c: remove the .probe_chip function Beniamino Galvani (4): i2c: meson: improve Kconfig description i2c: meson: reduce timeout i2c: meson: fix return codes on error i2c: meson: add some comments Nobuhiro Iwamatsu (1): cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C cmd/i2c.c | 14 ++++++++++++-- drivers/i2c/Kconfig | 7 ++++++- drivers/i2c/at91_i2c.c | 24 ++---------------------- drivers/i2c/meson_i2c.c | 31 ++++++++++++++++++++++--------- 4 files changed, 42 insertions(+), 34 deletions(-) travis build looks good, see: https://travis-ci.org/hsdenx/u-boot-i2c/builds/312841815 bye, Heiko