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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76DA5C6FD1D for ; Fri, 17 Mar 2023 09:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230478AbjCQJ0b (ORCPT ); Fri, 17 Mar 2023 05:26:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231344AbjCQJ02 (ORCPT ); Fri, 17 Mar 2023 05:26:28 -0400 Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E10D1B857C for ; Fri, 17 Mar 2023 02:26:24 -0700 (PDT) Received: by mail-ed1-x52b.google.com with SMTP id o12so17808592edb.9 for ; Fri, 17 Mar 2023 02:26:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679045183; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=dS1ViTo7YXyoHaesprxlUZ73a5LNDAZaMI4/y98OGuE=; b=tyy1h+/Rm73cWzgEe1RM3BtxotuK6dKfzT1mKLI4UP2oyUQUP4x+WLCi7NAplS54Tb n74zCjRqOOEZENLO0BRqMkVmy29sD0/pztmylHrQSYGlKkU+p8rHnyRqtKz4f2l9UgbI Ixd5CEwtb6SyMdJ7YAKTLAggVpn3O62mCgRkseNRODAXHqaizsPvBiGYeKySM3Inmogk DTO8qjUvvCi8ZVmSmAzO1ApPPleLxA1auE+zNNaq1fVHzI+5UrX3gqDXk6yfMC9rom98 jj7sG0ryeYKPNHPM5Za+GXpXi2DrIEo9Bm9wVxGKfvbkCjYeScDUau3WQrB9xxVr7LuI GQ3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679045183; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=dS1ViTo7YXyoHaesprxlUZ73a5LNDAZaMI4/y98OGuE=; b=Os2nqGFJRuXIUu6q9+WvDhVaScBud9sVHhEset0l2IwWOesulHLAb4CAwPnHQqgDgl VtFt6ijhQh7xCaME2ljlWnulCOoQNWZGDqlLceiTFzBG/SoPxyK4W3LaoGgzihpC0vND 1cdCW3g7K2k/TwBBjDByiCn97IK9RnDkrm/3ST+v/ZjExHRsMZBc6YwsAWaziGFWNUZG kfzewvJN+JfG3tbBH3EvdzJZLXupp/Hh6xGLT0kkrVb/N5KBJmqp65ovf/XWhwlTOWXk 8+pWF/PinMPCUXvf0xx/WQ+wyekfcj0Dzal6XpfD0dPMv6OzCSc08q6pOx7vlGDFs2+y Z3iw== X-Gm-Message-State: AO0yUKXqBAWxMWMB2xi/HtcCtQwolrsls8+Em0C31JJrBfJF50RRRCyh n61gA+ODbQ0KKy9RRKdIAN+2Gg== X-Google-Smtp-Source: AK7set9xWJGf4X02U+zMuBYCf/KV6yHt7pRADOs3M3LCzDMMcohMQJRFroGQ2jAbyqSumn9pK8pf9A== X-Received: by 2002:a05:6402:1057:b0:4fa:96fd:797b with SMTP id e23-20020a056402105700b004fa96fd797bmr2268033edu.6.1679045183373; Fri, 17 Mar 2023 02:26:23 -0700 (PDT) Received: from ?IPV6:2a02:810d:15c0:828:848a:1971:93e0:b465? ([2a02:810d:15c0:828:848a:1971:93e0:b465]) by smtp.gmail.com with ESMTPSA id i4-20020a170906850400b0093018c7c07dsm746241ejx.82.2023.03.17.02.26.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Mar 2023 02:26:22 -0700 (PDT) Message-ID: <5a8fa13b-d9f7-aca8-3898-51d6e53fa78a@linaro.org> Date: Fri, 17 Mar 2023 10:26:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v5 3/3] i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c property Content-Language: en-US To: Andi Shyti , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Wolfram Sang , Rob Herring , Krzysztof Kozlowski , Chris Packham , Ryan Chen References: <20230314215612.23741-4-andi.shyti@kernel.org> <20230314221614.24205-1-andi.shyti@kernel.org> From: Krzysztof Kozlowski In-Reply-To: <20230314221614.24205-1-andi.shyti@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 14/03/2023 23:16, Andi Shyti wrote: > "fsl,timeout" is marked as deprecated and replaced by the > "i2c-scl-clk-low-timeout-us" i2c property. > > Use this latter and, in case it is missing, for back > compatibility, check whether we still have "fsl,timeout" defined. > > Signed-off-by: Andi Shyti > Reviewed-by: Chris Packham > Tested-by: Chris Packham > --- > Hi, > > this should be the only patch where I forgot an 'ms'. > It should be fixed now. > > Thanks, Chris. > > V4 -> v5 > - replace /ms/us/ in the commit subject and in the comment. > Please send entire new v5, because this messes with our threading/reviewing and our tools. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof