From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) (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 23FC12C0263 for ; Wed, 25 Feb 2026 09:20:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772011235; cv=none; b=HmDMIM3tiYccTqjyNp/evvzNt5alY67lDWDptVuwehZ48rns87oHD9L1prhTGif/wLZwGlOK27pg7dqwTVshvmlCuc7qBvI5ylCsqfgR1rAyS85T3oISqNoUhSTSpQuG8xMVWhhgoWFDwrF04rn1dowdFOptd2r9TBGcatUjiGM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772011235; c=relaxed/simple; bh=EYd3NDvQIUi4EpRkk9wdlnrRbcqeblN4BQz09FGZvBA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ODqrbMd+wN1UGSNePQxiL1/3hyT5IKtr11GsRsB60WAI8k6aDYoUsqmVuCX50crbcqxDi+m3KqCkvI7w3/lM1nIAZGxwt9iZdYlJ8iIIJuBktTNzBmeVVwVZ+2+9M38ejuJ+s5qdPoo8HOx3goMdKI70VvhNVj6nzQSysW2kdtQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=OHGP7qa/; arc=none smtp.client-ip=192.198.163.10 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="OHGP7qa/" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772011234; x=1803547234; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=EYd3NDvQIUi4EpRkk9wdlnrRbcqeblN4BQz09FGZvBA=; b=OHGP7qa/oID0ZKC76E3MG7DY9fgLuFRP/gqYnHir8c7Lq8efxMpN0lR1 BYqpyS2eveybHcccWNXAVBOmtW68TQxrZr2hLaQsv3utoiQF6b5SueDtB WchAPlwY+AugcUWuSeUBcoGw5Ikt6hS/hTlL5TcMboy8P/PmmCAZ7agy4 3NknspyWOl2J2Cyx7iKRP9G2Q8Wfjiz9VjcVtvjW1bVs8Jb9DWELkxXxb zLLV8DcBHAObHocgbIYbBGvCXNq2fLAZUMB7660kM5qkIs6aVYadB1zTz I/SrfNp/06whC8Nr/arotTJccFm/OfK7oz6+sE8yfSRxezGsrO0jr4QC8 Q==; X-CSE-ConnectionGUID: FkZPwzOnQxmdUgGXE0DRcQ== X-CSE-MsgGUID: 6Ax2qShsSR6U67M3pLx9QA== X-IronPort-AV: E=McAfee;i="6800,10657,11711"; a="84408960" X-IronPort-AV: E=Sophos;i="6.21,310,1763452800"; d="scan'208";a="84408960" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2026 01:20:34 -0800 X-CSE-ConnectionGUID: aIsR1vNSREOiCyw6OJfVNQ== X-CSE-MsgGUID: WVbpTeIQTZeoA8KF3ClwIw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,310,1763452800"; d="scan'208";a="213887445" Received: from vpanait-mobl.ger.corp.intel.com (HELO localhost) ([10.245.244.71]) by fmviesa006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2026 01:20:32 -0800 Date: Wed, 25 Feb 2026 11:20:30 +0200 From: Andy Shevchenko To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Miquel Raynal , Richard Weinberger , Vignesh Raghavendra Subject: Re: [PATCH v1 1/1] mtd: physmap: physmap-bt1-rom: Remove not-going-to-be-supported code for Baikal SoC Message-ID: References: <20260224153927.3627867-1-andriy.shevchenko@linux.intel.com> <710526b9-8a5e-4c6d-8f5b-1ed51f015f5f@infradead.org> 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=us-ascii Content-Disposition: inline In-Reply-To: <710526b9-8a5e-4c6d-8f5b-1ed51f015f5f@infradead.org> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Tue, Feb 24, 2026 at 10:47:06AM -0800, Randy Dunlap wrote: > On 2/24/26 7:39 AM, Andy Shevchenko wrote: > > As noticed in the discussion [1] the Baikal SoC and platforms > > are not going to be finalized, hence remove stale code. > > > > Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@infradead.org/ [1] > > Signed-off-by: Andy Shevchenko > > --- > > drivers/mtd/maps/Kconfig | 11 --- > > drivers/mtd/maps/Makefile | 1 - > > drivers/mtd/maps/physmap-bt1-rom.c | 125 ----------------------------- > > drivers/mtd/maps/physmap-bt1-rom.h | 17 ---- > > 4 files changed, 154 deletions(-) > > delete mode 100644 drivers/mtd/maps/physmap-bt1-rom.c > > delete mode 100644 drivers/mtd/maps/physmap-bt1-rom.h > > There is also a small change in drivers/mtd/maps/physmap-core.c > that is needed: > > -#include "physmap-bt1-rom.h" I somehow missed that. > and then > Reviewed-by: Randy Dunlap Thanks! -- With Best Regards, Andy Shevchenko