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 990C0C74A5B for ; Fri, 17 Mar 2023 09:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230356AbjCQJ0b (ORCPT ); Fri, 17 Mar 2023 05:26:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231343AbjCQJ02 (ORCPT ); Fri, 17 Mar 2023 05:26:28 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D311811159 for ; Fri, 17 Mar 2023 02:26:24 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id er8so6123144edb.0 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=irDCK3GyS8cgyrkP4/5RwDQhcLkUdwJJDLuGXEqGbHKqgZ6yj8XESa8BrzD4Q15/Ig I9W0sEi1SiQT/1WugLV7JXj0KP8GKy/3/4yuK2a2Xq5xd/3bBd/Bgmnxmu3YKFTKEA4j dwtAeebDSKk7xsygSmzLafM5b4asw0te2q4J/lvpbpLY+NylST00JsA7hbUBengmkYPo 31Ra8g06O/ENUepj0RPWTp8eTYWAh3KZ3jHzChuhXUlXGmBrSHoYkZ892CHft8lAqWts JAA/vqaPdGCNggxPUvc9ktlpMc8N/Hvs1+bqZkf6rqTIP/Zl9UtyROBsqhsmlekaPF31 Lxxg== X-Gm-Message-State: AO0yUKW5+yS1/1WdJZno9BIa8E1+yv9srLSttqkHM+F8GpgAem55cVZZ zD0/HhG0HzQ30I1buu5Wn+NOTg== 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: linux-i2c@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