From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) (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 341451944B; Tue, 19 Dec 2023 13:21:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="1wTMgGGD" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1702992060; bh=TsO3xC5LiEC2Q1rDd6j5HFyylembdHw/NQAvbMXny7I=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=1wTMgGGDN41nxiK38PIzsZRseLY07AikSD3kZrb6PZ/3ByZMDE7oCm8FOQWDXzzFD ym4/CBeHqaC2rghNXq8jIxH5xOeU2qE3gXG8fQoQPo8Lb6cy/mHXSIDQp41qpMLEWK EI6d1quKbBpZCn8o4BaTxt8nmkSCmPgueu7RmSk/IDBQl2PEMAB58kYAObV3Ng1oyT nzaIHtWLIKRUZVA2BWM/XL91BQ9ZUl824xjvkjFDZME9LagsP8wkrWOlSDwPWWielV cVmXBkCGeo1OAX1vfUxbC90Cv6/ref42de0inLmjCDs0RtMkow7xpCvtrNlAPPsjbM lOkKmBOzqlhng== Received: from [100.115.223.179] (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 5AB9F378145A; Tue, 19 Dec 2023 13:20:58 +0000 (UTC) Message-ID: <0451e5a9-0cfb-42a5-b74b-2012e2c0d326@collabora.com> Date: Tue, 19 Dec 2023 15:20:57 +0200 Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 0/9] Enable networking support for StarFive JH7100 SoC Content-Language: en-US To: Andrew Lunn Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Emil Renner Berthing , Samin Guo , Paul Walmsley , Palmer Dabbelt , Albert Ou , Hal Feng , Michael Turquette , Stephen Boyd , Alexandre Torgue , Jose Abreu , Maxime Coquelin , Richard Cochran , Giuseppe Cavallaro , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, linux-clk@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, kernel@collabora.com References: <20231218214451.2345691-1-cristian.ciocaltea@collabora.com> From: Cristian Ciocaltea In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 12/19/23 11:03, Andrew Lunn wrote: > On Mon, Dec 18, 2023 at 11:44:40PM +0200, Cristian Ciocaltea wrote: >> This patch series adds ethernet support for the StarFive JH7100 SoC and makes it >> available for the StarFive VisionFive V1 and BeagleV Starlight boards, although >> I could only validate on the former SBC. Thank you Emil and Geert for helping >> with tests on BeagleV! > > You will need to split this into patch sets per subsystem. The changes > to the stmmac driver can then go via netdev, and the rest via each > subsystem maintainer. It should then all meet in linux-next and work > there. Thanks for the reviews and your support to get those networking issues properly handled! Just to confirm the split will be done correctly, I'm going to keep just the bindings and dts patches in v5, while the networking driver and clock related patches will be submitted as part of two additional sets. Regards, Cristian