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 E91E5C433EF for ; Wed, 23 Mar 2022 09:16:09 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 68F9483C9B; Wed, 23 Mar 2022 10:16:07 +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=1648026967; bh=aOQYdiO4BnW7eUv5QEeoLpsVRAlDkOOjv1PIB6lXe3Y=; h=To:Cc:From:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:Reply-To:From; b=wRSVI+ELM12vetcuPAAUw01nBRJ1KSXHIayhgnKi01UsQ0553f9aREbDa8bnMZiy6 EJ65Bx3M2ObwyZSnN1rTvjI5nZKQ6VTmg4yK+Lbg7MQFp4iXgmwttI/ulFVRgFL5Q6 DBRCQ2Q298HVK/9honOPemfAHrvj3omLTiVaAhamjfqSiA33sK+4tpfWhN3VwoVmQq EpEnaBH57LacgE86SpECK1N9WxVZCrwpQirR7BM7NaD9l8CRR6BpxRRdrU0Gvon829 citQ+K3+7p2bXKjeWc/FNCPqE2+09PnlUuX2xu3anIA60Ym2Snho3OV7hbNcaRgE7X 9ErvJtYU/E2Rw== Received: from [192.168.1.107] (89-186-112-194.pool.digikabel.hu [89.186.112.194]) (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 C2F5283C8D; Wed, 23 Mar 2022 10:16:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1648026963; bh=aOQYdiO4BnW7eUv5QEeoLpsVRAlDkOOjv1PIB6lXe3Y=; h=To:Cc:Reply-To:From:Subject:Date:From; b=XEFF09uOdVgSIETBaHT3OiOQsOJeKt+x6oJkQt3LnML5cOTfkn0TVtUpCtuRLFAYn 3CaYcxdPqV2ZSy3ZmVkWqvRXuDjniPKiy8tynB4mI2gN9nzuDZjCxH+EY8QBx1Dw39 RY+JdMMv2DUMcmMqkT4X5aKxPFIr1aKwp6PGIASWZglvft2OM8DD3LqZ9x5C2hDwhX QXKJFcKXfHVvzkaWgltUnmyqefGGggUoYlvyZcIWMkP8zycLbCliO9QmsCwM0iV5u2 HChk3ngLYeeDovjsnzv1qdWaUjPPP41hgeylROyRejJ7LKY9i1nfORRRmUN2hl4oIK id9iIH5ahi+Ww== To: "u-boot@lists.denx.de" Cc: Marek Vasut , Nikita Yushchenko , Michael Opdenacker , adrian.fiergolski@fastree3d.com From: Heiko Schocher Subject: Please pull u-boot-i2c Message-ID: Date: Wed, 23 Mar 2022 10:16:13 +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.5 at phobos.denx.de X-Virus-Status: Clean Hello Tom, please pull from: The following changes since commit 5f68470d69f853b1652ebe93525b60064717fe2e: Merge tag 'efi-2022-04-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-03-20 15:14:59 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-2022-04-rc5 for you to fetch changes up to fc1383ae2b5ca69e51bee68e4047589a5ee7b386: bootcount: clarify documentation (2022-03-23 07:27:38 +0100) ---------------------------------------------------------------- i2c changes for fixes-for-2022.04 - atsha204a-i2c.c DTS and I2C fixes for Atmel ATSHA204 from Adrian - i2c: fix always-true condition in i2c_probe_chip() from Nikita - eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabled from Marek - clarify bootcount documentation fix from Michael ---------------------------------------------------------------- Adrian Fiergolski (3): misc: atsha204a: return timeout from wakeup function misc: atsha204a: add delay after sending the message misc: atsha204a: fix i2c address readout from DTS Marek Vasut (1): cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabled Michael Opdenacker (1): bootcount: clarify documentation Nikita Yushchenko (1): i2c: fix always-true condition in i2c_probe_chip() cmd/eeprom.c | 2 +- doc/README.bootcount | 34 ++++++++++++++++++---------------- drivers/bootcount/Kconfig | 10 +++++----- drivers/i2c/i2c-uclass.c | 2 +- drivers/misc/atsha204a-i2c.c | 8 ++++---- 5 files changed, 29 insertions(+), 27 deletions(-) Azure build is fine: https://dev.azure.com/hs0298/hs/_build/results?buildId=79&view=results Thanks! bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs@denx.de