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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 87564CE7A8B for ; Mon, 25 Sep 2023 02:45:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xXJdznaCPCxEoVncHl6FZC391Pu5sB32ZAb1n8iu8FM=; b=zifRiLxSwBJDZ2 CehFr5jZ9WVAIPAjhVEOFR3aX5xw6osioY9I1uBDu1hrqEwiFwgMA2aQLdqaxiqF4YxJ3LIrygqDP IpRHs0RGJghos51ya+NEtCrdWgsX40XglrMsnL/H935iLpAP83W9ptc/HmkewTVJpAZBZ47X5oTii XNbW+97rq94ZS5wnsOTugV79v8e0uzRyunQDp3QNEuE6QgFAcoCpd66V2/GzB5Bz8XcXGfGWtpSFU DOcuk+xsEi2HH1JCgxO9xu1W2NTSUuudN2t8eeCy+C7Tg4g79ZeW4R7i3Ip34s2KKQ48Uq2+ac/CE LYrs1DrTH9O50KD+LKZg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkbbD-00DBcd-36; Mon, 25 Sep 2023 02:45:27 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkbbB-00DBcH-1z for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 02:45:26 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 84F2260B95; Mon, 25 Sep 2023 02:45:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3B0DC433C7; Mon, 25 Sep 2023 02:45:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695609924; bh=cFiVkeHH8aw7eWa5EWHyA/v7o2wzDHmEyxHYroBLuHo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XXQSKx7WiRfKY0uiGpOEBoO9yP3oySlL1Wp06OcrxLmb+brEyU3VndtsHxm6mr3vE GDbKWt763Mz8aNXw4qwwIfevF4Go+Mrnj6hEAwxuKUwDJe17Te6oFSGIUt9CiXI6c0 PPKvwp1aACg8MbcaaVm6HOrmbyow/U6M5PADxV6sHGkySzdXW2LtaHNN6uePPTL2vq a78tyVKvN+bjfz7R9YzLOtGcYFtoLw0ShhGvEE4gg4LqvaiRPLc7A9QZxLpOfIKYou xA/kuBr6BLNb3WCUpjUF9RmMZPrHUWiw8U+3nZ4WIxLVtD5+b8QBCItH816xNKFjsl Da9390BPkPe6Q== Date: Mon, 25 Sep 2023 10:45:13 +0800 From: Shawn Guo To: Ulf Hansson Cc: Arnd Bergmann , Olof Johansson , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sascha Hauer , Fabio Estevam , Peng Fan , kernel@pengutronix.de, linux-imx@nxp.com Subject: Re: [PATCH 06/17] pmdomain: imx: Move Kconfig options to the pmdomain subsystem Message-ID: <20230925024513.GD7231@dragon> References: <20230914111731.586564-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230914111731.586564-1-ulf.hansson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_194525_700959_E076C6EF X-CRM114-Status: UNSURE ( 8.63 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 14, 2023 at 01:17:31PM +0200, Ulf Hansson wrote: > The Kconfig options belongs closer to the corresponding implementations, > hence let's move them from the soc- and firmware subsystem to the pmdomain > subsystem. > > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Fabio Estevam > Cc: Peng Fan > Cc: > Cc: > Signed-off-by: Ulf Hansson Acked-by: Shawn Guo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel