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 841763C73F2 for ; Wed, 11 Mar 2026 09:09:40 +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=1773220187; cv=none; b=DYVXCW2e6gUKplkvEmQrMJ7sfeiMzMx2FBGggPCQ6lngDOB7+aMVqP0sW3UWoFU+1RE+myRoMHPnnell7ouX+zV5J3xvqhrvtD0bLQlyEKE2SdKRiTyVZfr6kAnCDk47Xy/hNKpHKuoKiSD0YoArdv/56mLJlm3/gRuJER1v5YQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773220187; c=relaxed/simple; bh=NXXBa7gfYJPSSz7i+5CSrIO1QdFi6SPXZ/DMiVtq8sE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=IjppRyB8j+RL5zfrFN4MRusB3DcbLOjjDmaDNPmQMsRwQnNtAPLV/Jii5ieKYk/1FjF2kjNvd1hWfkeY4AUH5S4Xi5gtbD9BDR2XnsfbkNQn/GjCINYgeQ5gdFVx2Qtirj0whBF9RO+JL13OkiixzMXWRHBwpCt9HbaK1z3wV5g= 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=kdi0oC0p; 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="kdi0oC0p" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id C6C0B1A2D92; Wed, 11 Mar 2026 09:09:38 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 9CBC660004; Wed, 11 Mar 2026 09:09:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 0600C103688EF; Wed, 11 Mar 2026 10:09:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1773220178; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=NXXBa7gfYJPSSz7i+5CSrIO1QdFi6SPXZ/DMiVtq8sE=; b=kdi0oC0pE947/DHSgqNwUdEgdrUS5fpagrZm/62qzDwqPw4pIBw9AfpAbQdeLSIvPpA0OB neAr8G26Ms4XHAepzwDZXFp9e510k8BFJEHH9XanGrPR+vEZCD1BcDDw9e7Vu/ftn9T5Jq r/0OyocCVFoci3MGA7nz8yOWMOPUfT4m6HFxy1AkO8LFQYFT9prQpiTcfrHGMvtPr8Re6C 4PAyY9a0onoYtcIKFL3vxXuOjQlxajNCJ9GnbULSXrFoTkKbSFxr79q3OYDbOZ2XtQmRvs R++V4bwyBo390D293ADBRXAyS3Otu/RMtU8CV+dsHS4sREhaxBAyjCQltAY7bg== From: Miquel Raynal To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Richard Weinberger , Vignesh Raghavendra , Randy Dunlap Subject: Re: [PATCH v2 1/1] mtd: physmap: physmap-bt1-rom: Remove not-going-to-be-supported code for Baikal SoC In-Reply-To: (Andy Shevchenko's message of "Tue, 10 Mar 2026 13:44:55 +0200") References: <20260225162406.3815267-1-andriy.shevchenko@linux.intel.com> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Wed, 11 Mar 2026 10:09:35 +0100 Message-ID: <875x72n35c.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 On 10/03/2026 at 13:44:55 +02, Andy Shevchenko wrote: > On Wed, Feb 25, 2026 at 05:23:34PM +0100, Andy Shevchenko wrote: >> As noticed in the discussion [1] the Baikal SoC and platforms >> are not going to be finalized, hence remove stale code. > > Can this be moved forward? Yes, I reviewed it and I plan to apply it. I will do a round of applied/thanks soon. Cheers, Miqu=C3=A8l