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 34B1027A912; Tue, 6 May 2025 12:03:49 +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=1746533032; cv=none; b=tYTkBej3RZMH+qDJfKfh6fp6Bmy+KDWtzTVkPQkHoFWMnyUUeS9x3DzfrSHMlbLDSga8e70Sh/3M+/vTO56rS9mQBUWS+CHq08xD/BeysMuVm38D8NPE/NV+1UnmsOkLboope6ovxqfbXhOl27PUOs7UKvDBNKVBLwaY8WVJLD8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746533032; c=relaxed/simple; bh=bvcE8UJriU5bQ/HfVeJGeB81Nh5hUtXaylGcj4Om6OM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eROXJUYF+P/HFCfgcnM1NW8WAxNZ1O3RJJPVhhKTzny7xzEYHE9WldL8KGDrNALL99PW3jLnYk5Zme913O4DyJrkWDHgAIuPaJSIHEdQZ90CWx+ZzatDTvWdUzLqj45YqWVVPcnJ2yE65rsXJ0NJgKvSDTV5L4av5U2pN9Rc7KQ= 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=03rizyVd; 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="03rizyVd" 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=ccy92s0Vv0PZxaLjkoe4HChXBpQXYsl9udKDAzD8mp0=; b=03rizyVdV3c8TaymbHp7nH4o/P EWDRrO2mANpHp/Bmru1XHIadbYDLJUdlUY0n8ZmM1kaQ+UIKip2J1Y5c9UPUJuU7rXlDNBVSeAOMy OLeVuLdeKPBPnyNoLvaA9W8cBGhC+43Y5kpAnLKlyk/3bFCc94W7ANvs6OM2dRxakHmQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1uCH14-00BkfN-6i; Tue, 06 May 2025 14:03:18 +0200 Date: Tue, 6 May 2025 14:03:18 +0200 From: Andrew Lunn To: Inochi Amaoto Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen Wang , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Maxime Coquelin , Alexandre Torgue , Richard Cochran , Guo Ren , Thomas Gleixner , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , "Russell King (Oracle)" , Romain Gantois , Joe Hattori , Lothar Rubusch , Bartosz Golaszewski , Giuseppe Cavallaro , Jose Abreu , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, sophgo@lists.linux.dev, linux-riscv@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Yixun Lan , Longbin Li Subject: Re: [PATCH net-next 0/4] riscv: sophgo: Add ethernet support for SG2042 Message-ID: References: <20250506093256.1107770-1-inochiama@gmail.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: <20250506093256.1107770-1-inochiama@gmail.com> On Tue, May 06, 2025 at 05:32:50PM +0800, Inochi Amaoto wrote: > The ethernet controller of SG2042 is Synopsys DesignWare IP with > tx clock. Add device id for it. > > This patch can only be tested on a SG2042 x4 evb board, as pioneer > does not expose this device. Do you have a patch for this EVB board? Ideally there should be a user added at the same time as support for a device. Andrew