From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: Re: [PATCH v4 4/4] ARM: mvebu: Armada 385 GP: Add regulators to the SATA port Date: Sat, 17 Jan 2015 15:28:39 +0100 Message-ID: <54BA7197.40301@redhat.com> References: <1421330978-9694-1-git-send-email-gregory.clement@free-electrons.com> <1421330978-9694-5-git-send-email-gregory.clement@free-electrons.com> <54B8C933.7020502@redhat.com> <54B8D97B.3090908@free-electrons.com> <54B8E38A.6020709@redhat.com> <20150116123705.GM3043@sirena.org.uk> <54B9629C.9090800@redhat.com> <20150116202516.GL3856@sirena.org.uk> <54BA21F9.5050408@redhat.com> <20150117131404.GA6414@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150117131404.GA6414@sirena.org.uk> Sender: linux-ide-owner@vger.kernel.org To: Mark Brown Cc: Gregory CLEMENT , Tejun Heo , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, =?windows-1252?Q?Antoine_T=E9nart?= , Liam Girdwood , Thomas Petazzoni , Ezequiel Garcia , Maxime Ripard , Boris BREZILLON , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Mark Rutland , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi, On 17-01-15 14:14, Mark Brown wrote: > On Sat, Jan 17, 2015 at 09:48:57AM +0100, Hans de Goede wrote: > >> and leave these regulators on, rather then turn them of $random time, >> because as I've advocated before (see the simplefb thread) there is >> no simple magic moment when it is right to turn things off, so doing >> it when userspace starts is more or less as good as any moment, and if >> it turns out that that is not a good moment, then maybe we need to >> re-think the turning off in general. > > Following your argument to the logical conclusion means we can never > turn any regualtor off - we always have the risk that there's another > shared user which is going to get a power bounce if we power down. More > directly we'll also get people complaining that we're burning power > pointlessly on their systems for devices they've not even got drivers > enabled for. This powering down is something there's been user demand > for. Right, note I'm only advocating to not turn off regulators marked as regulator-boot-on. I would expect any regulator to have such a marking to have at least one user with an actual driver. If people decide to not build that driver, and then complain we can simply tell them to build the driver ... Regards, Hans