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 0F89CC433EF for ; Thu, 7 Apr 2022 07:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242410AbiDGH6d (ORCPT ); Thu, 7 Apr 2022 03:58:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242605AbiDGH6P (ORCPT ); Thu, 7 Apr 2022 03:58:15 -0400 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81F658FE7E for ; Thu, 7 Apr 2022 00:56:15 -0700 (PDT) Received: by mail-ej1-x62d.google.com with SMTP id dr20so9057492ejc.6 for ; Thu, 07 Apr 2022 00:56:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=6WVPzKa/oVSlY6ElApmVDHPgbstzzKBIJ8ZBSGYPUNI=; b=Bj8U5eCDAIDu0L5hyu3KEs6U6RpCe1XAprdw8cbYuwKLMScU8eUlTzgA/QkrR28zzs BSoZwd5cDihHE8xqLqS5+3fKf2ZToq2sT8fywPitz4yVNC1ZexjA4Kvp84C5s0sxCKcz 6AQ4XVMjBX1qdrfAVVSq+IV19Gqyzf0RgEdoUnaWylNOIwEJQ2HwWNa22u9sG2E2f7Rn ofTGgB9m9GSl2IvlW+4htIveFVtfb1nvSzwfzn8W+t8EaO+G0xf0Vsi36EejXf36F/Lj picDldHzISN5NBnrqIBB1Rct70iUZj709NEB/ONHDD6id0DuoXQyvy630AUWtqQJzujU BBMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=6WVPzKa/oVSlY6ElApmVDHPgbstzzKBIJ8ZBSGYPUNI=; b=sXWCa9BzZ+Wn7bUpzLfSJ+SKonUDPnJ9iR5yAisbjtSU4B6VzfTUuF29GfMzqNjb3r 60GsIdJG8kzq/7nRrqvRm0QYoN40GQrz1WOfEPOtDR4tnSDL8K6Kje28EQ+NsLwW7Nrh cvLaiVmUWiRq3ieGUzz5YcBl7cHWFLnutyo2xiNnII+9Fld2147LOz4A8h7ldIgwKSJf yxMA4LxHpRsFKemAvUADyUVb9iZbIAJ8u5j0R42cZoeUzLJgKAIJj16Py+CTDoZXZCis VKVmZKkwDTcjoHUhggDyRBvmE1b0IWiQ6hknX2fSTs2qz9Gc4lyLlQFG3LoQUGSn+1Kt cNVg== X-Gm-Message-State: AOAM530SkTcvXgoz1Bs5UhRPzQtQ3mIN8xzXg2ma9t1TUzRrCrQFyzwi jCFOYD5lERvtvVqtxPRmg9+t8A== X-Google-Smtp-Source: ABdhPJyfkGckurrNepv72gk9ruBCms6U9TvOyrtxxR81N7ay+ksnAyIXhy330FBRomO7hIbsVQMN6A== X-Received: by 2002:a17:906:f85:b0:6d6:e97b:d276 with SMTP id q5-20020a1709060f8500b006d6e97bd276mr11809288ejj.431.1649318174105; Thu, 07 Apr 2022 00:56:14 -0700 (PDT) Received: from [192.168.0.185] (xdsl-188-155-201-27.adslplus.ch. [188.155.201.27]) by smtp.gmail.com with ESMTPSA id qk30-20020a1709077f9e00b006dfae33d969sm7409359ejc.216.2022.04.07.00.56.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 07 Apr 2022 00:56:13 -0700 (PDT) Message-ID: <04b5c481-8801-7d56-54ad-beb10bba07d2@linaro.org> Date: Thu, 7 Apr 2022 09:56:12 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH 1/4] dt-bindings: timer: Add am6 compatible for ti-timer Content-Language: en-US To: Tony Lindgren , Daniel Lezcano , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Keerthy , Krzysztof Kozlowski , Nishanth Menon , Rob Herring , Vignesh Raghavendra References: <20220407071006.37031-1-tony@atomide.com> From: Krzysztof Kozlowski In-Reply-To: <20220407071006.37031-1-tony@atomide.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 07/04/2022 09:10, Tony Lindgren wrote: > Document the dual-mode timers available on am6. > > Cc: devicetree@vger.kernel.org > Cc: Keerthy > Cc: Krzysztof Kozlowski > Cc: Nishanth Menon > Cc: Rob Herring > Cc: Vignesh Raghavendra > Signed-off-by: Tony Lindgren > --- > Documentation/devicetree/bindings/timer/ti,timer.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Krzysztof Kozlowski Best regards, Krzysztof