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 EB758C25B08 for ; Wed, 17 Aug 2022 08:37:25 +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=sF0LzuzFP1nZmtEDzWT3JPQ/qcf4EKGJPnCP+nqFewI=; b=UQbi5kD74U/Laf V4qMAKyC0P8QtT8MICO89CFb21AHHc4RRs4hF/XdIw9gwamgqS2zO2RDqLfWBLgOATKb3oTDbv2cp dCcwIctIXaQEJA/H9hK1CRhKQ/XSTZnVQY/bIgRLaiEz+8TCh2gkBXUI2Pta/hwxyKgkn16HuEwpg QXH/+Bzjx0n+fLy5G46iUtqsCdeWzoRJHRQrbK083VVXNuu7orkqZTiM7uzuSvfJC0snweoCkFkHP yswz6GT0jN3WE2e/WDpZhSgYRLAh5Qb3bhpUR42ZGCg0Bx+eXQkPiR5z1p8ENTm41RWvf2QOpfDGV 6kDnAJdqfsL7jDtjIghw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOEX8-00FLQA-EG; Wed, 17 Aug 2022 08:36:14 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOEX5-00FL4M-Am for linux-arm-kernel@lists.infradead.org; Wed, 17 Aug 2022 08:36:12 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DFE8DB81C6A; Wed, 17 Aug 2022 08:36:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 562A0C433D6; Wed, 17 Aug 2022 08:36:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660725367; bh=VQY0JuU9+oJiBYznSAuamFLy7QwzwTZm4xEtFRmti/c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hODDA/S3tcSpP6GWsPKYK961c1BItsX5PixlZhdxek/U7Na/xZa8U/GBNsW1rE0kj iKgijUJpc8BwjoWveqqK+wEHzWr7TEZwCJxS/iOnB2PmDo1+5PkLROgy+mEuAafb01 mqeJrly2viX3w+kNFL1ll1t8y82+7c3ax2O8Mxw1BKkwckAjTcTpj81LZAfnpapZBa 7imxFd/zeHRIsW/KXNkTVVXFLGINSqPB42AGyzw2DCGZq9OWxcCEGPRGvFFGW92mN5 pDJWJl4wasE5j2Y4qalvzPQtM1dYRbh1ZGF7oyDxumgoyAj5akMWXH/HAVCiPQtT1n T8M+XMSXCPnUA== Date: Wed, 17 Aug 2022 16:36:01 +0800 From: Shawn Guo To: Marco Felsch Cc: l.stach@pengutronix.de, peng.fan@nxp.com, kernel@pengutronix.de, linux-imx@nxp.com, festevam@gmail.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] Revert "soc: imx: imx8m-blk-ctrl: set power device name" Message-ID: <20220817083601.GA149610@dragon> References: <20220708090853.717819-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220708090853.717819-1-m.felsch@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220817_013611_576038_5E51DD70 X-CRM114-Status: UNSURE ( 8.94 ) 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 Fri, Jul 08, 2022 at 11:08:53AM +0200, Marco Felsch wrote: > This reverts commit 8239d67f59cf522dd4f7135392a2f9a3a25f9cff. > > This change confuses the sysfs cleanup path since the rename is done > after the device registration. > > Fixes: 8239d67f59cf ("soc: imx: imx8m-blk-ctrl: set power device name") > Signed-off-by: Marco Felsch Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel