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 79A9AC433EF for ; Tue, 22 Feb 2022 11:16:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231623AbiBVLRQ (ORCPT ); Tue, 22 Feb 2022 06:17:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231563AbiBVLRM (ORCPT ); Tue, 22 Feb 2022 06:17:12 -0500 Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62F19DC1; Tue, 22 Feb 2022 03:16:43 -0800 (PST) Received: by mail-ej1-f49.google.com with SMTP id vz16so41900955ejb.0; Tue, 22 Feb 2022 03:16:43 -0800 (PST) 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=WwDXAlkiy3+YlZK/3sn0Jy6CycbFWlmiZrjsW+HpUsE=; b=GJvsw9Vn8I5c7RuahXagSYQCfOVJ38rR7XujRR4+LBXtVcHUsWOsZdcPr1IBpWJVqh JAhYF+9Uq6+b0C/GS3pHERm+aBFl9cGwq8FKwU91sc7m0+BwLIQDU8uxvhNePGyBUVs0 Kex6Y4mvDYRLd3KLadV6nOa9VdrWj+etjvsL5spzkMqFEAd1UhbDZoKPbONK3rgsflqM Z95dlI2bofNisYlkWh4Hfniktr7Z4imHrMebHr5HjJoTVkYvOPdbbBePonNLAdeFgNZ7 rbQBXm6YTdBAnmlQQ9OsxvQ9To0YHerJI2em8AkpKU2TXKY0MPpkVg2gzbMtutr4QGak pHjw== X-Gm-Message-State: AOAM532abE3VEbgK8pf4AAG7c/xkcHQikQT61uS/VntaGTm9vYpsWbpA mvVe1GjmZna03RSObV7HWYPbHoEJsMw= X-Google-Smtp-Source: ABdhPJy+O2Bvms1qQ8FoJFM8l5trbpmkAnwzFf1GPjH7v/qnf56VjQD76Ifkj9LzBepspvc5GLJGMg== X-Received: by 2002:a17:907:205a:b0:6cf:ced7:4e73 with SMTP id pg26-20020a170907205a00b006cfced74e73mr19272931ejb.536.1645528602353; Tue, 22 Feb 2022 03:16:42 -0800 (PST) Received: from [192.168.0.123] (xdsl-188-155-181-108.adslplus.ch. [188.155.181.108]) by smtp.googlemail.com with ESMTPSA id n13sm5039203edw.20.2022.02.22.03.16.40 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 22 Feb 2022 03:16:41 -0800 (PST) Message-ID: Date: Tue, 22 Feb 2022 12:16:40 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [RFC PATCH 0/1] dt-bindings: arm: Add scmi_devid paramter for Content-Language: en-US To: Oleksii Moisieiev Cc: "robh+dt@kernel.org" , "devicetree@vger.kernel.org" , Sudeep Holla , Cristian Marussi , Stefano Stabellini , "linux-kernel@vger.kernel.org" References: <2546477f-4190-e838-3095-f47b31802445@kernel.org> <20220221213932.GA164964@EPUAKYIW015D> <7f17ab8f-429f-d2e0-8f5f-bfa2dd19cc49@kernel.org> <20220222085532.GA439897@EPUAKYIW015D> <20220222103022.GA496631@EPUAKYIW015D> From: Krzysztof Kozlowski In-Reply-To: <20220222103022.GA496631@EPUAKYIW015D> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/02/2022 11:30, Oleksii Moisieiev wrote: > Hi Krzysztof, > >>> >>> Also what do you think about maintainers: field? Is it correct? I'm not >>> sure if I used it correctly. >> >> >> I think you should add arm,scmi maintainer next to you. >> > > Should I update MAINTAINERS file as well? Yes, the bindings file should be added to the SCPI/SCMI entry. You can just add a wildcard * to cover all files. Best regards, Krzysztof