From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 11 May 2020 12:15:41 +0200 (CEST) Subject: [PATCH V2 4/6] power: imx8: remove the resource owned check before power off In-Reply-To: <20200504131654.17085-4-peng.fan@nxp.com> Message-ID: <20200511101541.B9839813A9@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > For all the devices used and set ACTIVE in U-Boot, U-Boot needs > to power off all of them without the check of resource owner. > When we create software partition before booting Linux, the resource > own checkw will return false, and cause the power domain not powered > off. If without the check of resource owner, the power domain in > the other software partition could be powered off with parent > partition could access child partition resources. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================