Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2238820yba; Mon, 6 May 2019 02:16:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqxNpXOgXPAMsK5M0sN0oR0y5lpZqXPVp+0WoiVa9HwF46KxXEwRypyXS7JTP3PWOqzJFOOW X-Received: by 2002:a63:31d7:: with SMTP id x206mr30164577pgx.74.1557134219802; Mon, 06 May 2019 02:16:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557134219; cv=none; d=google.com; s=arc-20160816; b=CnJKjMWBehub7L931tA2naPqqdkELxRUBcvlLK7o3OBB4sCGgE9bDG0ElXCQlTrLW6 BdQaL40b4XBDnQyrEaQBVD+fEwYt2xXeJoSlr2FlSXRZV8oKbileLOXd/ggCRQXACa9+ 1+lwBfc7UqVswEeSbGWkQsNPMXAOyG0HG/F3l1Jt46DPItXHsAtxUp028n3DLEJNHPU5 RWGzGco/gFG4zp6YSgsgimV3tbQjKgPxfZJntRj5LUOMpsv5FBlzl+w8zaIFl/aCPMxf ENuyFNeCR0TLn52MbMdPaicdg0/uxXTLaY67ICqwApgsyYHLRdDJ+sQISIenu8sx5Y8v NHxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kuD829h9a4hSdC3uK7rMDUb065/adX517SkT6jf4XQw=; b=f/tyNS/ctpFHABEGEIrQclovyv35nJ2CIJZQZrufz7KViRB/QT84rS3518x2wRxytq bHTZtcLqTJjifv1SNUzyvKMJp3J1Z7/LAqA5WJCz/y1bHiy8GTuc/YA0PWdwtNT2EjsA 5izBpWln8gcAo1jfx8ZXsQRy3BikWQlhjjFcTBjrgmRHD/GlFODfkV6BSAOuRFxs/twr Me04pr7SzAPFc9g78P0hvBwATD34GUdUFDCBywUXFN3Gaa0mG5UsRqL8ZK5U8EfzYz2+ EdFq20A0hiGYNXCD2hEVEVgal9S18Hs2zpV4Jw1QPTfPwrhscPj9n5CYxde4bNPKVchB cv8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id gn14si13559322plb.7.2019.05.06.02.16.40; Mon, 06 May 2019 02:16:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726447AbfEFJPJ (ORCPT + 99 others); Mon, 6 May 2019 05:15:09 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:40335 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725981AbfEFJPI (ORCPT ); Mon, 6 May 2019 05:15:08 -0400 X-Originating-IP: 90.88.149.145 Received: from localhost (aaubervilliers-681-1-29-145.w90-88.abo.wanadoo.fr [90.88.149.145]) (Authenticated sender: maxime.ripard@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id F05436000D; Mon, 6 May 2019 09:15:04 +0000 (UTC) Date: Mon, 6 May 2019 11:15:04 +0200 From: Maxime Ripard To: Pablo Greco Cc: linux-sunxi@googlegroups.com, Rob Herring , Mark Rutland , Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: sun8i: r40: bananapi-m2-ultra: Remove regulator-always-on Message-ID: <20190506091504.mbkr5kqyym5gngeb@flea> References: <1556924720-49372-1-git-send-email-pgreco@centosproject.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dvasnxeqq2ltvqq3" Content-Disposition: inline In-Reply-To: <1556924720-49372-1-git-send-email-pgreco@centosproject.org> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --dvasnxeqq2ltvqq3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, May 03, 2019 at 08:05:19PM -0300, Pablo Greco wrote: > Now that the regulators are tied to the GPIO bank, we can remove the > unneeded regulator-always-on in reg_aldo2 > > Signed-off-by: Pablo Greco Queued for 5.3, thanks Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --dvasnxeqq2ltvqq3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXM/7GAAKCRDj7w1vZxhR xc9bAQC8YRi3gs8HuqDb8+sr+DijRefSa0vscw+8e3AW3uzKTwEAm8liWEtJpnJD D9zHOmLRY4EuKSYRPGBj8xCScD/U5wU= =Oikk -----END PGP SIGNATURE----- --dvasnxeqq2ltvqq3--