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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE6F8C433FE for ; Tue, 2 Nov 2021 13:21:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 98208610D2 for ; Tue, 2 Nov 2021 13:21:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231314AbhKBNXv (ORCPT ); Tue, 2 Nov 2021 09:23:51 -0400 Received: from mail-ot1-f50.google.com ([209.85.210.50]:44834 "EHLO mail-ot1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229712AbhKBNXu (ORCPT ); Tue, 2 Nov 2021 09:23:50 -0400 Received: by mail-ot1-f50.google.com with SMTP id o10-20020a9d718a000000b00554a0fe7ba0so24116084otj.11; Tue, 02 Nov 2021 06:21:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8DD3rCF6jBxu4k+OYCUU4GMceJRCBHyNxQokvIcdkO4=; b=lZC6dW+r0ykbpIFmBuVLXcuPRhyoKzOO7wIyiECOl1LCzz57KLM7iSo/BaMMVsZ0ol Q8Ne93DizisG0jzsRBufwzjKY/ib5viSPEvzRI9UNcEPDe01wovGpfWidWuTsqgcE0Sk 4ujRcoWI5SDUeHulqLufqYTBkC1qtUsUWL6p7DYHnfp09eo3EXvbKaGZIGxXKJW0XpNY Ft4XennP3oxUU0ex3m0lDCcmfBRMfHGsmIkQOoKVRi7lWpqia3s5jNb042v/GOaZAtOe M6tUnKp45WAJfls0qj2feTyvOQT4uMF/EdwC8dKYC9J3jIU17+ojbe8IGBTYtaIJUMIV Kqsw== X-Gm-Message-State: AOAM533Tef2eRhJr51otMSGJtXJDq2zbkLo7tdHc333cHXV6Bx6STHtN MczGTVZFhyCh6Uun9+/9dQ== X-Google-Smtp-Source: ABdhPJyHOy9mKMNd012qXkVOWSu+GYz663s1Yp7e611ut1ZGm5A+ouAXTHU3DSQKL0pFSujy0eXx+w== X-Received: by 2002:a05:6830:4033:: with SMTP id i19mr26131739ots.320.1635859275084; Tue, 02 Nov 2021 06:21:15 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 8sm5057177oix.29.2021.11.02.06.21.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Nov 2021 06:21:14 -0700 (PDT) Received: (nullmailer pid 2714011 invoked by uid 1000); Tue, 02 Nov 2021 13:21:13 -0000 Date: Tue, 2 Nov 2021 08:21:13 -0500 From: Rob Herring To: Etienne Carriere Cc: Sudeep Holla , Cristian Marussi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Vincent Guittot , Rob Herring Subject: Re: [PATCH v8 1/2] dt-bindings: arm: Add OP-TEE transport for SCMI Message-ID: References: <20211028140009.23331-1-etienne.carriere@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211028140009.23331-1-etienne.carriere@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Oct 2021 16:00:08 +0200, Etienne Carriere wrote: > Introduce compatible "linaro,scmi-optee" for SCMI transport channel > based on an OP-TEE service invocation. The compatible mandates a > channel ID defined with property "linaro,optee-channel-id". > > Cc: devicetree@vger.kernel.org > Cc: Rob Herring > Signed-off-by: Etienne Carriere > --- > Changes since v6: > - Remove maxItems from linaro,optee-channel-id description > > No change since v5 > > Changes since v4: > - Fix sram node name in DTS example: s/-shm-/-sram-/ > > Changes since v3: > - Add description for linaro,optee-channel-id in patternProperties > specifying protocol can optionaly define a dedicated channel id. > - Fix DTS example (duplicated phandles issue, subnodes ordering) > - Fix typo in DTS example and description comments. > > Changes since v2: > - Define mandatory property linaro,optee-channel-id > - Rebased on yaml description file > > Changes since v1: > - Removed modification regarding mboxes property description. > --- > .../bindings/firmware/arm,scmi.yaml | 65 +++++++++++++++++++ > 1 file changed, 65 insertions(+) > Reviewed-by: Rob Herring 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E2A5C433F5 for ; Tue, 2 Nov 2021 13:22:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D6394610A8 for ; Tue, 2 Nov 2021 13:22:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D6394610A8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ghvpyZ6b3xJbDyA6OU41lgu0Q9LYy9hIDhUzPHxZPEg=; b=yQaDeXjliScNYQ fUTPH4Q+DpvO4rA+Ra9vr3Ze287CU0zmr989Gbd5Mu41opM98ZjaIt2PV1b3Eq45trR5aGfi8FiM3 GNt9lujAtycANIhOeN53Eal1Vl880l3lOQiFsXon/iqqZlA11w7nkDtUoPgzz3o8kRP0cJD5uzpI+ K9x5XqPXtmYLoV7Px6NUlC8Eij14EXPBJCHCbiEHM40nJF59l9sp6FYTi+wpD1Mip2Jf+6KHWQV3r KfqsgFVxmkIiMgm0PlYhazL7oCylj8+3YZ6sFakUS2jGgR9x2nU+m5zjaWOdgXA6w06FsZR+NdKTF nFKPV5BIbQn0etGUfNug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mhtj6-001n2o-HA; Tue, 02 Nov 2021 13:21:20 +0000 Received: from mail-ot1-f49.google.com ([209.85.210.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mhtj2-001n1F-F9 for linux-arm-kernel@lists.infradead.org; Tue, 02 Nov 2021 13:21:18 +0000 Received: by mail-ot1-f49.google.com with SMTP id o10-20020a9d718a000000b00554a0fe7ba0so24116088otj.11 for ; Tue, 02 Nov 2021 06:21:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8DD3rCF6jBxu4k+OYCUU4GMceJRCBHyNxQokvIcdkO4=; b=JAweIGPUFGYIVEFG6r1S+eBkxgTlLnlmufwdiUUHzo+RRXJjO88PC0HE9z/+uxnLR2 9YV46dp0TWJp9PAdPMuZK3D27Gm9MGutvyiDfpaGy48frVGeKv99VB4Dw21wpoy0suZo ItWGuw37AokbYyUl3r2n+y64XoGYSm6Bh3bGa1mk5y1fcNGd/Z6G3JjGPZCJo8t7yztX ytT7GHMRDjfqZ8jkcDjiqVPdQEo/S1Pa1hoLTXIxrFHW7c+auj5cNkc62hozPBGDoG8t ukRwBbqTNTd8F2szevOqztXzL7v3SGkWjqCH4F2E3u8PQ7/VqCsJkBi3I5eEzSjogdDr tTYg== X-Gm-Message-State: AOAM533+L7ClrcHfRnPJ5fwsr3pUZIM6Mvzt7MeeSi5KlYtxMM5kdrA9 ItRnK4uPOywte9n7exaYvg== X-Google-Smtp-Source: ABdhPJyHOy9mKMNd012qXkVOWSu+GYz663s1Yp7e611ut1ZGm5A+ouAXTHU3DSQKL0pFSujy0eXx+w== X-Received: by 2002:a05:6830:4033:: with SMTP id i19mr26131739ots.320.1635859275084; Tue, 02 Nov 2021 06:21:15 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 8sm5057177oix.29.2021.11.02.06.21.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Nov 2021 06:21:14 -0700 (PDT) Received: (nullmailer pid 2714011 invoked by uid 1000); Tue, 02 Nov 2021 13:21:13 -0000 Date: Tue, 2 Nov 2021 08:21:13 -0500 From: Rob Herring To: Etienne Carriere Cc: Sudeep Holla , Cristian Marussi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Vincent Guittot , Rob Herring Subject: Re: [PATCH v8 1/2] dt-bindings: arm: Add OP-TEE transport for SCMI Message-ID: References: <20211028140009.23331-1-etienne.carriere@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211028140009.23331-1-etienne.carriere@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211102_062116_542780_F493017B X-CRM114-Status: GOOD ( 13.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 28 Oct 2021 16:00:08 +0200, Etienne Carriere wrote: > Introduce compatible "linaro,scmi-optee" for SCMI transport channel > based on an OP-TEE service invocation. The compatible mandates a > channel ID defined with property "linaro,optee-channel-id". > > Cc: devicetree@vger.kernel.org > Cc: Rob Herring > Signed-off-by: Etienne Carriere > --- > Changes since v6: > - Remove maxItems from linaro,optee-channel-id description > > No change since v5 > > Changes since v4: > - Fix sram node name in DTS example: s/-shm-/-sram-/ > > Changes since v3: > - Add description for linaro,optee-channel-id in patternProperties > specifying protocol can optionaly define a dedicated channel id. > - Fix DTS example (duplicated phandles issue, subnodes ordering) > - Fix typo in DTS example and description comments. > > Changes since v2: > - Define mandatory property linaro,optee-channel-id > - Rebased on yaml description file > > Changes since v1: > - Removed modification regarding mboxes property description. > --- > .../bindings/firmware/arm,scmi.yaml | 65 +++++++++++++++++++ > 1 file changed, 65 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel