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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 1C734C10F27 for ; Wed, 11 Mar 2020 11:28:51 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D39FB20848 for ; Wed, 11 Mar 2020 11:28:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Yyey9DJP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D39FB20848 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:References:In-Reply-To:Date:To:From:Subject:Message-ID:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Kq1uWzqCMrWDCZ95S9myXsWT/+nW3GXgNxhbWs7DzDs=; b=Yyey9DJP+Y34zOyX0IMSMIB2I WIeHXSjqSH49EP7voTbD5otN8aOHjBJXKwBkTTWo188kuYsw9JvLBHoh2a2psXdPifaBWhMVVQhlg dVo12oB9JdEkIQBUL29ioV0V2ISPzWHxuxUAJMch6X++lOfbVjSkQM+mOUawpzaOGbZu15XtmDBex IPh4S1PooEfCqrx2C/GmY4Ug+r5ZJ04SL5Xv8X4QPDLWqAg+OC3JRpF736gC7sIaAoMlRPDIZEqS0 RsAJoSzVUv3FQ5lYsWiqb3QYtcPvBN7u4JeTlnjx1XrTQWkv1Te4Ulyqa6vR7XNfV8ID8qsDzHHw0 ejI+8ovxw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBzXd-0000En-LX; Wed, 11 Mar 2020 11:28:49 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBzXa-0000DF-RK; Wed, 11 Mar 2020 11:28:48 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 42AABAE24; Wed, 11 Mar 2020 11:28:45 +0000 (UTC) Message-ID: <12f35cc38b87dfe27f0786c931d4434b0fecb3d8.camel@suse.de> Subject: Re: [PATCH] ARM: bcm2835-rpi-zero-w: Add missing pinctrl name From: Nicolas Saenz Julienne To: nick.hudson@gmx.co.uk, Florian Fainelli Date: Wed, 11 Mar 2020 12:28:43 +0100 In-Reply-To: <20200310182537.8156-1-nick.hudson@gmx.co.uk> References: <20200310182537.8156-1-nick.hudson@gmx.co.uk> User-Agent: Evolution 3.34.4 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200311_042847_023567_18192C79 X-CRM114-Status: GOOD ( 13.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nick Hudson , Mark Rutland , Scott Branden , devicetree@vger.kernel.org, Ray Jui , linux-kernel@vger.kernel.org, Rob Herring , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============4686493859324829177==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============4686493859324829177== Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-5XYMFQfPZcQJnMqMwH/W" --=-5XYMFQfPZcQJnMqMwH/W Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2020-03-10 at 18:25 +0000, nick.hudson@gmx.co.uk wrote: > From: Nick Hudson >=20 > Define the sdhci pinctrl state as "default" so it gets applied > correctly and to match all other RPis. >=20 > Fixes: 2c7c040c73e9 ("ARM: dts: bcm2835: Add Raspberry Pi Zero W") >=20 > Signed-off-by: Nick Hudson I think this one has everything right. As a nitpick, there is no need to ad= d a space between the Fixes tag and the Signed-off-by tag, but it's OK as is. Florian, can we channel this as a fix for v5.6 or are we too late? Regards, Nicolas --=-5XYMFQfPZcQJnMqMwH/W Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl5oy2sACgkQlfZmHno8 x/6zggf/TMWB4vC2ad+enJM26vcFwsWBjfnnu675ZQMUoxo03ZyHApwW5pwl0BPY bsyhflSjAqRZmaqSuRu7wfzhKN/uTcEHJfKbthahbEp5eR6O4aDi6uRrouXQN08u nJ06fiHRpkyB8hnostXRGxHdowLlQgMQqP5z1mW/W/nxVDEZ9ouL7pt/vjXa7ltz WCAzF62p16K7ty9Yl5OeeNyiCPHnxGLXF0bABpuqtft4MIlorRoxpX6ac1Z2BHtm AgZbxb9uLowDMVfns4VVz7WxW+A8BfZ9Jnqxu8SmVxeSLF3JrinS/MFCAXbvN9TZ T2mfB6/jx9pOLEO7Wa/WauZhDc0Yqg== =dKS0 -----END PGP SIGNATURE----- --=-5XYMFQfPZcQJnMqMwH/W-- --===============4686493859324829177== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============4686493859324829177==--