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 304503AB264; Thu, 9 Apr 2026 12:14:03 +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=1775736847; cv=none; b=ndeiZgFsvn+yUGaw/xpVIu1UI44AAgZrlmlbiBhdA3h/McEhic93SSc5t57jsDEuhsA8++mxo9COoREXN9CKhv2ug0Ih/4RHJgNzKd929Mzvt1aXstGy2uqjP8pJQarrrGOmWc4M5ObkpEAeghbx6ny4hYUtQIvmcBUcv2iTgss= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775736847; c=relaxed/simple; bh=yaFtFQ2qho+zR+7FCX6Swr0g6KvEOxRChoGcBTZdc8U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=u9cBQQ4V5pymdQvHzoxrKqEmlAIJrPw1iRlfcUsMQ3c8mDofLQcuIgqqhd1hCaYvzvJhaoEz1RM4uXpZCBahgjUTFEJ0vbn8if8qytsdfed45B+poKkm7b6y8xs8H0WemNUnIFKXfVRD7F/eay/yciglnFjv+i1vZcQrHSUegzQ= 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=a+32BEin; 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="a+32BEin" 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=9ehBZ2aD/9lNOYtyFLKz65mllx6XG726DMrd4UFMMzk=; b=a+32BEin6Dyh4EGcC3YooCOhUJ oFrf3MTW0RL8h7l/m6TPXTrtRPmwN5B0joICH6yHKkmGeFC6Ci8eCNwk7KhEkvEfvZ/smEcYU//PO eYvK+gHjyldsICJv8FlweATmoDyCGhquQLwIKuu8ZwnGTXZOv39a21mfMnp/No4YJ2+o=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wAoGZ-00FQWZ-Le; Thu, 09 Apr 2026 14:13:47 +0200 Date: Thu, 9 Apr 2026 14:13:47 +0200 From: Andrew Lunn To: Minda Chen Cc: Alexandre Torgue , Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-stm32@st-md-mailman.stormreply.com" , "devicetree@vger.kernel.org" Subject: Re: [net-next v1 v1 1/5] dt-bindings: net: starfive,jh7110-dwmac: Remove JH8100 Message-ID: References: <20260408084416.29753-1-minda.chen@starfivetech.com> <20260408084416.29753-2-minda.chen@starfivetech.com> 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: > Yes. > We (StarFive) stop developing on JH8100 now, And do NOT release the SoC outside. Please add that to the commit message as the justification of removing support. Andrew