Re: [PATCH net-next v3 05/12] net: dsa: microchip: ksz9477: move chip reset to ksz9477_switch_init()
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2020-11-20 22:49:41
Also in:
linux-devicetree, lkml
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2020-11-20 22:49:41
Also in:
linux-devicetree, lkml
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 <ceggers@arri.de> ---
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>