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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 B9E30C4361B for ; Mon, 7 Dec 2020 13:59:15 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6A6AB23441 for ; Mon, 7 Dec 2020 13:59:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6A6AB23441 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=ZDf34+0DQlaJRk/0zFQwxUOS2Nb+74sUk+y8rfug4Xk=; b=zUoSGtT7xkgOJS5/DMnHBIv/4 D9zgyoxnDhmVK6RmqpBRlhCxrZHjiMVYOvKPf62mR7/W+FKvEEHR/EPc7/dE7BV7F1YzZH+yA77x2 DazJvQyjKJuQBb99ccmmHXSAW3xCZUXxe94tZhyZwihPnL5xdyzpYdrSY9iaLxSyHvLLmyRzViemy 7lVX0ejI2R2WhVkHzZWta/6mjZNi0r/1lbP89NRjBrlm4gS0BHT8h7hKkjreAeWT43r1rh2Rwewjw SBTzfzAynUJufOgAo0yXM739zEwzV2pmGbJby0/POuUFyQZ1prILZMerkwWjC6F/9EGIthKE7gtOM oXYEXfDDQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmH1h-0007rE-6P; Mon, 07 Dec 2020 13:58:05 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmH1e-0007q6-Jh for linux-arm-kernel@lists.infradead.org; Mon, 07 Dec 2020 13:58:03 +0000 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A8EF98057; Mon, 7 Dec 2020 13:58:04 +0000 (UTC) Date: Mon, 7 Dec 2020 15:57:53 +0200 From: Tony Lindgren To: Doug Anderson Subject: Re: [PATCH] ARM: OMAP2+: omap_device: fix idling of devices during probe Message-ID: <20201207135753.GA26857@atomide.com> References: <20201204095539.31705-1-andreas@kemnade.info> <20201204171428.0a011188@aktux> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201207_085802_694901_9D6F9554 X-CRM114-Status: GOOD ( 16.37 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ulf Hansson , Discussions about the Letux Kernel , LKML , Wolfram Sang , Andreas Kemnade , linux-omap , Linux ARM 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 * Doug Anderson [201204 16:43]: > Hi, > > On Fri, Dec 4, 2020 at 8:14 AM Andreas Kemnade wrote: > > > > > > Fixes: 21b2cec61c04 ("mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4") > > > > > > From the description it sounds like this problem has always existed > > > but the async probe just tickled it reliably. Seems like it'd make > > > sense to tag the "Fixes" as some earlier commit so you make sure your > > > fix gets picked to kernels even if they don't have the async probe > > > patch? > > > > > > > Hmm, maybe > > Fixes: 04abaf07f6d5 ("ARM: OMAP2+: omap_device: Sync omap_device and > > pm_runtime after probe defer") > > > > But on the other hand to stable branches only such patches are applied > > which solve pratical problems not only theoretical problems. But maybe > > it solves several random issues where nobody took care to debug them. > > > > That would be since v4.11. > > I guess maybe best is to include both. Then if someone is debugging > why their async probe is failing they will notice this commit, but > they also might decide to pick it earlier just to be safe... OK I'll add the above fixes tag too and apply this into fixes. Thanks, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel