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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE5D9C43334 for ; Wed, 15 Jun 2022 08:08:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242297AbiFOIIB (ORCPT ); Wed, 15 Jun 2022 04:08:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237817AbiFOIIA (ORCPT ); Wed, 15 Jun 2022 04:08:00 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 75B8A1758D; Wed, 15 Jun 2022 01:08:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9408E80FE; Wed, 15 Jun 2022 08:03:14 +0000 (UTC) Date: Wed, 15 Jun 2022 11:07:58 +0300 From: Tony Lindgren To: Yegor Yefremov Cc: Ulf Hansson , Linux-OMAP , linux-mmc@vger.kernel.org, Arnd Bergmann Subject: Re: Linux 5.18.x: sdhci issue Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Yegor Yefremov [220615 09:40]: > Hi Tony, Ulf, > > On Thu, May 5, 2022 at 7:03 AM Tony Lindgren wrote: > > > > Hi, > > > > * Yegor Yefremov [220504 09:12]: > > > Hi Tony, all, > > > > > > During the kernel boot I see the following error. The device is still > > > working afterwards. 5.17.5 shows the same behavior. Is this a known > > > issue? > > > > Thanks for reporting it, I was not aware of this one. Might be worth > > bisecting. Adding linux-mmc and Ulf. > > This is my bisect result: > > f433e8aac6b94218394c6e7b80bb89e4e79c9549 is the first bad commit > commit f433e8aac6b94218394c6e7b80bb89e4e79c9549 > Author: Tony Lindgren > Date: Fri Oct 15 13:47:18 2021 +0300 > > mmc: sdhci-omap: Implement PM runtime functions > > Implement PM runtime functions and enable autosuspend. > > Note that we save context in probe to avoid restoring invalid context > on the first resume. For system suspend, we have the new PM runtime > functions do most of the work. > > Signed-off-by: Tony Lindgren > Link: https://lore.kernel.org/r/20211015104720.52240-5-tony@atomide.com > Signed-off-by: Ulf Hansson OK thanks this makes sense based on what Arnd replied a few days ago. Regards, Tony