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 4EF023B8D6F for ; Thu, 15 Jan 2026 16:07:16 +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=1768493236; cv=none; b=Fskm9CtsZt4DObbmEOI18kf5/Uci4d8LUEFDfunKiwu2OTLfv3V6YO/PhEA4Cs/dRxJ+NtU4YhT2UNQyMpe3Dxd7iEtakf2I/RdUd8ovnea4NQhrTkIYBXB9qRpkxql2Da1hyQrvQBkeWvNuZvgDRewev1xNL+Fy3DqOIVODv9w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768493236; c=relaxed/simple; bh=nBmoDHO2R0a4JYQRSShF47usB+o/lY7TK/w/u56HbK8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Q7khjxm2LXYOGiRMGzD0bLDQj2xe1obT4iUPf8XRmcsPS43/+U3p0W3WFUfTrbz5oLXgp2j/u8cjJZkmQ46b9Y518mP5+rxV4KTvgXpsBdp/joESisUHfUYmyq2C5pmBw4IT+6tN+iusuxnkluTIvW6ZrnOcKaGXzd5gqFDEOjA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nBo8grPF; 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="nBo8grPF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE72FC19421; Thu, 15 Jan 2026 16:07:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768493236; bh=nBmoDHO2R0a4JYQRSShF47usB+o/lY7TK/w/u56HbK8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nBo8grPFeuWXN1+PX9uXtzYbEtxmihakuI9+BMsBAiZqfC2RbIXx5m6CDuovFzrB0 8xEPFlRdcP9ilGZeo+bGqeEsAmBiTNpkCWuqmyzOH2tvc9wWsO+FyvfGsqEOP/Ic/5 FuaGugiAHBYM8LCvi6HjLXCqYKGUA2qtrjO0S8tllxDmp7TlskyiBz07LMWHKLFJiW tkQCCvqz3jTbPRw9UDbdvfUdOVYn59ANuDsw0KKIvsveHrwRABCUFPWFh7sxtWSc48 OY9mxV8V6G5kAUwTsriAVmAT0zvT/MyLxOVHM+H3b2nXcvT9ye4zW6F/hrSzpDLHy3 pr5GM20cUIrAw== Date: Thu, 15 Jan 2026 16:07:11 +0000 From: Simon Horman To: Heiner Kallweit Cc: Andrew Lunn , Jakub Kicinski , Paolo Abeni , David Miller , Eric Dumazet , Vadim Fedorenko , Lorenzo Bianconi , Maxime Chevallier , "netdev@vger.kernel.org" Subject: Re: [PATCH v2 net-next] net: ethernet: dnet: remove driver Message-ID: References: Precedence: bulk X-Mailing-List: netdev@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 Mon, Jan 12, 2026 at 09:11:04PM +0100, Heiner Kallweit wrote: > This legacy platform driver was used with some Qong board. Support for this > board was removed with e731f3146ff3 ("Merge tag 'armsoc-soc' of > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc") in 2020. > So remove this now orphaned driver. > > Signed-off-by: Heiner Kallweit > --- > v2: > - remove related config in arch/mips/configs/ip27_defconfig Thanks, It's nice to get rid of unused code. I might have cited commit c93197b0041d ("ARM: imx: Remove i.MX31 board files"). But that notwithstanding this looks good to me. Reviewed-by: Simon Horman