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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DF02C43332 for ; Fri, 12 Mar 2021 14:24:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5228F64FDD for ; Fri, 12 Mar 2021 14:24:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232148AbhCLOXz (ORCPT ); Fri, 12 Mar 2021 09:23:55 -0500 Received: from mail-io1-f47.google.com ([209.85.166.47]:42167 "EHLO mail-io1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232203AbhCLOXi (ORCPT ); Fri, 12 Mar 2021 09:23:38 -0500 Received: by mail-io1-f47.google.com with SMTP id u20so25872097iot.9; Fri, 12 Mar 2021 06:23:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=ZmH44YRtFRRzhiVu0fvhNooqcCOgV0svXvgD6Zd8yJQ=; b=Jt0XwX5GiCKf9mqov1EVjxLMgpsiogwseSq8DxFS6B8LU/bI1/4tBGq7v98D5/vwNR sdD+ArcM6tmIis4qfYnlHDrcWAnwta2iJkNR9KW8P6EZ2l5wbIppzRwhpGRjcnS+KT30 w23C7CvSq2Bh/f/sbYOfSUQ6/cdhzGf9baMuLG2uhOX9sTelgUYUCn+I0j1/Oz2PwyAv Q9KyBHAP2gEmpc0tCAsmKvau2jFJZ+bZUY/KycOtphIFqyAYmSHdjkg1SQSFa61Kda4M +Wp/gGVIiUQ+ZISKXSep3HZlq5x/W5QYg0qHWKYuOyNxF2GpmXh8oP2Um7d5CyR2PYHb l13g== X-Gm-Message-State: AOAM5325akPwvVoEk51F59hDO+/SvFWDk/ZLeiT+5k5WYmQ7GWRqQRuu kztdVkHqIkMqEsx7d48FJQ== X-Google-Smtp-Source: ABdhPJxRPIqMZxLRKnf4tIhDsaPK5p8Vi8pbfKdHHTZJ/vkkYGFNLMknnLWvg6u3ZnTdR5rwFwJHHg== X-Received: by 2002:a5d:8050:: with SMTP id b16mr10004247ior.201.1615559018073; Fri, 12 Mar 2021 06:23:38 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id w13sm2973938ilg.48.2021.03.12.06.23.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Mar 2021 06:23:37 -0800 (PST) Received: (nullmailer pid 2976053 invoked by uid 1000); Fri, 12 Mar 2021 14:23:29 -0000 From: Rob Herring To: Martin Devera Cc: linux-kernel@vger.kernel.org, Jiri Slaby , Rob Herring , Alexandre Torgue , Le Ray , linux-stm32@st-md-mailman.stormreply.com, fabrice.gasnier@foss.st.com, linux-arm-kernel@lists.infradead.org, Maxime Coquelin , Greg Kroah-Hartman , devicetree@vger.kernel.org, linux-serial@vger.kernel.org In-Reply-To: <20210312102713.27776-1-devik@eaxlabs.cz> References: <20210312102713.27776-1-devik@eaxlabs.cz> Subject: Re: [PATCH v6 1/2] dt-bindings: serial: Add rx-tx-swap to stm32-usart Date: Fri, 12 Mar 2021 07:23:29 -0700 Message-Id: <1615559009.788146.2976052.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 Mar 2021 11:27:12 +0100, Martin Devera wrote: > Add new rx-tx-swap property to allow for RX & TX pin swapping. > > Signed-off-by: Martin Devera > Acked-by: Fabrice Gasnier > --- > v6: > - add version changelog > v5: > - yaml fixes based on Rob Herring comments > - add serial.yaml reference > - move compatible from 'then' to 'if' > v3: > - don't allow rx-tx-swap for st,stm32-uart (suggested > by Fabrice Gasnier) > v2: > - change st,swap to rx-tx-swap (suggested by Rob Herring) > --- > .../devicetree/bindings/serial/st,stm32-uart.yaml | 29 ++++++++++++++-------- > 1 file changed, 19 insertions(+), 10 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/serial/st,stm32-uart.yaml:81:12: [warning] wrong indentation: expected 10 but found 11 (indentation) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1451861 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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 X-Spam-Level: X-Spam-Status: No, score=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9611BC433E0 for ; Fri, 12 Mar 2021 14:25:52 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 DB5C964FB2 for ; Fri, 12 Mar 2021 14:25:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DB5C964FB2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=1+VXXgp3XJAuTKakBb7w6LtlaodClu5ruMtGwxpwlg4=; b=BxHIPj0ztIqf5n5RpMJiLpvY0F ZgWV9Yt9PYuo+r5cB0qolTHTNf2A99Csya8O1CsOvgYnouDLtwffQlIs8xKCHt0lk39/+vCmGQ19N y6iJEvJuJUCTSmHztj/0YP/MxjxI4P46n4UUxS2zneSYqlUGlqn3sYLfmO3cU/qdwiXUC6NhqSSuY hW5GOU0+fV2PoVAMkpciqBHGE97i/C5CovCLfdjaO+sLh0QEaiSS33LlQeQWIYTyJyOnJvrZxgSCt u3mI544sRCLE87GS1vdL+7LA22/UAdDzAmpP6oP63hqezMMnsEW/Ttex9hB5TVxWPruZ7XxExIeRH 5rmWE3JQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lKii9-00BdEB-Ak; Fri, 12 Mar 2021 14:24:18 +0000 Received: from mail-io1-f54.google.com ([209.85.166.54]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lKihX-00BcxR-7B for linux-arm-kernel@lists.infradead.org; Fri, 12 Mar 2021 14:23:44 +0000 Received: by mail-io1-f54.google.com with SMTP id g27so25907730iox.2 for ; Fri, 12 Mar 2021 06:23:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=ZmH44YRtFRRzhiVu0fvhNooqcCOgV0svXvgD6Zd8yJQ=; b=gFUAkZSJB+jvZ3K/e+aDGrWyXOpMNj2QW7tp5BTeG5UvhlQpJYAjDd/ZgSAnwcsH7A qkm2M3/9Y9szHs3L2q5ZVqDOhhulAx0Q0eM0DaX52Y07wY3Z4UXMk7gA1grStBK3mkyM BYm1aTqB5lv2j6G/ze/DIklWqse6nYd8nNKnBIfX3jdaTN3WuRfHi3GeyJwLdqRX3HWH GpC/S5MaAAtkSyY1jAVyFMuSpDYOzTC1mzTtiX1PV4cYKDsdb+U6aoLQiNtxvG9bppf2 f7Rl4mmgfXuXHEYBrHaj/dv1zupcQBk5ZW8cOk20L2escKE47z9Nfn9Mkbt6yuRSpb/y XaOg== X-Gm-Message-State: AOAM532+svddXiixMgLHTpDeffOVXrdU0hOKgbgb3SMj+MoPUtlzPkCM WXkYWAJX1YWEPnSeLpyQLw== X-Google-Smtp-Source: ABdhPJxRPIqMZxLRKnf4tIhDsaPK5p8Vi8pbfKdHHTZJ/vkkYGFNLMknnLWvg6u3ZnTdR5rwFwJHHg== X-Received: by 2002:a5d:8050:: with SMTP id b16mr10004247ior.201.1615559018073; Fri, 12 Mar 2021 06:23:38 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id w13sm2973938ilg.48.2021.03.12.06.23.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Mar 2021 06:23:37 -0800 (PST) Received: (nullmailer pid 2976053 invoked by uid 1000); Fri, 12 Mar 2021 14:23:29 -0000 From: Rob Herring To: Martin Devera Cc: linux-kernel@vger.kernel.org, Jiri Slaby , Rob Herring , Alexandre Torgue , Le Ray , linux-stm32@st-md-mailman.stormreply.com, fabrice.gasnier@foss.st.com, linux-arm-kernel@lists.infradead.org, Maxime Coquelin , Greg Kroah-Hartman , devicetree@vger.kernel.org, linux-serial@vger.kernel.org In-Reply-To: <20210312102713.27776-1-devik@eaxlabs.cz> References: <20210312102713.27776-1-devik@eaxlabs.cz> Subject: Re: [PATCH v6 1/2] dt-bindings: serial: Add rx-tx-swap to stm32-usart Date: Fri, 12 Mar 2021 07:23:29 -0700 Message-Id: <1615559009.788146.2976052.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210312_142339_397575_7DC41F3D X-CRM114-Status: GOOD ( 14.80 ) 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: , MIME-Version: 1.0 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 Fri, 12 Mar 2021 11:27:12 +0100, Martin Devera wrote: > Add new rx-tx-swap property to allow for RX & TX pin swapping. > > Signed-off-by: Martin Devera > Acked-by: Fabrice Gasnier > --- > v6: > - add version changelog > v5: > - yaml fixes based on Rob Herring comments > - add serial.yaml reference > - move compatible from 'then' to 'if' > v3: > - don't allow rx-tx-swap for st,stm32-uart (suggested > by Fabrice Gasnier) > v2: > - change st,swap to rx-tx-swap (suggested by Rob Herring) > --- > .../devicetree/bindings/serial/st,stm32-uart.yaml | 29 ++++++++++++++-------- > 1 file changed, 19 insertions(+), 10 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/serial/st,stm32-uart.yaml:81:12: [warning] wrong indentation: expected 10 but found 11 (indentation) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1451861 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel