Re: [PATCH 3/6] net: calxedagmac: Convert to DM_ETH

2021-04-20 Thread Tom Rini
On Mon, Apr 12, 2021 at 01:04:52AM +0100, Andre Przywara wrote: > To squash that nasty warning message and make better use of the newly > gained OF_CONTROL feature, let's convert the calxedagmac driver to the > "new" driver model. > The conversion is pretty straight forward, mostly just adjusting

Re: [PATCH 3/6] net: calxedagmac: Convert to DM_ETH

2021-04-14 Thread Ramon Fried
On Mon, Apr 12, 2021 at 3:05 AM Andre Przywara wrote: > > To squash that nasty warning message and make better use of the newly > gained OF_CONTROL feature, let's convert the calxedagmac driver to the > "new" driver model. > The conversion is pretty straight forward, mostly just adjusting the > us

[PATCH 3/6] net: calxedagmac: Convert to DM_ETH

2021-04-11 Thread Andre Przywara
To squash that nasty warning message and make better use of the newly gained OF_CONTROL feature, let's convert the calxedagmac driver to the "new" driver model. The conversion is pretty straight forward, mostly just adjusting the use of the involved data structures. The only actual change is the re