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 C98054746A8 for ; Tue, 21 Jul 2026 21:01:01 +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=1784667663; cv=none; b=FwgpOs04rn1P+fUeevTiX6kGGdGGgNmIWp5dVL4EwCzowJgPDOiATHLUwglZHok2L+HtYGBc08TPRLKWpQo2+kWCiiuPIfexqiEHsDAq5UZrYci9tor4NGj40zOJ0VCLN0NT4BSO0y8+surUb93w59t+mNAeQuPE4AUDNpXSuh0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784667663; c=relaxed/simple; bh=DRjUZxIf5Vqy+t0pq2S43D47LfGoSh0F6demC/OWp9U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HoBkp+8xIfgKlCir1y6ksOOpLNNkt2wnJ3bAxMerq0iY6m6iDXbSXuzpYxEoqP2iENTvoUKeX1sZnNuHe/hteHi9BhEciPCxU6c1xZ0toreowxHyZnnxewihz73sc0FvU9iXRINYWeIMEBRXmyArxmCv2lKKQT8krD5MMVa73Sc= 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=NJvz2myG; 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="NJvz2myG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mess.org; s=2020; t=1784667660; bh=DRjUZxIf5Vqy+t0pq2S43D47LfGoSh0F6demC/OWp9U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NJvz2myG01zFli3AlYbOGot6LvRR1ZqDghLKH5cO7qDUrF83U7nZYTGpZoyLtrhs2 sLF0HacKCYQD7qiy4h54F6dkBQQE4ojeycYG43SPuFQisbN7kaO8NWt+2JJD6qr3Vc lyVSXYvEjBDqMiGnyWPwdr7yPGTqepL8Hwft7gRVTpl/crwssB7wyw+N+LArgPiwDY OFWbYHtq195eWdVo0zHQZUnMZjllX0s4mGASNJhZsiaLpOWq9mGo5uNGJxYnpxq/Hy 7QEtWM9a1bN2XwoLFv6REKiYT0M2pHR8mgc93CyICol6/u0w7J2x9kQw+YtMx5nInM bN1w4AwSc2aTg== Received: by extorris.mess.org (Postfix, from userid 1001) id 0892840A3A; Tue, 21 Jul 2026 22:01:00 +0100 (BST) Date: Tue, 21 Jul 2026 22:00:59 +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: On Tue, Jul 21, 2026 at 09:53:36PM +0100, Sean Young wrote: > 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. I should also point out that the maintainer's email address kernel@savoirfairelinux.com is bouncing with user unknown. Thanks, Sean