Re: [PATCH 2/3] net: sun8i-emac: Drop use of arch-specific header

2022-08-06 Thread Ramon Fried
On Fri, Jul 15, 2022 at 8:21 AM Samuel Holland wrote: > > This header is not used since commit abdbefba2a4e ("net: sun8i_emac: Use > consistent clock bitfield definitions"). Dropping it allows the driver > to be architecture-independent. > > Signed-off-by: Samuel Holland > --- > > drivers/net/su

Re: [PATCH 2/3] net: sun8i-emac: Drop use of arch-specific header

2022-07-18 Thread Andre Przywara
On Fri, 15 Jul 2022 00:20:57 -0500 Samuel Holland wrote: Hi, > This header is not used since commit abdbefba2a4e ("net: sun8i_emac: Use > consistent clock bitfield definitions"). Dropping it allows the driver > to be architecture-independent. Yes, we don't need this header anymore (all boards c

[PATCH 2/3] net: sun8i-emac: Drop use of arch-specific header

2022-07-14 Thread Samuel Holland
This header is not used since commit abdbefba2a4e ("net: sun8i_emac: Use consistent clock bitfield definitions"). Dropping it allows the driver to be architecture-independent. Signed-off-by: Samuel Holland --- drivers/net/sun8i_emac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/n