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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E882C4167B for ; Mon, 27 Nov 2023 16:25:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234143AbjK0QZA (ORCPT ); Mon, 27 Nov 2023 11:25:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234030AbjK0QY6 (ORCPT ); Mon, 27 Nov 2023 11:24:58 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD8D4CE for ; Mon, 27 Nov 2023 08:25:04 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F39B0C433C7; Mon, 27 Nov 2023 16:25:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701102304; bh=jc8FKRZZFa7tBi4FMGUMBS1Wxj4Lg8wGqG+jw+xitxY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KXLzUMq0Pc8HJxv1LoZ2noEVGkJQhnUHrTFGCXfyiyz2VYT0BReNjuZvSDufyIdDl AxTgNzgihrxN8ikKBuBR8fczBzGMKOi8ie4eie/NJi+2ufkTkvH+wDjKcJEVfNiWUP ddwjfSwY77MEpfaiD+QhEn0UiNvsd4HQoBd7k2jE95jRgOSBZOg5IQ7ksU6mrusrit lBG/AY4xzQEIKwtqdkhQ1r3ym632CTZDz05FvtPcmY0yUjuRt5arIX3ugUJUtZ4ZFt BNBJ/bfxOiOKvJAcY7UiPOctOP4CdygFyTbSiZ3qhbEJ80n3QCwQJHA5ucXNiqoDo1 xc7m/vIIGrVDg== Date: Mon, 27 Nov 2023 16:23:47 +0000 From: Mark Brown To: Matti Vaittinen Cc: Greg Kroah-Hartman , Oleksij Rempel , "Rafael J. Wysocki" , Ulf Hansson , kernel@pengutronix.de, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-pm@vger.kernel.org, =?iso-8859-1?Q?S=F8ren?= Andersen Subject: Re: [PATCH v1 0/3] introduce priority-based shutdown support Message-ID: References: <2023112403-laxative-lustiness-6a7f@gregkh> <2023112458-stature-commuting-c66f@gregkh> <2023112435-dazzler-crisped-04a6@gregkh> <20231124163234.GC819414@pengutronix.de> <2023112453-flagstick-bullring-8511@gregkh> <2023112722-headdress-kissing-8c9f@gregkh> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CK63ajjUxdVN8+D6" Content-Disposition: inline In-Reply-To: X-Cookie: Slow day. Practice crawling. Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --CK63ajjUxdVN8+D6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 27, 2023 at 04:49:49PM +0200, Matti Vaittinen wrote: > On 11/27/23 15:08, Greg Kroah-Hartman wrote: > > Yes, using device tree would be good, but now you have created something > > that is device-tree-specific and not all the world is device tree :( > True. However, my understanding is that the regulator subsystem is largely > written to work with DT-based systems. Hence supporting the DT-based > solution would probably fit to this specific use-case as source of problem > notifications is the regulator subsystem. Yes, ACPI has a strong model that things like regulators and clocks are not visible to the OS. --CK63ajjUxdVN8+D6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmVkwowACgkQJNaLcl1U h9BDiAf+KwCxhYlcA3uQ1atUaynwHjGNkgXo8Ut7HBI+cOgmFK1J8IsfAFBCvIgf lTsLgsELLWsxrXQi9WcasTONuH0ROLYTriDuLvnxwZxThHeTCjByNIl0S0QnTfge 6BkXfwQUX087S+8e7lgaDgmM+JcX7kBYz/akL6bLlvk3zsHK/flRnc8O1G1Sx7Bl SZUMqpK+YftJZWv79pfMd8nQfA1BN6cvXx8+AzgfJ2hPdj0mjiA9JcYILa1UG2yT RAOufMpiJdSIBv+tiruE7ssd5ciFsX1Ips7oJpjqmWcPVe6JB5bJUyN4LJDY7TSy ALFwDSPvFjLQfwb8sv1EGqzUowg+EA== =4EY+ -----END PGP SIGNATURE----- --CK63ajjUxdVN8+D6--