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 1FC36ECAAD1 for ; Wed, 31 Aug 2022 13:37:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230451AbiHaNhs (ORCPT ); Wed, 31 Aug 2022 09:37:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230194AbiHaNhh (ORCPT ); Wed, 31 Aug 2022 09:37:37 -0400 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 703B0A6C00 for ; Wed, 31 Aug 2022 06:37:35 -0700 (PDT) Received: by mail-ej1-x62d.google.com with SMTP id lx1so28377866ejb.12 for ; Wed, 31 Aug 2022 06:37:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=dhKWzXlcJrkucw4E9XlBh2sQw8VM81WRBA3yVsWxLAs=; b=bC17zqAcmasnjOJACvtPcIEI2TSiftb9S3WX+p/LPClI2nhjzIFqZsEce7mlgssuSr ThKTCts2QFnzvH7u/+ztkcplrewQgGM7xIaQBJhTkHsu0delmVMcJKJ4h4swEmXGkZUz wxuNRX8jeF1GnRre5xz8qPa7BuwwYDKG0v2LQXpjmCBAzuaspd9PVuDEbcOHzYlK/ox3 QOstzdiVJkBfkbtzgt5++9vdQ2+L+eognp6lIAB9b2uBE8q8aAcUmqA6Q+4JaDLtDevN XmYIV3LKMyt36/Fnj2tKDWCzhO+OepKr8dPnVASjMFbwjs3EhimLRRoKvDFLBOd0g6Oh 0SyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=dhKWzXlcJrkucw4E9XlBh2sQw8VM81WRBA3yVsWxLAs=; b=KgCO7PYRF1/oI72Py94EEYi3/CoCFDdhqMEoqYX4ddcVjUi7ATySioOQdQIUUJHOBE IOz3R1nNk+fsJ1lMcnwYd9evoeyGVWaSyO7WdhdY/XUqNsUDV73LxHhCX75qV2ZyEUN/ 5t/gU8rW4fsO7OIPeYGFQgnEl/1XZ7Q19wwZmRvx9HXWmlmGwVRhhwLhEyGEmHInO4nN PYxCp3RBOw1c2Ir0GGR0lcFErg4bvzpogcCHGD0+UhtumYLy78dcikAFm5fnMWkco32k IYPF/quV/eLY6WGd6EihqWxe0bcMOcY5pP7RjqTWzXC7xoYy/ysbFqO2/tPbU4zLn22D hivQ== X-Gm-Message-State: ACgBeo1JzPVuKvOXJKKG6JLyhfOR+ODt/3Hia7rY8NbfrQSN/dLJp4hf RJMFNiir6T3oF4i1tWBOW6yOiwULoN/FzY0lg2ZJ3Q== X-Google-Smtp-Source: AA6agR4yjiaueChqK13MiVSlIUaNIc8Rq7ecgJ8lP3gaHv+r5NtCEmup6ST0xMg8LZZEi3eSboTaS611sTB1kFmyftE= X-Received: by 2002:a17:907:1c89:b0:741:4453:75be with SMTP id nb9-20020a1709071c8900b00741445375bemr14455843ejc.208.1661953053499; Wed, 31 Aug 2022 06:37:33 -0700 (PDT) MIME-Version: 1.0 References: <20220829082200.241653-1-vigneshr@ti.com> <20220829082200.241653-3-vigneshr@ti.com> In-Reply-To: <20220829082200.241653-3-vigneshr@ti.com> From: Linus Walleij Date: Wed, 31 Aug 2022 15:37:22 +0200 Message-ID: Subject: Re: [PATCH 2/4] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62A To: Vignesh Raghavendra Cc: Nishanth Menon , Tero Kristo , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Bryan Brattlof Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, Aug 29, 2022 at 10:22 AM Vignesh Raghavendra wrote: > Add pinctrl macros for AM62AX 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: Vignesh Raghavendra Acked-by: Linus Walleij I suppose you will merge this through the ARM SoC tree. Yours, Linus Walleij 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 B9A28ECAAD4 for ; Wed, 31 Aug 2022 13:38:40 +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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Q7ZxDObKcaDezvfWCVoDVtP4Tlduc4jCMqbT2yHecmw=; b=Kkx1sAfrqZ6cw/ R5LzLOyEoEyvMRFtafTvvigsaSyIh1tRmBvEeymI/KNsgGP4DT3cH+mngOopVhXOZdoM/Gwo/Ksc6 eCyuww+TwKZU7n9QpVf3o4r695U5xE0J5+up8XxOFWB9rcB+HGCS5gY7IRKxtNnMmhJBVPL68tJhP ofGGiwaBe6W4/BOpJC4mWNPrEUCXzLuphgiCqbPcoXKBF+CqhCplW1ZSeehoMvsaiBubMF6GoMNrp ttJK5i7PpZ8pHSuXW+FRlmlBvqvbCl1smBG8NPKNIeE3TUVR/pw5dx15R69WZPUpkhRFXa8nCVsE7 d179MSs1XcR/A4seLdsQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTNuW-006QGO-A1; Wed, 31 Aug 2022 13:37:40 +0000 Received: from mail-ej1-x632.google.com ([2a00:1450:4864:20::632]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTNuT-006QEp-Bs for linux-arm-kernel@lists.infradead.org; Wed, 31 Aug 2022 13:37:38 +0000 Received: by mail-ej1-x632.google.com with SMTP id kk26so28385003ejc.11 for ; Wed, 31 Aug 2022 06:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=dhKWzXlcJrkucw4E9XlBh2sQw8VM81WRBA3yVsWxLAs=; b=bC17zqAcmasnjOJACvtPcIEI2TSiftb9S3WX+p/LPClI2nhjzIFqZsEce7mlgssuSr ThKTCts2QFnzvH7u/+ztkcplrewQgGM7xIaQBJhTkHsu0delmVMcJKJ4h4swEmXGkZUz wxuNRX8jeF1GnRre5xz8qPa7BuwwYDKG0v2LQXpjmCBAzuaspd9PVuDEbcOHzYlK/ox3 QOstzdiVJkBfkbtzgt5++9vdQ2+L+eognp6lIAB9b2uBE8q8aAcUmqA6Q+4JaDLtDevN XmYIV3LKMyt36/Fnj2tKDWCzhO+OepKr8dPnVASjMFbwjs3EhimLRRoKvDFLBOd0g6Oh 0SyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=dhKWzXlcJrkucw4E9XlBh2sQw8VM81WRBA3yVsWxLAs=; b=lba73A9BqUQIJaAsi+jISSHjBqA4HMFgIEJPVgDswlHqFD5fgQTgfjqOHB7MsWSEr/ kuZDLJj4wHK6tpYM1nWxM0f0XjJL1AIfhGH8b+eNV7FLHC4THqjwbW3bMhbloA/ad6MQ aYwNtLbrDjcOzzhP/z8v30kJSAijBe77QG3lVSQKI4RSPliSHJqbi2NEd5vIm+/bv0m6 GLTVvAH9SsLtOC8sfUqAwVONJIE8H1Tut3qTymjRutYiDa9E5qerbcLpYjRCWAjKlRAI 0pagDAwP1SEsJG9R3kyQsGD9W93rQ81Zfq6SxwKn77Tg9kPe7WJOwTci2dzGNBSydeZX MPqg== X-Gm-Message-State: ACgBeo0iM2ks34z5nJTFhKr3zIGYkW3YcxhjV8lIFvoAawlAAZh3WJd9 CNOrAab95+pXjc+o9kn5znGd+IwZ4x+pAcmTpxbzTw== X-Google-Smtp-Source: AA6agR4yjiaueChqK13MiVSlIUaNIc8Rq7ecgJ8lP3gaHv+r5NtCEmup6ST0xMg8LZZEi3eSboTaS611sTB1kFmyftE= X-Received: by 2002:a17:907:1c89:b0:741:4453:75be with SMTP id nb9-20020a1709071c8900b00741445375bemr14455843ejc.208.1661953053499; Wed, 31 Aug 2022 06:37:33 -0700 (PDT) MIME-Version: 1.0 References: <20220829082200.241653-1-vigneshr@ti.com> <20220829082200.241653-3-vigneshr@ti.com> In-Reply-To: <20220829082200.241653-3-vigneshr@ti.com> From: Linus Walleij Date: Wed, 31 Aug 2022 15:37:22 +0200 Message-ID: Subject: Re: [PATCH 2/4] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62A To: Vignesh Raghavendra Cc: Nishanth Menon , Tero Kristo , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Bryan Brattlof X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220831_063737_428565_DADFC39F X-CRM114-Status: GOOD ( 13.78 ) 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 Mon, Aug 29, 2022 at 10:22 AM Vignesh Raghavendra wrote: > Add pinctrl macros for AM62AX 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: Vignesh Raghavendra Acked-by: Linus Walleij I suppose you will merge this through the ARM SoC tree. Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel