From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> On Wed, 20 Dec 2023 23:17:38 +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! > > The work is heavily based on the reference implementation [1] and depends > on the SiFive Composable Cache controller and non-coherent DMA support > provided by Emil via [2] and [3]. > > [...] Applied to riscv-dt-for-next, thanks! [1/4] riscv: dts: starfive: jh7100: Add sysmain and gmac DT nodes https://git.kernel.org/conor/c/5ca37ca2a483 [2/4] riscv: dts: starfive: jh7100-common: Setup pinmux and enable gmac https://git.kernel.org/conor/c/6e204aa2116c [3/4] riscv: dts: starfive: visionfive-v1: Setup ethernet phy https://git.kernel.org/conor/c/e16d3dc0a2d7 [4/4] riscv: dts: starfive: beaglev-starlight: Setup phy reset gpio https://git.kernel.org/conor/c/2db68ddbf33a Thanks, Conor.