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 08FE3CCA483 for ; Tue, 19 Jul 2022 15:24:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 24A928402F; Tue, 19 Jul 2022 17:24:56 +0200 (CEST) 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=1658244296; bh=BUH9m5Bqt5sbg5Bq9/WGUKpAt0r/raVpTmhMWYSUYFE=; h=From:Subject:To:Cc:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:Reply-To:From; b=uuOvjpg1T/mKLsUSuVX3NiG4CBqHBag0RVpkGGK9YRXoNa1KCH576FzSC3dTcUfzD fpVYJMAfCOKtQD1RNhyoSGyIhOWwXzuTDSK8zBrR6MIqpBtb/qm8PweAyNIIIaP0aA tPrJsj0CH9D19oBlN18SIE5y6ObHQ7SXydYEEsrBM7BdFoXATYETBv3vvhafz6v1M1 TdQW+t2ZAA4temoMKTdOg4btEu8Ypj5qvvsXIw2/IN1r1+M1xt1CHnXVvoZU4Ogljk Jrgmva+dZGrawOKJweEtqzXLf3idTYfr6tsi0aJzkUAiq5t0P8J4oXHcknPSYXlzcl iDahITTl/Mvtw== Received: from [192.168.1.107] (87-97-28-7.pool.digikabel.hu [87.97.28.7]) (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 F262884001; Tue, 19 Jul 2022 17:24:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1658244294; bh=BUH9m5Bqt5sbg5Bq9/WGUKpAt0r/raVpTmhMWYSUYFE=; h=From:Subject:Reply-To:To:Cc:Date:From; b=gkT0ngMZAlShgR3SuUs8HPWXlt/Dl6s65Dn8oYfHjUCFCWmGEK0A9cnL7jrG2OiBE 18wo2cTaIjyg9qlbyc0ULqQDMsywPj5M+uTsR9qyxNvSz4nKEzFa4polDWThtYAZYR cajkIbhv0FMbxfUvhVGf9Eh0FwcpXlm70LpeGd3wi4jvXVB22meYBPNnWQCsxyNuDh kZrI1C+5LqneCpRhV3mfegjL49zA+T/LgNiCskX/1J8UUjEHFzHOgCRbKn55ZEY3kh h/gUTn6jWDrdmIHBH1MM1cVpJ3F6owwgbyG3ZucJKgLtBrKGhjm44+oX0MmGdPCuP4 4rNqeFlGj6Bow== From: Heiko Schocher Subject: Please pull u-boot-i2c To: Tom Rini Cc: "u-boot@lists.denx.de" , Eddie James , Jim Liu , Rasmus Villemoes Message-ID: Date: Tue, 19 Jul 2022 17:24:59 +0200 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: The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8: Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2022.10 for you to fetch changes up to 49f3a42edf097fbaca76aef9bfcd98d871b442cb: i2c: avoid dynamic stack use in dm_i2c_write (2022-07-19 13:46:28 +0200) ---------------------------------------------------------------- i2c changes for 2022.10 - new driver nuvoton, NPCM7xx from Jim Liu Fixes: - ast_i2c: Remove SCL direct drive mode from Eddie James - avoid dynamic stack use in dm_i2c_write bloat-o-meter drivers/i2c/i2c-uclass.o.{0,1} add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-144 (-144) Function old new delta dm_i2c_write 552 408 -144 Total: Before=3828, After=3684, chg -3.76% patch from Rasmus Villemoes ---------------------------------------------------------------- Eddie James (1): i2c: ast_i2c: Remove SCL direct drive mode Jim Liu (1): i2c: nuvoton: Add NPCM7xx i2c driver Rasmus Villemoes (1): i2c: avoid dynamic stack use in dm_i2c_write drivers/i2c/Kconfig | 5 ++ drivers/i2c/Makefile | 1 + drivers/i2c/ast_i2c.c | 2 +- drivers/i2c/i2c-uclass.c | 30 +++----- drivers/i2c/npcm-i2c.c | 630 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 649 insertions(+), 19 deletions(-) create mode 100644 drivers/i2c/npcm-i2c.c Azure build is fine: https://dev.azure.com/hs0298/hs/_build/results?buildId=82&view=results 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