From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 43317401A3A for ; Wed, 27 May 2026 12:31:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779885116; cv=none; b=TpzpTD02UixQbqhzZ6oQG+sBzuqxFU/wfZ45u51PbJXOXaRIPWd1u+94KXBUN/GUSUqXPsefMhFRKA/+v7/URFYwKUmYrbqAD6pLUT9JG5o4RR8BSzpwTX0tynKNmOUfr6Rp/RORL6xMGin645zUm9BR5OKY+7bp5dwp7FMGVH4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779885116; c=relaxed/simple; bh=wwdWpcXTENG1BTum1aoA+IqKME5QNCSSso9FQRVmN0Q=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=YMMFbMbj0k6f2McKMqRJyH9TIzuG5DYFNu/dgL1ALhCnq1V+cPiZ2I324Bw4AOb4aQZyZ/NEnb5ig0sGHxLarQ+h6hgiYD2X7Iyab2Bm6zgCR1STsy3xSk6gkQkJzHTnk4KxMrftILlugJO4RwBxn14FhoYqmpSI4jkvRqpjn8Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=hkILlpvD; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="hkILlpvD" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 106F11A36ED; Wed, 27 May 2026 12:31:51 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id D76FF601A1; Wed, 27 May 2026 12:31:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 9ED2210888057; Wed, 27 May 2026 14:31:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1779885110; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=lxHtVaQbf91eKij/kgLnjYMNpqvqM6I7+CyEk9qbUmo=; b=hkILlpvDNpFJbi7EIYdgHX6HQ+VgiBZbvXFqw9/Q88AbMAyCFqt+jwEyTax/2cwXLNbswE MXW7FYlYfkRa8GA/cqANgDS7I6qGN8UXmqdmtYV7enwW70fEsJ7HnRK/OvxDYQOdAIV0tK FJeb0aP4P6+Cv5y9rLVINC1jsbw1OME9U4XDb2mY5CwQQEaDbhWsviBfv8mnwbp+guYp+D b3FEKoFhet7BfaJNiRXOy3PTtKXQeUVibjnhA9ZVTvXHdQSoI6KDnQoLx7tIDszWhWrapA 5MjYiOXiCZ5ZMe6tZpEhubxtw1S2Dr+96U7nLa0hrV6co/zJ6ZUOM1w8RT1QEw== From: Miquel Raynal To: "Arnd Bergmann" Cc: "Arnd Bergmann" , "Richard Weinberger" , "Vignesh Raghavendra" , "Randy Dunlap" , "Andy Shevchenko" , linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH 1/3] mtd: maps: remove AMD =?utf-8?Q?=C3=89lan?= specific drivers In-Reply-To: <6909a1ef-355b-41a9-9ce5-ae0c9c993b25@app.fastmail.com> (Arnd Bergmann's message of "Wed, 27 May 2026 11:34:30 +0200") References: <20260526103227.3152003-1-arnd@kernel.org> <87fr3djjhl.fsf@bootlin.com> <6909a1ef-355b-41a9-9ce5-ae0c9c993b25@app.fastmail.com> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Wed, 27 May 2026 14:31:47 +0200 Message-ID: <87pl2hhw3w.fsf@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Hi Arnd, On 27/05/2026 at 11:34:30 +02, "Arnd Bergmann" wrote: > On Wed, May 27, 2026, at 11:21, Miquel Raynal wrote: >> On 26/05/2026 at 12:32:04 +02, Arnd Bergmann wrote: >> 3 files changed, 469 deletions(-) >> >> >> Is it okay for you? > > Looks good to me, thanks a lot for rebasing the patch. No problem :), now pushed to linux-mtd branch mtd/next. Thanks, Miqu=C3=A8l