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 1261CC433F5 for ; Thu, 5 May 2022 11:38:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357804AbiEELls (ORCPT ); Thu, 5 May 2022 07:41:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350382AbiEELlr (ORCPT ); Thu, 5 May 2022 07:41:47 -0400 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C334535849; Thu, 5 May 2022 04:38:07 -0700 (PDT) Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 2458OXkn015790; Thu, 5 May 2022 13:37:54 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=nah7mSDbtSwqT6AwNkM/s3+n1ALTH54pR+JyiLo0OUA=; b=jW6cEH7ZRj/XQEGpAAz73I8QIYZM9G9joxCDuohfazgHejixWyuRIUuZgn47sylctAkV 7kmgCflxJWiiVWw8n3C1rTp2LU3VOzlim7pci54gfZ8EOcqDWAM75P2ySWmxcXSMXkZV p1BZQPlHFIGOrVrN0Idc1RynTfjSDp4Nq7JcPdwanmiXDJltCc2XY7wZ8O6qLh6CuDV8 g4ZxBuNS9PSaC7oNFJNIOnvZ7k8aXTrwktIGp/zXbN29dRizirEFxaJjbaNrHgjMuwZS u6jkeH6HxaFO7Ticfsc2wG04W3ILXceTCivxcED9whTCujVNSdWQyUO7lmibfm/iSKL7 1Q== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3frvf0sswk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 05 May 2022 13:37:54 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D6A4F100034; Thu, 5 May 2022 13:37:39 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id CFF1D21A23F; Thu, 5 May 2022 13:37:39 +0200 (CEST) Received: from [10.211.10.105] (10.75.127.48) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 5 May 2022 13:37:39 +0200 Message-ID: <44356f74-5ab9-5cb9-ae76-6495803d845e@foss.st.com> Date: Thu, 5 May 2022 13:37:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH] dt-bindings: remoteproc: Fix phandle-array parameters description Content-Language: en-US To: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Bjorn Andersson , Mathieu Poirier , Alexandre Torgue CC: , , , , References: <20220504094143.1272200-1-arnaud.pouliquen@foss.st.com> From: Arnaud POULIQUEN In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SFHDAG2NODE2.st.com (10.75.127.5) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-05-05_04,2022-05-05_01,2022-02-23_01 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 5/5/22 11:10, Krzysztof Kozlowski wrote: > On 04/05/2022 11:41, Arnaud Pouliquen wrote: >> Replace the FIXME by appropriate description. >> >> Fixes: 39bd2b6a3783 ("dt-bindings: Improve phandle-array schemas") >> Signed-off-by: Arnaud Pouliquen >> --- >> .../bindings/remoteproc/st,stm32-rproc.yaml | 16 ++++++++-------- > > Please add "st,stm32-rproc" as last prefix in the subject. With that: > > Acked-by: Krzysztof Kozlowski > Done in a V2, Thanks Arnaud > > Best regards, > Krzysztof