From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8937A3806CD for ; Fri, 13 Mar 2026 11:53:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773402817; cv=none; b=Wy+M6X24BhQEy0OC2h1BCce3zm/phx0K+P0bgzEJ5oqk8H/y/OGEDF0bzCcEmiorDZitBb+1WrGJ2l7ppckyqdg8m5/RMfUflWd+D9qFgvyBUutIcgvGLaEliKGKDCVv0uzGH9iW0XGJIWy1AYyL0afZc5HEqoF4UmvTJWzvUo8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773402817; c=relaxed/simple; bh=FbILK/dZqoCSveX32dGq+uxOScKMipAbdd6Aw3SBmaw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Kg8+SpKtzKlX8pfE+B5iCDszYo4JZqlQmCTkqpGIkADyyIYf1NR2j+swi5fwsf2KwLvysMJHXeXAo3zlYop36YlKfAAWleAZl+73mxNUaj8BbkQzQRq010FM/gqHAb4LgYgWUMZ20bsyK26Em3GB1LLflozD9cdhrtmk4CvQHsw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=P8Aul7DP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="P8Aul7DP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FFC2C19421; Fri, 13 Mar 2026 11:53:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773402817; bh=FbILK/dZqoCSveX32dGq+uxOScKMipAbdd6Aw3SBmaw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=P8Aul7DPxuNJEizljTh6YrCUoFZnC7mCyGtZOYU1TPT/SojnVDXHzAzcW4y+UzZ6Z 9IWq+9tcVeHbw3aen6Zdw7hgwwUCcA2MeEX5BnJGEFPnJ6qnSjHKA9qB5uqOeadqJ0 sYRTYqk5FpFpp+E++E271TEFf6ZtjRjX8uSP0r/kVY4OBB+4UprdLfzRl0HGM6oxG/ xWgemrtxzHCBFTDOhX3c+sqRAkseTMWfBkz/Xvy1qZeIl9zhBm7oBbRe8BmgucguNc OEL/GRvf1+RP0ZC8m0TQfzv+MT7umd3lWlljc3VR/j+eOMPnsQZFyVBrfmZBqNB7NB mKHQgRpbng5gA== From: Pratyush Yadav To: Tudor Ambarus Cc: Miquel Raynal , pratyush@kernel.org, mwalle@kernel.org, takahiro.kuwano@infineon.com, richard@nod.at, vigneshr@ti.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates In-Reply-To: (Tudor Ambarus's message of "Thu, 26 Feb 2026 16:25:39 +0200") References: <20260213-remove-tambarus-from-spi-nor-v1-0-6caefb1a63ae@linaro.org> <177203780705.1983427.17146838755296719140.b4-ty@bootlin.com> Date: Fri, 13 Mar 2026 11:53:33 +0000 Message-ID: <2vxzh5qkdjya.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 On Thu, Feb 26 2026, Tudor Ambarus wrote: > On 2/25/26 6:44 PM, Miquel Raynal wrote: >> Applied to mtd/fixes, I will queue these patches through a fixes >> PR. Thank you again Tudor! > > Thanks for queuing this up. > > And thanks everyone for the kind words and the great collaboration > over the years! It's been a pleasure, and I'm very glad to leave > the subsystem in such capable hands. > > See you around the lists! I'm a bit late to the party, but thanks for all the work you have done on SPI NOR. It was always a pleasure working with you :-) -- Regards, Pratyush Yadav