From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from extorris.mess.org (extorris.mess.org [92.243.27.206]) (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 CB6A13B47DF for ; Tue, 21 Jul 2026 20:53:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=92.243.27.206 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784667225; cv=none; b=REZ8seIsR0QLav/GavwEGdpFdphTwlx1aITgJgAwTjCV1RrpqpbdpjzJYbO1av7871geGsur9L8K/jnFUK0MF9VIHbMQW7MM0Sz5ObHIdoJRkC33YjeigS9YGrQj1tFjhxJM61YldQwnxQkXpO1aM+UJulF8m2q0S3lZW+5SgB8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784667225; c=relaxed/simple; bh=CZtQv86xg+vf6XuEqL3vDCFM9Bd2ifdWYO+RpvDpIP4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=j/N+CbRnzuEF+LagYRI8hlQb35Jc/7skZDhUK7e5m4ma/BrINZHvJN3xh6J4VVszFPx4U9Cc8F6XIDUUG0RiiQoZjY9o68RcoQjnuk/7eDQVpu310+38R2rk7VgunbeTzE3pOacyZtuL2brFSGpx1UJb9RwcicRfI9x/pgG/zdo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mess.org; spf=pass smtp.mailfrom=mess.org; dkim=pass (2048-bit key) header.d=mess.org header.i=@mess.org header.b=sGBr/XUh; arc=none smtp.client-ip=92.243.27.206 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mess.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mess.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mess.org header.i=@mess.org header.b="sGBr/XUh" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mess.org; s=2020; t=1784667216; bh=CZtQv86xg+vf6XuEqL3vDCFM9Bd2ifdWYO+RpvDpIP4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sGBr/XUhSG+hkBnTt5qRuONY5fMWybvsqjhHHJTlzawxJiwcEOzj9Nwylo/3LgXF/ 4RhgodJRzbXkk9Jd8K8/pzIsOQ8jSLniyoBii6CAUIbYH1N/cVmexYieEJqwI7fW3z Uyk6/iSHJ770ByzR/unS/+K6DVqFpDvhKnEDveh626QbQMyUMUV6Vx0Roe2sjZhFpc vhS/mmDqc0NNGRyeHt3TCv7bb4hB2rxtRaZDTIskjPIvmFNL8WydKaXEDMckC7WUtL Hgzyzv02XaL6v4R7FAMAN05dzZjQ7H2fYstvgVoNmb5CeVn58nbKyeGhuOqOySPx10 5/8wAyPdeoeMw== Received: by extorris.mess.org (Postfix, from userid 1001) id 7CAED40A39; Tue, 21 Jul 2026 21:53:36 +0100 (BST) Date: Tue, 21 Jul 2026 21:53:36 +0100 From: Sean Young To: Borislav Petkov Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , "Savoir-faire Linux Inc." Subject: Re: [PATCH RESEND v2] x86/platform: Remove Technology Systems 5500 board Message-ID: References: <20260706100304.303951-1-sean@mess.org> <20260721195058.GGal_Nog8-YYpWBiE8@fat_crate.local> 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: <20260721195058.GGal_Nog8-YYpWBiE8@fat_crate.local> On Tue, Jul 21, 2026 at 12:50:58PM -0700, Borislav Petkov wrote: > On Mon, Jul 06, 2026 at 11:03:02AM +0100, Sean Young wrote: > > Since commit 8b793a92d862 ("x86/cpu: Remove M486/M486SX/ELAN support"), > > this board is no longer supported. Remove the platform support too. > > > > Link: https://www.embeddedts.com/products/TS-5500 > > Signed-off-by: Sean Young > > --- > > .../ABI/testing/sysfs-platform-ts5500 | 54 --- > > MAINTAINERS | 5 - > > arch/x86/Kconfig | 9 - > > arch/x86/platform/Makefile | 1 - > > arch/x86/platform/ts5500/Makefile | 2 - > > arch/x86/platform/ts5500/ts5500.c | 341 ------------------ > > 6 files changed, 412 deletions(-) > > delete mode 100644 Documentation/ABI/testing/sysfs-platform-ts5500 > > delete mode 100644 arch/x86/platform/ts5500/Makefile > > delete mode 100644 arch/x86/platform/ts5500/ts5500.c > > Sashiko has a question: > > https://sashiko.dev/#/patchset/20260706100304.303951-1-sean%40mess.org Thanks for pointing that out. I don't know what tree sashiko is looking at but the ts5500 gpio and mtd maps drivers are long since gone out of the tree, there are no dependencies on TS5500 since 7.2-rc1. $ git grep -l TS5500 arch/x86/Kconfig arch/x86/platform/ts5500/Makefile arch/x86/platform/ts5500/ts5500.c Thanks, Sean