Re: [PATCH v3, 2/2] net: Add dm9051 driver

From: Jakub Kicinski
Date: Fri Dec 10 2021 - 10:01:40 EST


On Fri, 10 Dec 2021 16:40:21 +0800 JosephCHANG wrote:
> Add davicom dm9051 spi ethernet driver. The driver work for the
> device with its spi master.
>
> Test ok with raspberry pi 2 and pi 4, the spi configure used in
> my raspberry pi 4 is spi0.1, spi speed 31200000, and INT by pin 26.

Please rebase on top of net-next, this does not build because
netdev->dev_addr is constant now.