From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 C4F9D3D1CD4; Wed, 22 Apr 2026 12:50:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776862256; cv=none; b=rUWuaYL28WTN/q3GVAUpz9by3a8nyja6adAJxXCKmflZXUmZyY3r0cDvcelZv7zzjUnw55bnGRQfm9aTH5gJLxeyQSJpVnCDSG3Peo4/ivD+QJh7KIj13/Eolb2uy72GnWpObNUx0IJ4Nb5aM0IPbjByK2czpeSl7igozv8bhOM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776862256; c=relaxed/simple; bh=Fgj6xtcADYBiMOCmjmwMUsvpQWp1JAxbkSX6keLfX9s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NpcopXB2HgFnc54t6HVQSTa9Wh6hr4QPXg+6+EZGEvt2R8GRkmdAi6hnppoadbZ/KVQtoQmVm2pP3APRblLN71rjP4GH+es1J/YdYarzDP44JQPdF+GRIA8FRzWTKqI1ZVjD8BY1j9AJDf886VeLRftQTBEnBMkCzQcgTuCgVc8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=JT4MU7Mn; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="JT4MU7Mn" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=yvBLQ3Qq3dOR+X4ePHZ/PQRix44xFL2TY/QPkI/uQF0=; b=JT4MU7Mn/vFoS4+ilrzuuIwoNb WFwbvtsK9uizD6w77N+TIwyXs95XWlrr7NxmJYdb+2b5eU6toFtYBWZpkYTR5+ajjCko2tmpdvgKB wfJSFHmgragW193BKmpIFHwHp6h6EHLs7IcbVZFHp2s+yB8Y7ABnWEgcb9s9yNq9E+bA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wFX2U-00H21R-KX; Wed, 22 Apr 2026 14:50:46 +0200 Date: Wed, 22 Apr 2026 14:50:46 +0200 From: Andrew Lunn To: Daniel Palmer Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Jonathan Corbet , Shuah Khan , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH net 06/18] drivers: net: amd: Remove hplance and mvme147 Message-ID: References: <20260421-v7-0-0-net-next-driver-removal-v1-v1-0-69517c689d1f@lunn.ch> <20260421-v7-0-0-net-next-driver-removal-v1-v1-6-69517c689d1f@lunn.ch> Precedence: bulk X-Mailing-List: linux-doc@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 Wed, Apr 22, 2026 at 06:38:28AM +0900, Daniel Palmer wrote: > Hi Andrew, > > On Wed, 22 Apr 2026 at 04:39, Andrew Lunn wrote: > > > > These drivers use the 7990 core with wrappers for the HP300 and > > Motorola MVME147 SBC circa 1998. It is unlikely they are used with a > > modern kernel. > > I have an MVME147 blinking away running mainline using the mvme147 driver. > I think some of these need to be CC'd to the specific arch lists so > the few people using them get a chance to pipe up. That is part of the problem. No MAINTAINERs entry. so ./scripts/get_maintainers.py does not add an Cc: to the list. > I think I'm the last person to have touched the mvme147, I don't mind > being a maintainer for it. Please submit an entry for MAINTAINERs. I will drop this patch. Andrew