From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A9B9D25DB1A for ; Tue, 5 May 2026 21:25:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778016343; cv=none; b=loLyXq+mJWRCuMIMsMiO3EPCdYX34QO2lhUi1RvpdADzmIxhWD0ngUdKsKz4P1pgZW+q8E5bzXk9ouHBk+BII7m72Fcvh0SqxCCgV14zl1YguBvFyQFugjxZ47RZNgN1LtIaEE1N0Uw7g3jSoy/QQDmnS9JI4EcKwhyDkk5iclM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778016343; c=relaxed/simple; bh=pr6jfAyrAoG2M+YXmT/euPJMGxoiLGFChnpn6MDHloE=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=XQgdiI6ZD2j9M+8YMaUoUdP89TwwQu5wCew1jviZByA8I2awNCQg99tIm/rprrXJ4laBmeWMW2d+Z1lyZgDzZd9RgZFadhaT/veCusst5oJgzPAVnyBu151Miw7R6wAKEz9Z0kdJm5SBBflPWacFvokIeJyjPR/ttMtGOK1xKpU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JUIYqtdK; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="JUIYqtdK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DEF4C2BCB4; Tue, 5 May 2026 21:25:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778016343; bh=pr6jfAyrAoG2M+YXmT/euPJMGxoiLGFChnpn6MDHloE=; h=From:To:Cc:Subject:Date:From; b=JUIYqtdKWSCBrhMEYuSXFSJu7vLgm3eCZFaEReRFapZWgU0dsObWH4EZTgisjCBkd TAodbpeaiutjiGpsbkAi20y/1jeDnrXIHum4FdnObJRpLlquOUAnzRTpyXLDubRwwh QSDmMek3eYOoO0pkJmqCCrbWy/ZV1E3NY0pQQICtr4YSkNrq/erQlYzSyqAPaemVpP W8Me/jcmWLYjYeSbEr9nGSPdiMr5zb8QvFK5eciwQ0CWOfRr89JBwn/zDHqevRE2q3 njaOGFAiTmmmEPkSoR/HFHu4qPJp51Cyu5RLPVmNyImNDNdEbcsds6bGsHBVxtKiVO SN/gB0rxQbnuw== From: Arnd Bergmann To: x86@kernel.org Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H . Peter Anvin" , Arnd Bergmann , Andres Salomon , Andrew Morton , linux-kernel@vger.kernel.org Subject: [PATCH] x86: mark AMD Geode support as orphaned Date: Tue, 5 May 2026 23:21:33 +0200 Message-Id: <20260505212458.2263891-1-arnd@kernel.org> X-Mailer: git-send-email 2.39.5 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Arnd Bergmann Andres mentioned that he no longer has access to Geode hardware including the OLPC XO-1, so the MAINTAINERS entry is no longer accurate. I also noticed that the documentation link no longer works, as the product was finally discontinued a few years ago. Aside from the XO-1, there are still a few embeded boards with custom code in arch/x86/platforms/geode and a number of Geode based thin clients were shipped that may continue to work without any custom kernel code. Mark the platform as orphaned, remove the dead link, and update the files list to include the platform code. Cc: Andres Salomon Link: https://lore.kernel.org/all/fddba1c8-a95a-490f-962e-8505cb948672@queued.net/ Signed-off-by: Arnd Bergmann --- MAINTAINERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1eefa4a304b2..dec5e2e437dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1116,10 +1116,9 @@ S: Orphan F: drivers/usb/gadget/udc/amd5536udc.* AMD GEODE PROCESSOR/CHIPSET SUPPORT -M: Andres Salomon L: linux-geode@lists.infradead.org (moderated for non-subscribers) -S: Supported -W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html +S: Orphaned +F: arch/x86/platform/geode/ F: arch/x86/include/asm/geode.h F: drivers/char/hw_random/geode-rng.c F: drivers/crypto/geode* -- 2.39.5