Re: [PATCH v2 1/5] net: sun8i-emac: Add a structure for variant data

2023-02-03 Thread Ramon Fried
On Mon, Jan 23, 2023 at 7:21 PM Andre Przywara wrote: > > On 22/01/2023 22:51, Samuel Holland wrote: > > Currently, EMAC variants are distinguished by their identity, but this > > gets unwieldy as more overlapping variants are added. Add a structure so > > we can describe the individual feature di

Re: [PATCH v2 1/5] net: sun8i-emac: Add a structure for variant data

2023-01-23 Thread Andre Przywara
On 22/01/2023 22:51, Samuel Holland wrote: Currently, EMAC variants are distinguished by their identity, but this gets unwieldy as more overlapping variants are added. Add a structure so we can describe the individual feature differences between the variants. Signed-off-by: Samuel Holland Loo

[PATCH v2 1/5] net: sun8i-emac: Add a structure for variant data

2023-01-22 Thread Samuel Holland
Currently, EMAC variants are distinguished by their identity, but this gets unwieldy as more overlapping variants are added. Add a structure so we can describe the individual feature differences between the variants. Signed-off-by: Samuel Holland --- Changes in v2: - New patch for v2 drivers/