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 X-Spam-Level: X-Spam-Status: No, score=-12.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDFA2C433C1 for ; Mon, 29 Mar 2021 01:00:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BBA1961879 for ; Mon, 29 Mar 2021 01:00:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231633AbhC2BAS (ORCPT ); Sun, 28 Mar 2021 21:00:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:45794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229861AbhC2A75 (ORCPT ); Sun, 28 Mar 2021 20:59:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B2D7961879; Mon, 29 Mar 2021 00:59:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616979597; bh=OevAKViQWBfdT16CE4GyR+nY9lrxPiNu+4V4jgret8c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rTminsS00Cw2+efwXvVv0F/6KDOjDW5qC5A/BGUbG4ZS7OM0xgVby58ZJThjSHfgx fRsjLxobk9GU6kWqwvJgFV/4BcDeo70MUWbNZ6DxEU7ErDNPk28mTA17gcHde6ohsK FKwpg3krWJYV8tvjvuk+YD4MA7Kt/W3bD2NQVVDXwUVQYhte5jNNXVAJ0sw5VexifA qCx6Opd1/c+HaEPGuqeyTRaI4z7MbIRgOApe2d+FvyehipYbW8vrfVJt0YEi87+0Ng vZIUiLibWOQbKG2lFUetWgjrdSPNW+5BfYQPUS263U1oTpkEY/WMHeQLhsKHLYNo2J LZSdlsBSa3q8Q== Date: Mon, 29 Mar 2021 08:59:52 +0800 From: Shawn Guo To: Ulf Hansson Cc: Dong Aisheng , Sascha Hauer , Liu Ying , Peng Fan , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] firmware: imx: scu-pd: Update comments for single global power domain Message-ID: <20210329005951.GE22955@dragon> References: <20210317093117.16091-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210317093117.16091-1-ulf.hansson@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 17, 2021 at 10:31:17AM +0100, Ulf Hansson wrote: > Since the introduction of the PM domain support for the scu-pd, the genpd > framework has been continuously improved. More preciously, using a single > global power domain can quite easily be deployed for imx platforms. > > To avoid confusions, let's therefore make an update to the comments about > the missing pieces. > > Signed-off-by: Ulf Hansson Applied, thanks.