From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 042EF3DCDBE for ; Tue, 26 May 2026 10:57:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779793076; cv=none; b=rVsNgq1WlENNCPef5InN/za+ft9qPOXzEGATWLrusBb0CjEhnjWy030hPgUGhYRf3nMD2uiRiVEzKSIAsJubv0roP+j4F6tR8A4M0vAj0FtwXPLisJyTKLxGo7tj9Jc8oWmOfyGzWODDaLiFulU3wbmpN3boyLlFRwrtOa9BbGs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779793076; c=relaxed/simple; bh=CP/x2UX2iM2GI9GRGD2uYDeGXF/J4Udu0t1YYnlkrZE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ttfEp4XSNuxiJUgkgf4BG/c4i/YRlleG0nDmFdnvzF0SdxNSALaUqVStYdh5kHlJCOQiaV93BsDrvZik9HwEIXDx6Y7eDB2KYfQul+uh54mCPp8d57x1b2AB6l6WzMgwJxCjpToTnc/RNk3sucHNnwW9tgYXwx6PISMFGqHHPu0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KeTXiuqI; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KeTXiuqI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1F111F000E9; Tue, 26 May 2026 10:57:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779793074; bh=4JRV23SJcQu6vM8ph76eZ4Eqh9L84IGzW3jcIzEbXto=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=KeTXiuqI5Rb12d4R5a5YV20+zZ6x4/Fj9kExsyTadRn+Cw6qtNg1WNAZB0+dFVkWi IVR1l/cPsumRRwvvWAP6hBnXyU3vu69n1ThSL5aqeXDqejIhep0ZZRjkvFM5Se015k 7etRyeVxVaxp5JrMcHh2Zwhem4R8NUxUyUUFp15ftqDAWBumyZfmudAFVY9M+2QWRz iJ3moaMaeGEBs/R+YqMvv5MfdxIB5V4/ZsDfWjyJwuG6XdSVkQpUtx3JUknUrglZs6 K5fl6uJYcYmdCMTX6kOIDeUMB2kHefGmv3GsT5/LxL++Dc30SXy5uKU9Y65KbT9/fn Zh8V1cObqz4HQ== From: Pratyush Yadav To: Takahiro Kuwano Cc: Tudor Ambarus , Pratyush Yadav , Michael Walle , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Takahiro Kuwano , stable@kernel.org Subject: Re: [PATCH RESEND 0/2] mtd: spi-nor: spansion: fix die erase support In-Reply-To: <20260522-die-erase-fix-v1-0-733ac8967df1@infineon.com> (Takahiro Kuwano's message of "Fri, 22 May 2026 17:48:09 +0900") References: <20260522-die-erase-fix-v1-0-733ac8967df1@infineon.com> Date: Tue, 26 May 2026 12:57:51 +0200 Message-ID: <2vxzv7ca4evk.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Hi Takahiro, This series is good to go except I can't apply it because the From header says "Takahiro Kuwano " and the signoff is from "Takahiro Kuwano ". Please fixup the commit author email or the signoff email and resend. On Fri, May 22 2026, Takahiro Kuwano wrote: > Signed-off-by: Takahiro Kuwano > --- > Takahiro Kuwano (2): > mtd: spi-nor: spansion: use die erase for multi-die devices only > mtd: spi-nor: spansion: add die erase support in s28hx-t > > drivers/mtd/spi-nor/spansion.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > --- > base-commit: a33dad83043ebcf18d0556ccc105b1620010f93d > change-id: 20260417-die-erase-fix-49a237ba9df4 > > Best regards, > -- > Takahiro Kuwano -- Regards, Pratyush Yadav