From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.gnudd.com (mail.gnudd.com [93.91.132.248]) (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 B05531CF5EC; Thu, 5 Dec 2024 08:12:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=93.91.132.248 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733386380; cv=none; b=JKxqEVQ0aWpvD8AtPSnHF0wcHh0MnN7rjrK6JCLRn6X0PvXJ6z38WbwZAQxrJMSNzK+Z4KfDw3c/ugzJVvDsgTsQkqoCp400cUrYyJlcLibMhEeRvJpNvI5brkeI5BWRsWB3bvD7pEZfOQupXUhvjv3EA8Yb3hUxb0blrLPLOZs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733386380; c=relaxed/simple; bh=uKzZE5ndOJlXuvikA/kWZZC8y9nWmrh3CP7PH/q0nSk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BJ4qhwWZ2ofWAmUk1AoTltmGUQtVrsCS+FBDUuI5LWliqR0Otg0MRSKtn3H0Am19Awych3unIzLgHBkD/7V4MGA+vPZv7ubRXNk7v2YOCHc9B6UrRiLag8dIIrZO0JOADwe7puo8ypg681ullK+bzSk75nkiyKAKrRCV9lczTqo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=gnudd.com; spf=pass smtp.mailfrom=arcana.gnudd.com; arc=none smtp.client-ip=93.91.132.248 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=gnudd.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arcana.gnudd.com Received: from dciminaghi by mail.gnudd.com with local (Exim 4.94.2) (envelope-from ) id 1tJ6OJ-0005D0-Tq; Thu, 05 Dec 2024 08:35:15 +0100 Date: Thu, 5 Dec 2024 08:35:15 +0100 From: Davide Ciminaghi To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Arnd Bergmann , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Linus Torvalds , Andy Shevchenko , Matthew Wilcox , Sean Christopherson , Paolo Bonzini , kvm@vger.kernel.org Subject: Re: [PATCH 10/11] x86: remove old STA2x11 support Message-ID: References: <20241204103042.1904639-1-arnd@kernel.org> <20241204103042.1904639-11-arnd@kernel.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=iso-8859-1 Content-Disposition: inline In-Reply-To: <20241204103042.1904639-11-arnd@kernel.org> X-Face: #Q;A)@_4.#>0+_%y]7aBr:c"ndLp&#+2?]J;lkse\^)FP^Lr5@O0{)J;'nny4%74.fM'n)M >ISCj.KmsL/HTxz!:Ju'pnj'Gz&. Sender: ciminaghi@gnudd.com On Wed, Dec 04, 2024 at 11:30:41AM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > ST ConneXt STA2x11 was an interface chip for Atom E6xx processors, > using a number of components usually found on Arm SoCs. Most of this > was merged upstream, but it was never complete enough to actually work > and has been abandoned for many years. > > We already had an agreement on removing it in 2022, but nobody ever > submitted the patch to do it. > yes sorry for that, I've never found the time to do it. Thanks a lot Davide Ciminaghi