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 0357BC38A02 for ; Fri, 28 Oct 2022 11:43:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229940AbiJ1LnI (ORCPT ); Fri, 28 Oct 2022 07:43:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229671AbiJ1LnH (ORCPT ); Fri, 28 Oct 2022 07:43:07 -0400 Received: from mail-qv1-xf2b.google.com (mail-qv1-xf2b.google.com [IPv6:2607:f8b0:4864:20::f2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A2721D29BB for ; Fri, 28 Oct 2022 04:43:07 -0700 (PDT) Received: by mail-qv1-xf2b.google.com with SMTP id t16so3843633qvm.9 for ; Fri, 28 Oct 2022 04:43:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Pa4o10V2uYugUVoKqq6yjjDg+mNOr/BQAbRwWBsPRtM=; b=JX5M/+/2HWQ10e3W0WLl6CWzXoXlie2tjB4pKMvJdcii+roJFGtinwIaklhaF6DUKG OtSpXZg6xjI5Hpvsu3ORDq4Zetq4sDRcnd3G4GMJY0Y7YH1MCPx6YRwYrg4f6k4NejnF FJRWrWznSuAuIbRVkpImnS2kfGrAoLFtFeZonvM0hrOGVGQNcmb8+N2p+Uhfq9cP0VeC 23his/m8b4sUZUqewSRIGGC3/A0+ixueVylCLnWZvFQb4rvpKLC6J3OrC7okwU/IIfxY cE48yUVCtlF0HhCUeuiiN4YP87VEqgKai3EO3eU9Lw3YiaZH4/v+hrc8M8yHTVYxsRxT Xwwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references: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=Pa4o10V2uYugUVoKqq6yjjDg+mNOr/BQAbRwWBsPRtM=; b=ivI6IugSYKyFUOS1UH9QRN25CAFMnBiJGi4MGnfXtVklSJDGHZOQkyCi7N1/uGLAC1 FNqkFYZZ3O9oGMPmBAeV2fIrpQ8WMSuCwHDvNm0TFIxkQnppqxT71sieUihZGAAEg+Mo JDZnlRwgbLEFn+YTpRo2sHNv7iFCl9M2t+JTSmfR4pBZ95n1g+A5pxTY3MABND0ygUgv Md32KSShr6UDJTqxaiyn0M7TlohG9pksOfacqoZ0EdhtRUBQZIyexQk7im5Q754dL9Km glgrb8m/DMvOpF32MiA6EdGYRFhBrGO5tKXwwmCayHjv4YxihE9+5npyXQKMTe03TPT8 3VEg== X-Gm-Message-State: ACrzQf3LLhZEipwjLTikbL7Voyykwik9cKpC54rygA5TEgn9j4o4T0qf 6jeit8R5ql+v09FTdgvC3MFMpQ== X-Google-Smtp-Source: AMsMyM7bghuS9h/0jCAZoW8otuRB7+u3RvPRMdDpIVdgW6VfT6Pm7FaGmGBHKMiy1B/XHwmLyL6kHA== X-Received: by 2002:ad4:4ea2:0:b0:4b7:e8a3:e043 with SMTP id ed2-20020ad44ea2000000b004b7e8a3e043mr36526888qvb.34.1666957386382; Fri, 28 Oct 2022 04:43:06 -0700 (PDT) Received: from [192.168.1.11] ([64.57.193.93]) by smtp.gmail.com with ESMTPSA id q11-20020a05620a0d8b00b006ee9d734479sm2776093qkl.33.2022.10.28.04.43.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 28 Oct 2022 04:43:05 -0700 (PDT) Message-ID: <01a38c4c-b42a-c170-3c3d-0b7e087bfaa4@linaro.org> Date: Fri, 28 Oct 2022 07:43:04 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [PATCH v5 1/3] dt-bindings: clock: add loongson-2 clock include file Content-Language: en-US To: Yinbo Zhu , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Huacai Chen , WANG Xuerui , Jiaxun Yang , Jianmin Lv , Yang Li , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, loongarch@lists.linux.dev References: <20221028025504.13247-1-zhuyinbo@loongson.cn> From: Krzysztof Kozlowski In-Reply-To: <20221028025504.13247-1-zhuyinbo@loongson.cn> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 27/10/2022 22:55, Yinbo Zhu wrote: > This file defines all Loongson-2 SoC clock indexes, it should be > included in the device tree in which there's device using the > clocks. > > Signed-off-by: Yinbo Zhu > Acked-by: Krzysztof Kozlowski > --- > Change in v5: > 1. Replace loongson2/Loongson2 with loongson-2/Loongson-2. > 2. Replace soc with SoC. > Where is the rest of the changelog? Best regards, Krzysztof