Re: [PATCH v2 2/5] net: sun8i-emac: Add a flag for RMII support

2023-02-03 Thread Ramon Fried
On Mon, Jan 23, 2023 at 7:23 PM Andre Przywara wrote: > > On 22/01/2023 22:51, Samuel Holland wrote: > > Describe this feature instead of using the SoC ID. > > Looks alright, also compared against the kernel driver. > > > Signed-off-by: Samuel Holland > > Reviewed-by: Andre Przywara > > Cheers,

Re: [PATCH v2 2/5] net: sun8i-emac: Add a flag for RMII support

2023-01-23 Thread Andre Przywara
On 22/01/2023 22:51, Samuel Holland wrote: Describe this feature instead of using the SoC ID. Looks alright, also compared against the kernel driver. Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Cheers, Andre --- Changes in v2: - New patch for v2

[PATCH v2 2/5] net: sun8i-emac: Add a flag for RMII support

2023-01-22 Thread Samuel Holland
Describe this feature instead of using the SoC ID. Signed-off-by: Samuel Holland --- Changes in v2: - New patch for v2 drivers/net/sun8i_emac.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/net/sun8i_emac.c b/drivers/net/sun8i_emac.c index