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 84DE8C3DA78 for ; Tue, 17 Jan 2023 05:25:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235238AbjAQFZC (ORCPT ); Tue, 17 Jan 2023 00:25:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235192AbjAQFZB (ORCPT ); Tue, 17 Jan 2023 00:25:01 -0500 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FD37233D0; Mon, 16 Jan 2023 21:24:59 -0800 (PST) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30H5OpVd039873; Mon, 16 Jan 2023 23:24:51 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1673933091; bh=dRoXJ22D6sH8S08Jr/pNYt8hJkG7iS/XRH81afbc1VM=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=MCigl/XVG0X6r64OwW/nj400VU+MzKqNAXj8rYxe2NxGwvVZQGjv4pMPtomOT/0Ep sEVpH7FWJiOhw5J+zb3INoZGK/BJrYRC7eIUeXKjSkpjZ6rybZg9STjHM4I88lBJlw kkaCbQnULS2rrOtudCIhuWYU3bk/DRhMVRoZ25UI= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30H5OpXd090263 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 16 Jan 2023 23:24:51 -0600 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 16 Jan 2023 23:24:51 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Mon, 16 Jan 2023 23:24:51 -0600 Received: from [172.24.145.199] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30H5OkI1017008; Mon, 16 Jan 2023 23:24:47 -0600 Message-ID: Date: Tue, 17 Jan 2023 10:54:46 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v6 2/3] dt-bindings: remoteproc: ti: Add new compatible for AM62 SoC family Content-Language: en-US To: Krzysztof Kozlowski , , , , , , , , , CC: , , , , , References: <20230116151906.549384-1-devarsht@ti.com> <20230116151906.549384-3-devarsht@ti.com> <1a70a28b-b406-4d84-ced9-4d66bad94652@linaro.org> From: Devarsh Thakkar In-Reply-To: <1a70a28b-b406-4d84-ced9-4d66bad94652@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Krzysztof, On 17/01/23 00:36, Krzysztof Kozlowski wrote: > On 16/01/2023 16:19, Devarsh Thakkar wrote: >> AM62 family of devices don't have a R5F cluster, instead >> they have single core DM R5F. >> Add new compatible string ti,am62-r5fss to support this scenario. >> > > This is a friendly reminder during the review process. > > It looks like you received a tag and forgot to add it. > > If you do not know the process, here is a short explanation: > Please add Acked-by/Reviewed-by/Tested-by tags when posting new > versions. However, there's no need to repost patches *only* to add the > tags. The upstream maintainer will do that for acks received on the > version they apply. > > https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 > > If a tag was not added on purpose, please state why and what changed. I apologize if it was not clear but yes I didn't put the tag as patch was updated to use cluster-mode=3 for am62x as per review comments on https://lore.kernel.org/all/20230110183505.GA2741090@p14s/ I'll append a note below commit message on Reviewed-By removal when I post the next series. Regards Devarsh > > > Best regards, > Krzysztof >