From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 63A30C6379F for ; Mon, 13 Feb 2023 14:52:57 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 13AE2851E0; Mon, 13 Feb 2023 15:52:55 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1676299975; bh=oUV9zNBzIepuRK+tn9NQcs4Ab1SUsN8nteIUV1IUEOY=; h=To:Cc:From:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:Reply-To:From; b=wLJwoeVFtx40jXe8JT/Y6Dp2XqeJtpThTXeOi8xEfZayElVPClW+6Gy3HrOEv9Kvd /rIEq4QG6lZnNWo+qJDxLxielnRBlbhCc6zTttfHj8Lp0Bih1uYYPvJi1elAxzZe11 OAKUSSvGwG4TLNAYktiaFkxY+dFBFRxFmzIB5kIe6KjzDu5lIhcyGahnNOI/mt/wHd Q/Np0t0kWvvTDQuGp8zY8+9I7+JrLoEvsmucANLuFbWQRk12HaZ6sSssyAQYI2y33B /mCPHm8KGkQchjWNc4GyESYpx8TXso/HmrbhYBjc/Z/wu2M8Vc5k7jrY0oiV2bcej5 Jn/Mru84X2YjA== Received: from [192.168.1.107] (82-131-203-100.pool.digikabel.hu [82.131.203.100]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: hs@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 826B48529E; Mon, 13 Feb 2023 15:52:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1676299972; bh=oUV9zNBzIepuRK+tn9NQcs4Ab1SUsN8nteIUV1IUEOY=; h=To:Cc:Reply-To:From:Subject:Date:From; b=jxqlKqGTNln69Hwj61E5I7707bxM/fNSzQFSutBo8j7GATj1dCNSjHJHoXb30KwrF bwN/tMJ24FsnlTS0dUE0f6a0atvrxUXYTJQJuPHDqmaJSVEPhUvWUQhejwefePk9az wlpZkzLtg3FJ4xpkDw3hWPbKp+BkWmnWOTWZh/NWDsKLvUVuuFM4LvaWOqD5Ao3Cdf MvHs3gJKvrMpS/87gkXag2eek04UDV/iTm9QXVvzqv6kALSKvrlDY3FcJ8FjahQoo/ VlaZ+YF7u1qRBlvlWtfKAqrlFQw0oL+Fp+UEkuBkowkM2oTsDd3pBqyR+pVkB9Ck1t HPFAz5CCtVhYw== To: Tom Rini Cc: "u-boot@lists.denx.de" , Fabio Estevam , Pei Yue Ho , Ryan Chen From: Heiko Schocher Subject: Please pull u-boot-i2c Message-ID: Date: Mon, 13 Feb 2023 15:52:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hello Tom, please pull from u-boot-i2c: The following changes since commit a5e490f14e904fd240ccec5d364509b36a3150f9: socfpga: fix the serial console on DE1-SoC (2023-02-12 15:47:19 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-v2023.04 for you to fetch changes up to f536fda99fa2c1c88f68d8da54ed6233cec3532e: i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree (2023-02-13 09:58:27 +0100) ---------------------------------------------------------------- i2c updates for v2023.04 - add new i2c driver ast2600 from Ryan Chen - i2c-cdns: make read fifo-depth configurable through device tree from Pei Yue Ho - mxc i2c driver: print base address in hex, not in decimal from Fabio ---------------------------------------------------------------- Fabio Estevam (1): i2c: mxc_i2c: Use hex notation for the base address Pei Yue Ho (2): dt-bindings: i2c: i2c-cdns.txt: Add description for an optional parameter, fifo-depth i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree Ryan Chen (2): i2c:aspeed:support ast2600 i2c new register mode driver arm: aspeed: dtsi: add reg for i2c MAINTAINERS | 6 +++ arch/arm/dts/ast2600.dtsi | 1 + doc/device-tree-bindings/i2c/i2c-cdns.txt | 4 ++ drivers/i2c/Kconfig | 10 ++++ drivers/i2c/Makefile | 1 + drivers/i2c/ast2600_i2c.c | 366 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/i2c/ast2600_i2c.h | 120 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/i2c/i2c-cdns.c | 30 +++++++----- drivers/i2c/mxc_i2c.c | 2 +- 9 files changed, 527 insertions(+), 13 deletions(-) create mode 100644 drivers/i2c/ast2600_i2c.c create mode 100644 drivers/i2c/ast2600_i2c.h Azure build is fine: https://dev.azure.com/hs0298/hs/_build/results?buildId=101&view=results bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs@denx.de