Re: [PATCH net-next v3 05/12] net: dsa: microchip: ksz9477: move chip reset to ksz9477_switch_init()

2020-11-20 Thread Vladimir Oltean
On Wed, Nov 18, 2020 at 09:30:06PM +0100, Christian Eggers wrote: > The next patch will add basic interrupt support. Chip reset must be > performed before requesting the IRQ, so move this from ksz9477_setup() > to ksz9477_init(). > > Signed-off-by: Christian Eggers > --- Reviewed-by: Vladimir Ol

[PATCH net-next v3 05/12] net: dsa: microchip: ksz9477: move chip reset to ksz9477_switch_init()

2020-11-18 Thread Christian Eggers
The next patch will add basic interrupt support. Chip reset must be performed before requesting the IRQ, so move this from ksz9477_setup() to ksz9477_init(). Signed-off-by: Christian Eggers --- drivers/net/dsa/microchip/ksz9477_main.c | 15 +++ 1 file changed, 7 insertions(+), 8 dele