Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp22169ybp; Thu, 3 Oct 2019 09:37:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqyMz/eYn78bZckrJ/tF4nX9VkaG8GINvYulGFlj1TFx60u7m4WL7sqN/UUStvPaVcWqB994 X-Received: by 2002:a05:6402:651:: with SMTP id u17mr10717299edx.104.1570120653428; Thu, 03 Oct 2019 09:37:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570120653; cv=none; d=google.com; s=arc-20160816; b=QubwhTeHzKlCDHfzW5gELbxrzIHJfSCknEQV7B6D+/GuJ+U2zOBii+COMkTrsaNdaM GTbXGCsX188HxFOVoTCzRXaFJ2nAibGrWI8MqW+X42X0n6pO6u+xrZlUvnv8psJVFcXp OaszYbuVad6sx4QQGQzlqjB+rrS2H5JOR0QwYFYeNVpS4A5k4otO5+tlklfF3u2MNOI8 5svDYHK32jmluPeQThhdboVOo8+p62Idco3h3hJy8jq3oG2bf0H7Nf1BQmD/MWNy9sn5 nZEOq0S0SLToi6qlyqHtihCfIiWW4rq48IIMPV+QjxqFTGvlccig0bS/rw2GQ9/0PtRG 0Qhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=sazEAL1/8yLJ1kGu/4m1vQbSsrZkJZANTvxg+H24kik=; b=czFl0j0MrYdZdj2vZwDWqz10q1p8RFkpDTOPyQFkgWRcj1dP+RtNeITrHNEKhp6Qws X9lEDk9JeUX6/YLBEH6clzx+IsYAeVzdfr/VsBm+G6Q5/uKHSt5IDXS/mts2uzKfjqFQ XtUls8MopX2L7fs+sP7RInb3AyXI+Ddp1hchv4/CAQp/AGYUSVuiAGyqLelPBu7AMSY0 sMJDAdzkSKNfZ2RVaYvQhnWQqc8pGmAc59U+LLH/uuEXBPj7LeqofoUN97a1Mcx910lp 7yupc3Yoy3MHCYgvDIiUQgprnabGPNM0apSetKtR3HVpqtq1gie9ze/FCLNiS0YBO6+y qtAg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ttCRe3JO; 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 gf5si1540078ejb.324.2019.10.03.09.37.08; Thu, 03 Oct 2019 09:37:33 -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; dkim=pass header.i=@kernel.org header.s=default header.b=ttCRe3JO; 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 S2404300AbfJCQfn (ORCPT + 99 others); Thu, 3 Oct 2019 12:35:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:44652 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404296AbfJCQfm (ORCPT ); Thu, 3 Oct 2019 12:35:42 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1173220830; Thu, 3 Oct 2019 16:35:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570120540; bh=Uph2YJu1QxiotIDjSDdeMb4eb9iuxxVBVTRCknHujQY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ttCRe3JOvASHMG88ohUB8hIXkPrCKUGbO46OFa6kKOdr9yPQ2xjxmGA1zIKCt75c+ vUTAilqfsUs/grYQYBdT82+pPtD/Q/AMlomehwEr0K9KGX4n49YfnY0R/VQUO2u/Xv 7rAaYPhxVtVEVAraOBuNeHo3+ruwbS1HxQjjmqt8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mark Brown , Lee Jones Subject: [PATCH 5.2 261/313] regulator: Defer init completion for a while after late_initcall Date: Thu, 3 Oct 2019 17:53:59 +0200 Message-Id: <20191003154558.747758307@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191003154533.590915454@linuxfoundation.org> References: <20191003154533.590915454@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mark Brown commit 55576cf1853798e86f620766e23b604c9224c19c upstream. The kernel has no way of knowing when we have finished instantiating drivers, between deferred probe and systems that build key drivers as modules we might be doing this long after userspace has booted. This has always been a bit of an issue with regulator_init_complete since it can power off hardware that's not had it's driver loaded which can result in user visible effects, the main case is powering off displays. Practically speaking it's not been an issue in real systems since most systems that use the regulator API are embedded and build in key drivers anyway but with Arm laptops coming on the market it's becoming more of an issue so let's do something about it. In the absence of any better idea just defer the powering off for 30s after late_initcall(), this is obviously a hack but it should mask the issue for now and it's no more arbitrary than late_initcall() itself. Ideally we'd have some heuristics to detect if we're on an affected system and tune or skip the delay appropriately, and there may be some need for a command line option to be added. Link: https://lore.kernel.org/r/20190904124250.25844-1-broonie@kernel.org Signed-off-by: Mark Brown Tested-by: Lee Jones Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/regulator/core.c | 42 +++++++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 11 deletions(-) --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -5486,7 +5486,7 @@ static int __init regulator_init(void) /* init early to allow our consumers to complete system booting */ core_initcall(regulator_init); -static int __init regulator_late_cleanup(struct device *dev, void *data) +static int regulator_late_cleanup(struct device *dev, void *data) { struct regulator_dev *rdev = dev_to_rdev(dev); const struct regulator_ops *ops = rdev->desc->ops; @@ -5535,18 +5535,9 @@ unlock: return 0; } -static int __init regulator_init_complete(void) +static void regulator_init_complete_work_function(struct work_struct *work) { /* - * Since DT doesn't provide an idiomatic mechanism for - * enabling full constraints and since it's much more natural - * with DT to provide them just assume that a DT enabled - * system has full constraints. - */ - if (of_have_populated_dt()) - has_full_constraints = true; - - /* * Regulators may had failed to resolve their input supplies * when were registered, either because the input supply was * not registered yet or because its parent device was not @@ -5563,6 +5554,35 @@ static int __init regulator_init_complet */ class_for_each_device(®ulator_class, NULL, NULL, regulator_late_cleanup); +} + +static DECLARE_DELAYED_WORK(regulator_init_complete_work, + regulator_init_complete_work_function); + +static int __init regulator_init_complete(void) +{ + /* + * Since DT doesn't provide an idiomatic mechanism for + * enabling full constraints and since it's much more natural + * with DT to provide them just assume that a DT enabled + * system has full constraints. + */ + if (of_have_populated_dt()) + has_full_constraints = true; + + /* + * We punt completion for an arbitrary amount of time since + * systems like distros will load many drivers from userspace + * so consumers might not always be ready yet, this is + * particularly an issue with laptops where this might bounce + * the display off then on. Ideally we'd get a notification + * from userspace when this happens but we don't so just wait + * a bit and hope we waited long enough. It'd be better if + * we'd only do this on systems that need it, and a kernel + * command line option might be useful. + */ + schedule_delayed_work(®ulator_init_complete_work, + msecs_to_jiffies(30000)); return 0; }