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 C23B3C54EE9 for ; Fri, 2 Sep 2022 07:03:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235333AbiIBHDI (ORCPT ); Fri, 2 Sep 2022 03:03:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230295AbiIBHDF (ORCPT ); Fri, 2 Sep 2022 03:03:05 -0400 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFFDFBCC29 for ; Fri, 2 Sep 2022 00:03:00 -0700 (PDT) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 8155FFF809; Fri, 2 Sep 2022 07:02:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1662102176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kUEi3qE9VsWHjdX8pelP/Njt/+TRnCAycHuxXrGFqsM=; b=Hph2yMdjFg6+8neCCiNoZc5rRX6pnFD61fs7s86ZWlXK3hV5+yezKmaloLEFyBucCQqNBF Ivh4VNLKUOOHPrEjGcDeo9NV8RyKvzi7NwP/3/o0WQtnwc2JDVeBO0ME8+j4HQ63l6Xk8/ hhtJM8DcJHlcwEHMewja9rvFCy+73FaZnlXmzHbWFiZ7p9cQKCs6fP369XxHtOc5MBXmGl FmwvxirY4CgUrSVo22SjiO7dNP2pg/U/yNXj9sPkyyi9Gw8yJsh5Ym4jnlJlvJNjODGYlv 7QX/Xo0ZCptEwemyE+a8kZTjSwFgPLJPoAFLGEbDcW0DaG7NzZoLaeOWphQA7Q== Date: Fri, 2 Sep 2022 09:02:52 +0200 From: Miquel Raynal To: Richard Weinberger Cc: Greg Kroah-Hartman , Sascha Hauer , Tomasz =?UTF-8?B?TW/FhA==?= , linux-mtd , Sasha Levin , torvalds , Han Xu , kernel , stable , k drobinski Subject: Re: [PATCH] mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times Message-ID: <20220902090252.75285234@xps-13> In-Reply-To: <770744970.283550.1657871950910.JavaMail.zimbra@nod.at> References: <20220701110341.3094023-1-s.hauer@pengutronix.de> <20220715074631.GA7333@pengutronix.de> <770744970.283550.1657871950910.JavaMail.zimbra@nod.at> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hey folks, richard@nod.at wrote on Fri, 15 Jul 2022 09:59:10 +0200 (CEST): > ----- Urspr=C3=BCngliche Mail ----- > >> My IRC history doesn't go back far enough, but if I recall correctly > >> Miquel is on vacation, he would have picked up this patch for linux-ne= xt > >> otherwise. =20 >=20 > Exactly. Indeed, I was off for an extended period of time, I'm (very) slowly catching up now. > =20 > > Ok, let me do a round of stable releases so that people don't get hit by > > this now... =20 >=20 > Thanks a lot for doing so. > =20 > > Hopefully this gets fixed up by 5.19-final. =20 >=20 > Sure, I'll pickup this patch. Thanks Greg & Richard for the handling of this issue. Cheers, Miqu=C3=A8l