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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 50655C433EF for ; Fri, 11 Feb 2022 16:42:30 +0000 (UTC) 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=DTr8Zh5PRgeBhGtUk0XD9oGJQjYzUtOJsmDSpGxcGHs=; b=jYLKRy3oz2fhcC DZ/yuFHuWURdb+slG14HmbeixUwk5eLE0JN5Aa8X4u9I7OrLQ50+o6k6qU6Ftx1EB/eSiqIOjZaJW iNNjr3yFaJSAf3LVVp/Svr54Scq6pzrVduxUBvPSCJHSNNrnaa/A1iPo86TPv00kILyHO0uKF5YAN vT1NdNf7D47LsmpN46MXGkcgf800DKUOhEgK6KYNcFCpgcC6xFs4OJMYKspM/O086jR1xvQ/Yw2uG 6vEB00vVj0krZ1BP985ywqltKOjnhitzeyictLU4gh669yBEgflUPvhKbfkNGwCR3kECF0fZ8kRii 4YF7qU6AGTSdsNgy62og==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIYz6-0084GS-QL; Fri, 11 Feb 2022 16:41:24 +0000 Received: from mail-qt1-f175.google.com ([209.85.160.175]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIYz3-0084FZ-E8 for linux-arm-kernel@lists.infradead.org; Fri, 11 Feb 2022 16:41:22 +0000 Received: by mail-qt1-f175.google.com with SMTP id r14so9523215qtt.5 for ; Fri, 11 Feb 2022 08:41:20 -0800 (PST) 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=mwUYCx5TcJdlJ6u+bUNAAw+WUFVcvK/qP69H5nXaJf0=; b=ML35fFG/jEHBDo4ru4nzQw7OQJjIUCWyFrUXTYfcmd53NMI+Rr21CAgqbpv9Thx9xL /MLNOHcCq0ldKKUo9nUg/nYTwugeMKr9fN4Ty3GkiOHcIaPbPpz5zZyR13tI0LACjjWA CUu2r6IRDJvKqmoqXrFiEeXkL70IOw6+FeX9fmR9B+XlDmOsLY8MiBtd640x7ppt4H4M DUKdC3y+nzjNw9jZFWi7o5vSpAjc3xTuIqgQwShLtWh906GJWZz02/hwHZmlyszrfgH/ WtlH9Bcj7jqA03J3T0ZAp/07LcWNEjgv/rSvZ2JZ5pZv6MHPTmMV/NqiJH1lbG7XUjGh QSSw== X-Gm-Message-State: AOAM532RutTIlvizB3Y/qhQk5Yp1GiYVm/gLjtTCSgyJbcKB/xUTo/oj PmrP5Y1uHb26ybC4S4Ckww== X-Google-Smtp-Source: ABdhPJzMDtBp3bSECgsIe08Kqg1EVnDZCpnXeJ8baGM285Py26dZskYnbAjL+TOmk5y1D1ecClwwLg== X-Received: by 2002:ac8:59c4:: with SMTP id f4mr1707878qtf.184.1644597679795; Fri, 11 Feb 2022 08:41:19 -0800 (PST) Received: from robh.at.kernel.org ([2607:fb90:5fee:dfce:b6df:c3e1:b1e5:d6d8]) by smtp.gmail.com with ESMTPSA id b10sm12980609qtb.34.2022.02.11.08.41.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 08:41:19 -0800 (PST) Received: (nullmailer pid 491234 invoked by uid 1000); Fri, 11 Feb 2022 16:41:16 -0000 Date: Fri, 11 Feb 2022 10:41:16 -0600 From: Rob Herring To: Vignesh Raghavendra Cc: devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tero Kristo , Santosh Shilimkar , Nishanth Menon , Rob Herring Subject: Re: [PATCH 3/5] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62 Message-ID: References: <20220208131827.1430086-1-vigneshr@ti.com> <20220208131827.1430086-4-vigneshr@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220208131827.1430086-4-vigneshr@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220211_084121_496616_4F3A2D93 X-CRM114-Status: GOOD ( 15.79 ) 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 Tue, 08 Feb 2022 18:48:25 +0530, Vignesh Raghavendra wrote: > From: Suman Anna > > Add pinctrl macros for AM62x SoCs. These macro definitions are similar > to that of previous platforms, but adding new definitions to avoid any > naming confusions in the SoC dts files. > > checkpatch insists the following error exists: > ERROR: Macros with complex values should be enclosed in parentheses > > However, we do not need parentheses enclosing the values for this > macro as we do intend it to generate two separate values as has been > done for other similar platforms. > > Signed-off-by: Suman Anna > Signed-off-by: Vignesh Raghavendra > --- > include/dt-bindings/pinctrl/k3.h | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 3DDEFC433F5 for ; Fri, 11 Feb 2022 16:41:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347115AbiBKQlW (ORCPT ); Fri, 11 Feb 2022 11:41:22 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:43916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231896AbiBKQlV (ORCPT ); Fri, 11 Feb 2022 11:41:21 -0500 Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E1D9102; Fri, 11 Feb 2022 08:41:20 -0800 (PST) Received: by mail-qt1-f177.google.com with SMTP id k25so9546782qtp.4; Fri, 11 Feb 2022 08:41:20 -0800 (PST) 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=mwUYCx5TcJdlJ6u+bUNAAw+WUFVcvK/qP69H5nXaJf0=; b=wvRKLNczrXrI4R8GoxH9x/B6mPA5VW5TSbWqahJzBQnak4VDuWkX38ME7/vYK2WSnp /RUIvh47B+andXJmzvklHhfcPksYMxQl2Me6mutv4EayYoLlwg/p/I+PC/hyLqoJ+3F7 Uoh1qljwRA7x1VobE6JaweD3I2Y9AFeD5sFaLCMBEiJ5rwFYrcKthxj29XvbxkWBl8SZ Tbxe1pRqz3qqs9X7MyJ0HYEgiJYjad1F3VKnmYEBUplCy+yOWMjYP9WE9LJ9GZEJ6W1g 9GEm9WrKGaeO15trT4lt0ffuLUHNtFJM17ULT4WkaeoKGZ6MOM71jyn1ApNDAL0aR9wV iHhQ== X-Gm-Message-State: AOAM531X/fEXQeQOyJ2GorDHhRJfcl1wBM9wNNnqAVEYtnwiP6bJTBmA cB/3i0iD0q/vLD70OalsqIdbWG6v6g== X-Google-Smtp-Source: ABdhPJzMDtBp3bSECgsIe08Kqg1EVnDZCpnXeJ8baGM285Py26dZskYnbAjL+TOmk5y1D1ecClwwLg== X-Received: by 2002:ac8:59c4:: with SMTP id f4mr1707878qtf.184.1644597679795; Fri, 11 Feb 2022 08:41:19 -0800 (PST) Received: from robh.at.kernel.org ([2607:fb90:5fee:dfce:b6df:c3e1:b1e5:d6d8]) by smtp.gmail.com with ESMTPSA id b10sm12980609qtb.34.2022.02.11.08.41.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 08:41:19 -0800 (PST) Received: (nullmailer pid 491234 invoked by uid 1000); Fri, 11 Feb 2022 16:41:16 -0000 Date: Fri, 11 Feb 2022 10:41:16 -0600 From: Rob Herring To: Vignesh Raghavendra Cc: devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tero Kristo , Santosh Shilimkar , Nishanth Menon , Rob Herring Subject: Re: [PATCH 3/5] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62 Message-ID: References: <20220208131827.1430086-1-vigneshr@ti.com> <20220208131827.1430086-4-vigneshr@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220208131827.1430086-4-vigneshr@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 08 Feb 2022 18:48:25 +0530, Vignesh Raghavendra wrote: > From: Suman Anna > > Add pinctrl macros for AM62x SoCs. These macro definitions are similar > to that of previous platforms, but adding new definitions to avoid any > naming confusions in the SoC dts files. > > checkpatch insists the following error exists: > ERROR: Macros with complex values should be enclosed in parentheses > > However, we do not need parentheses enclosing the values for this > macro as we do intend it to generate two separate values as has been > done for other similar platforms. > > Signed-off-by: Suman Anna > Signed-off-by: Vignesh Raghavendra > --- > include/dt-bindings/pinctrl/k3.h | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring