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 BC067C4332F for ; Mon, 14 Nov 2022 09:12:08 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7804582A3B; Mon, 14 Nov 2022 10:12:06 +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=1668417126; bh=6bPSNck6Fen0JGItWfz6W9IfUPTYjZJD5mLZg6WBNvM=; h=To:Cc:From:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:Reply-To:From; b=ka0TCCj8ZpoLTjG/q4CQ2kygwuGt/l8AWGZILyds/UR2MejAlWueIeUivSxR409jt NsFsav9oxRIhdvb/uL4FBKEn/fIqBrvt3Gz/570Tj2WxOuvNf6R2Zq6ra2Qfd5yDt2 xiZEfthePBdlwRf++fyvkbgPYiO/nixkWHECMbCt7qw0keiumR7m0zbGptdgLta38Z 7VpLkzfrBqbE6bCOwocYRHvnlTYFBi52+e5JgILYuCQYvS2ccA+MfmJumBi1BjSCMn iYW8z0i2m+ZNBYjxFNS+NzmyIKQui69UQ/6QfcXTV2hlYOKt8r4VoR6cZ6cfLRh92x lqHWluEiN9kow== Received: from [192.168.1.107] (82-131-200-171.pool.digikabel.hu [82.131.200.171]) (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 A464882A2F; Mon, 14 Nov 2022 10:12:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1668417124; bh=6bPSNck6Fen0JGItWfz6W9IfUPTYjZJD5mLZg6WBNvM=; h=To:Cc:Reply-To:From:Subject:Date:From; b=ZlUrTX+y0+L4MyQ9tyeOi8PMTiyNiJJhS4x+E8AoKddyiBwUu87/vCOXQIiY4pXdE 1dJOfpbrGSNgMLFwZUfZcB5Yr08q3hkyjdsuK8jpgYM812ctcAta/ZHC9rk3uZsQ+R 5G+f+IibZ3e0R7D8Atu/8xkmma7OVkA83TxRx6qJOYNX+yv0IBHUfT+JS79HoWDxTp wNuBRjCSMUOrCOhQusTdqXoiKXsY72A7oXzh1N4nugYJVuUEBNn5krR5kYdlFyY2ER abYeLDFgAEAoQFfnlGQlqe3QGaq+cthFaZUr9TchjMzcUku+yX5tIDrMhBFK+MNJSs QXMbHPUrgHf8A== To: Tom Rini Cc: Sergei Antonov , Conor Dooley , "u-boot@lists.denx.de" From: Heiko Schocher Subject: Please pull u-boot-i2c Message-ID: Date: Mon, 14 Nov 2022 10:12:10 +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 0cbeed4f6648e0e4966475e3544280a69ecb59d3: Merge branch '2022-11-10-symbol-migrations' (2022-11-10 10:09:40 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2023.01-rc2 for you to fetch changes up to b0c485fd384b2706717d4c19fa9837c1d785e9e8: i2c: i2c-gpio: add newline (2022-11-14 07:24:47 +0100) ---------------------------------------------------------------- i2c Fixes for v2023.01-rc2 - i2c-gpio: add a missing new line in printed string detected and fixed by Sergei - microchip i2c driver fixes from Conor - fix erroneous late ack send - fix ack sending logic ---------------------------------------------------------------- Conor Dooley (2): i2c: microchip: fix ack sending logic i2c: microchip: fix erroneous late ack send Sergei Antonov (1): i2c: i2c-gpio: add newline drivers/i2c/i2c-gpio.c | 2 +- drivers/i2c/i2c-microchip.c | 25 ++++++++++++++++++------- 2 files changed, 19 insertions(+), 8 deletions(-) Azure builds shows no errors: https://dev.azure.com/hs0298/hs/_build/results?buildId=85&view=results Thanks! 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