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 DA559C4332F for ; Wed, 12 Oct 2022 16:21:20 +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=7VTUt+7qnb6YVHJ1p9O31BfhENWtcvIyybotVfsBqIM=; b=BBi4k85IthA3Oc 5QbsAYO634Cp1SaQKaw9oKh7gBXQaQt+VBPvZcN7QgYlIDzjbQW2dfRV8CcrB1p8fQJ3oqPssUtZ6 50YC/sz2hgM2/Z8P+h+lAmFdBtIV6g+eHqzIP/mnThgL8Xg7GuRiUgroK+iizBn1xzSv0B8dQJmn4 QQQYVG6pax7fgA2W8Afw92y8Oiohl2o22GzMh/Zzmos0ivJMKCHdEYJKUyrJmhCHFMEtU0MXDOf47 iWZ62bvm2xdjzldYIYnmqrdU8qTNm+Xh1rXZjZoal9JL9q/X18t0WPNqDndNqXjWqGX2c5F7Rs0/w kThyLVmR+neY5fhc1iww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oieSd-008ewm-1F; Wed, 12 Oct 2022 16:19:59 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oieSZ-008ewR-UO for linux-arm-kernel@lists.infradead.org; Wed, 12 Oct 2022 16:19:57 +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 dfw.source.kernel.org (Postfix) with ESMTPS id F3BC26154F; Wed, 12 Oct 2022 16:19:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E16CCC433D6; Wed, 12 Oct 2022 16:19:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665591591; bh=TEDjogBy+ecqduxNWQvtcOqrUZbEXN3M1edKYOv2Kik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vJc+dkG+SDhZ587/nB8yJgEeqLGk6vg6xMvfXgkcwSttnuYcdtUYvKQKGHMFZgGWO OXu5gGm6v3E+Aax24MEzRf58atn8s77BkPUZrhukOLvM80T8F5NmdBeQqjRmJRNYKr lbMVJynC/ibSUrrK4PjJP74170sW9LGV/uP8Lnd4= Date: Wed, 12 Oct 2022 18:20:35 +0200 From: Greg Kroah-Hartman To: Shawn Guo Cc: Jiri Slaby , Martin Kaiser , Pengutronix Kernel Team , NXP Linux Team , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] serial: imx: Add missing .thaw_noirq hook Message-ID: References: <20221012121353.2346280-1-shawn.guo@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221012121353.2346280-1-shawn.guo@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221012_091956_033573_37DDB5A4 X-CRM114-Status: GOOD ( 12.43 ) 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 Wed, Oct 12, 2022 at 08:13:53PM +0800, Shawn Guo wrote: > The following warning is seen with non-console UART instance when > system hibernates. > > [ 37.371969] ------------[ cut here ]------------ > [ 37.376599] uart3_root_clk already disabled > [ 37.380810] WARNING: CPU: 0 PID: 296 at drivers/clk/clk.c:952 clk_core_disable+0xa4/0xb0 > ... > [ 37.506986] Call trace: > [ 37.509432] clk_core_disable+0xa4/0xb0 > [ 37.513270] clk_disable+0x34/0x50 > [ 37.516672] imx_uart_thaw+0x38/0x5c > [ 37.520250] platform_pm_thaw+0x30/0x6c > [ 37.524089] dpm_run_callback.constprop.0+0x3c/0xd4 > [ 37.528972] device_resume+0x7c/0x160 > [ 37.532633] dpm_resume+0xe8/0x230 > [ 37.536036] hibernation_snapshot+0x288/0x430 > [ 37.540397] hibernate+0x10c/0x2e0 > [ 37.543798] state_store+0xc4/0xd0 > [ 37.547203] kobj_attr_store+0x1c/0x30 > [ 37.550953] sysfs_kf_write+0x48/0x60 > [ 37.554619] kernfs_fop_write_iter+0x118/0x1ac > [ 37.559063] new_sync_write+0xe8/0x184 > [ 37.562812] vfs_write+0x230/0x290 > [ 37.566214] ksys_write+0x68/0xf4 > [ 37.569529] __arm64_sys_write+0x20/0x2c > [ 37.573452] invoke_syscall.constprop.0+0x50/0xf0 > [ 37.578156] do_el0_svc+0x11c/0x150 > [ 37.581648] el0_svc+0x30/0x140 > [ 37.584792] el0t_64_sync_handler+0xe8/0xf0 > [ 37.588976] el0t_64_sync+0x1a0/0x1a4 > [ 37.592639] ---[ end trace 56e22eec54676d75 ]--- > > On hibernating, pm core calls into related hooks in sequence like: > > .freeze > .freeze_noirq > .thaw_noirq > .thaw > > With .thaw_noirq hook being absent, the clock will be disabled in a > unbalanced call which results the warning above. > > imx_uart_freeze() > clk_prepare_enable() > imx_uart_suspend_noirq() > clk_disable() > imx_uart_thaw > clk_disable_unprepare() > > Adding the missing .thaw_noirq hook as imx_uart_resume_noirq() will have > the call sequence corrected as below and thus fix the warning. > > imx_uart_freeze() > clk_prepare_enable() > imx_uart_suspend_noirq() > clk_disable() > imx_uart_resume_noirq() > clk_enable() > imx_uart_thaw > clk_disable_unprepare() > > Signed-off-by: Shawn Guo What commit id does this fix, and does it need to go to older/stable kernels? thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel