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 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 68FF8C4332D for ; Mon, 15 Mar 2021 16:27:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 410AD64F23 for ; Mon, 15 Mar 2021 16:27:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232474AbhCOQ1Q (ORCPT ); Mon, 15 Mar 2021 12:27:16 -0400 Received: from mail-il1-f172.google.com ([209.85.166.172]:40351 "EHLO mail-il1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231461AbhCOQ0x (ORCPT ); Mon, 15 Mar 2021 12:26:53 -0400 Received: by mail-il1-f172.google.com with SMTP id e7so9901463ile.7; Mon, 15 Mar 2021 09:26:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uNo6vdAx+jzMNRzSxihSuYm26CfiZWtwAB/YSlTgofg=; b=PvCsskFvMP9wvE+EB8y4IgPN/FP2Uy09S0u3hc8xaYG6c7dk45nERtE/MMTxXxCpl+ PuYrhfR+gsfEvfHQd9HysnKb+0iAgZ4mivy9xS6B2JJfKEyYmepR0bAfJuPGdjmHya/I zjH1sfZT857HI2LsnOQzzAhgXVyk8ex9bnw+9n/W/eCJa4Pcn40Y7AkkIrh/M3ZTYNjf WPgULmU1Kokn6nGFTdxUUA8Hl6PuKrn3lwtQfrKohcUbNONGwtD2i8Y8M68iIE4yAkkk 8wu3R+sF+gJXDi6JsIK3lkK1K8TJtuS0EDfx68XtUEntZkf8VE8jxj9RT1f78Gy8iCHM ghtA== X-Gm-Message-State: AOAM5330NzdYvQhLZEdIsDciMGPzBHjW/j3e9IcxAf/42YUYknMJlRfg ClnoXXeit4DdtTawsLrOJQ== X-Google-Smtp-Source: ABdhPJw+veskbFJEXXCKZ2E/BDJV2CNNfMgN0Pv1qQFI928Wh1rpDctvLR3CxE8mWqEyWroMro7orw== X-Received: by 2002:a92:d6cf:: with SMTP id z15mr355098ilp.40.1615825612758; Mon, 15 Mar 2021 09:26:52 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id s9sm7125949iob.33.2021.03.15.09.26.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Mar 2021 09:26:52 -0700 (PDT) Received: (nullmailer pid 982357 invoked by uid 1000); Mon, 15 Mar 2021 16:26:48 -0000 Date: Mon, 15 Mar 2021 10:26:48 -0600 From: Rob Herring To: dillon.minfei@gmail.com Cc: linux-kernel@vger.kernel.org, mcoquelin.stm32@gmail.com, gregkh@linuxfoundation.org, linux-stm32@st-md-mailman.stormreply.com, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux@armlinux.org.uk, erwan.leray@st.com, linux-arm-kernel@lists.infradead.org, erwan.leray@foss.st.com, alexandre.torgue@st.com, a.fatoum@pengutronix.de, robh+dt@kernel.org, afzal.mohd.ma@gmail.com, vladimir.murzin@arm.com, alexandre.torgue@foss.st.com Subject: Re: [PATCH v3 3/9] dt-bindings: pinctrl: stm32: Add stm32h750 pinctrl Message-ID: <20210315162648.GB981570@robh.at.kernel.org> References: <1615801436-3016-1-git-send-email-dillon.minfei@gmail.com> <1615801436-3016-4-git-send-email-dillon.minfei@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1615801436-3016-4-git-send-email-dillon.minfei@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Mar 2021 17:43:50 +0800, dillon.minfei@gmail.com wrote: > From: dillon min > > This patch intend to add pinctrl configuration support for > stm32h750 value line > > The datasheet of stm32h750 value line can be found at: > https://www.st.com/resource/en/datasheet/stm32h750ib.pdf > > Signed-off-by: dillon min > --- > Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml | 1 + > 1 file changed, 1 insertion(+) > Please add Acked-by/Reviewed-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. If a tag was not added on purpose, please state why and what changed. 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 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 F0014C433DB for ; Mon, 15 Mar 2021 16:28:36 +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 8834264F2A for ; Mon, 15 Mar 2021 16:28:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8834264F2A 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: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=2ggCv8ZoOAis4p8N+tqYFsPZdDkih/BfdKQy3/lGIYQ=; b=kyFjbDCybKRjcgSqyrT/6zQ15 37NKnDcwKucbJuklGQlap6inZF9B0+6BtDDHE7jaJrHHnrDbt/+pmLtjY6hhTjQzHs2+lX4WqzLuI I0ZR9ILhaMQKEMrkcN7xqTJK0NxqeF2hcCdhV8i5VuTsr+S6tGbubHYu1Kv41jrMUa3UCWzT4x3d5 8eARexIyAAGdUeZpVDu2suBgw8jfHr4nID2/83ipxF00oucRMKzxc4cOkZWLR/stQHgaAzxc3WhqS uANceBGTDfASJHyStntGges2nV6IzMsTFKaqq8e6XTdu9GKi2lPA9KUmGhGXQoQTepsCjRpidoIgz r55c4oA6w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lLq3h-00GLdU-Gg; Mon, 15 Mar 2021 16:27:09 +0000 Received: from mail-il1-f172.google.com ([209.85.166.172]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lLq3R-00GLbw-QK for linux-arm-kernel@lists.infradead.org; Mon, 15 Mar 2021 16:26:55 +0000 Received: by mail-il1-f172.google.com with SMTP id v14so9884477ilj.11 for ; Mon, 15 Mar 2021 09:26:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uNo6vdAx+jzMNRzSxihSuYm26CfiZWtwAB/YSlTgofg=; b=MhYm3J+pQQh/XmCH0aURRkXGpSgbJGD2V3NsxVC5lWmfQapkD50i2QseHJhYAKweEU P9shWn6jw6IZWcvy1LN2JaHOBPU8HT+GBmRRLE41DDMy6SwpL8mW4w9ZO8PbHoSlZoQC bPA83IOBJY3Js70J2nRRw8LVz7maRqj8Tt3Vlgh+gKGM0ckhk8lqKmNLsynCo44zTZLM YLndpAozQGN3Y5gUXSjZVD7n9W0ZIbJgp919JMcIPFrCsPQRLUBLIwNBphFKC5TQcRzV 9u2v3ASNfv6PUd+1yC0nlxMlurlUfwUh8h3WEP41pKSVWkol7nkzEFNPJNYN5jPar9j3 4DHw== X-Gm-Message-State: AOAM530zwB6GDE+EsNecXgLYt7zVeziLyjoKpip5SPHk1TLwcQjbXcE8 0e94AeRIijlhda9hRI9JmQ== X-Google-Smtp-Source: ABdhPJw+veskbFJEXXCKZ2E/BDJV2CNNfMgN0Pv1qQFI928Wh1rpDctvLR3CxE8mWqEyWroMro7orw== X-Received: by 2002:a92:d6cf:: with SMTP id z15mr355098ilp.40.1615825612758; Mon, 15 Mar 2021 09:26:52 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id s9sm7125949iob.33.2021.03.15.09.26.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Mar 2021 09:26:52 -0700 (PDT) Received: (nullmailer pid 982357 invoked by uid 1000); Mon, 15 Mar 2021 16:26:48 -0000 Date: Mon, 15 Mar 2021 10:26:48 -0600 From: Rob Herring To: dillon.minfei@gmail.com Cc: linux-kernel@vger.kernel.org, mcoquelin.stm32@gmail.com, gregkh@linuxfoundation.org, linux-stm32@st-md-mailman.stormreply.com, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux@armlinux.org.uk, erwan.leray@st.com, linux-arm-kernel@lists.infradead.org, erwan.leray@foss.st.com, alexandre.torgue@st.com, a.fatoum@pengutronix.de, robh+dt@kernel.org, afzal.mohd.ma@gmail.com, vladimir.murzin@arm.com, alexandre.torgue@foss.st.com Subject: Re: [PATCH v3 3/9] dt-bindings: pinctrl: stm32: Add stm32h750 pinctrl Message-ID: <20210315162648.GB981570@robh.at.kernel.org> References: <1615801436-3016-1-git-send-email-dillon.minfei@gmail.com> <1615801436-3016-4-git-send-email-dillon.minfei@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1615801436-3016-4-git-send-email-dillon.minfei@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210315_162653_921376_BF36C45B X-CRM114-Status: GOOD ( 15.02 ) 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, 15 Mar 2021 17:43:50 +0800, dillon.minfei@gmail.com wrote: > From: dillon min > > This patch intend to add pinctrl configuration support for > stm32h750 value line > > The datasheet of stm32h750 value line can be found at: > https://www.st.com/resource/en/datasheet/stm32h750ib.pdf > > Signed-off-by: dillon min > --- > Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml | 1 + > 1 file changed, 1 insertion(+) > Please add Acked-by/Reviewed-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. If a tag was not added on purpose, please state why and what changed. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel