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,URIBL_BLOCKED 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 5B29EC43331 for ; Fri, 27 Mar 2020 11:50:45 +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 314BE20748 for ; Fri, 27 Mar 2020 11:50:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="QyWw9XZw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 314BE20748 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=s1yu5hHBE90wK3zMmq2nvoakhWNab0GpytOhHXEHvLg=; b=QyWw9XZwJ0VQkDJt+UkC8e5zx RnEz8rbN4sz8Jt6NyPKsExiDjhZUZN8ogQ5jVBR0pPqnEaJKid5av5FX03rnuZ/oLDMa4aKsQI9hs Nm6eSEssdPrROP1ynVSwC5HmOGL0pINnoPgWrq4OUVwdtPv1NC1/JWC9G1Q7J57Q32JYOBJD0h7Nj nBEsntDMR3/XFvs3NKWUMh+EYBC8eNqP0XElDjc6w2mAj7AIWm/I8X0TGfCP34OQXytKPgU43OZ2r zRcI5KX2d7KeDiSiKz95NpwYksNM4PVy4/e57uHWO4YNpPEfU2xZfYdUjfpVFJm0NDV6DTd3YeDHM Q7IxGgfdQ==; 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 1jHnVb-0004PU-0Q; Fri, 27 Mar 2020 11:50:43 +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 1jHnVY-0004Ow-4N; Fri, 27 Mar 2020 11:50:41 +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 CC6C8AB7F; Fri, 27 Mar 2020 11:50:38 +0000 (UTC) Message-ID: Subject: Re: [PATCH] ARM: bcm2835_defconfig: Enable fixed-regulator From: Nicolas Saenz Julienne To: Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com Date: Fri, 27 Mar 2020 12:50:37 +0100 In-Reply-To: <20200326134458.13992-1-nsaenzjulienne@suse.de> References: <20200326134458.13992-1-nsaenzjulienne@suse.de> 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-20200327_045040_317470_7B57A792 X-CRM114-Status: GOOD ( 10.59 ) 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: Stefan Wahren , linux-kernel@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============1125683905998381745==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============1125683905998381745== Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-WF16Mj6dPfgblFzyBCUd" --=-WF16Mj6dPfgblFzyBCUd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2020-03-26 at 14:44 +0100, Nicolas Saenz Julienne wrote: > This regulator is now used to control the SD card's power supply on the > Raspberry Pi 4. >=20 > Suggested-by: Stefan Wahren > Signed-off-by: Nicolas Saenz Julienne Applied for-next. Regards, Nicolas --=-WF16Mj6dPfgblFzyBCUd 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/4FAl596I0ACgkQlfZmHno8 x/6QaAf/R/VrfJrSqxqTlH5+WwUUila4oMiR537O8rk9WNGE0tVPfb4zlruLtE4H USWVBiKC3FjV3VNpyO4EwmpdL5qerciK8L3s8Jla+miyPX/9cUtQtpAih44CxFa/ F0KoL8y08eJ1uyHrpZQzUq6MsczQlt5LenQV+US3p2+CHUCZ1LOhn5qmILzjX7wA eUnRUz+F/O69uWu/MroVn50lA9so26oR8cZDANy33wBTMSJzaXuNHVPNsTR7/XU2 7eNwdrKVFe3HbZTlONDA4aI81OuUeka55eOtcKry29UCr3ivzEShjbvVcGEw5iK7 K8KwPiU70f8bqrJj0ya0hg/QzRbq+A== =/KKZ -----END PGP SIGNATURE----- --=-WF16Mj6dPfgblFzyBCUd-- --===============1125683905998381745== 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 --===============1125683905998381745==--