Re: [PATCH net-next v2 03/11] net: dsa: microchip: split ksz_common.h

2020-11-16 Thread Vladimir Oltean
On Mon, Nov 16, 2020 at 10:21:14AM +0100, Christian Eggers wrote: > On Friday, 13 November 2020, 17:56:34 CET, Christian Eggers wrote: > > On Friday, 13 November 2020, 00:02:54 CET, Vladimir Oltean wrote: > > > On Thu, Nov 12, 2020 at 04:35:29PM +0100, Christian Eggers wrote: > > > > Parts of ksz_c

Re: [PATCH net-next v2 03/11] net: dsa: microchip: split ksz_common.h

2020-11-16 Thread Christian Eggers
On Friday, 13 November 2020, 17:56:34 CET, Christian Eggers wrote: > On Friday, 13 November 2020, 00:02:54 CET, Vladimir Oltean wrote: > > On Thu, Nov 12, 2020 at 04:35:29PM +0100, Christian Eggers wrote: > > > Parts of ksz_common.h (struct ksz_device) will be required in > > > net/dsa/tag_ksz.c so

Re: [PATCH net-next v2 03/11] net: dsa: microchip: split ksz_common.h

2020-11-13 Thread Christian Eggers
On Friday, 13 November 2020, 00:02:54 CET, Vladimir Oltean wrote: > On Thu, Nov 12, 2020 at 04:35:29PM +0100, Christian Eggers wrote: > > Parts of ksz_common.h (struct ksz_device) will be required in > > net/dsa/tag_ksz.c soon. So move the relevant parts into a new header > > file. > > > > Signed-

Re: [PATCH net-next v2 03/11] net: dsa: microchip: split ksz_common.h

2020-11-12 Thread Vladimir Oltean
On Thu, Nov 12, 2020 at 04:35:29PM +0100, Christian Eggers wrote: > Parts of ksz_common.h (struct ksz_device) will be required in > net/dsa/tag_ksz.c soon. So move the relevant parts into a new header > file. > > Signed-off-by: Christian Eggers > --- > MAINTAINERS| 1

Re: [PATCH net-next v2 03/11] net: dsa: microchip: split ksz_common.h

2020-11-12 Thread Vladimir Oltean
On Thu, Nov 12, 2020 at 04:35:29PM +0100, Christian Eggers wrote: > Parts of ksz_common.h (struct ksz_device) will be required in > net/dsa/tag_ksz.c soon. So move the relevant parts into a new header > file. > > Signed-off-by: Christian Eggers > --- I had to skip ahead to see what you're going

[PATCH net-next v2 03/11] net: dsa: microchip: split ksz_common.h

2020-11-12 Thread Christian Eggers
Parts of ksz_common.h (struct ksz_device) will be required in net/dsa/tag_ksz.c soon. So move the relevant parts into a new header file. Signed-off-by: Christian Eggers --- MAINTAINERS| 1 + drivers/net/dsa/microchip/ksz_common.h | 81 +- include/