Re: [PATCH v2 net-next] net: fixed-phy: Add fixed_phy_register_with_gpiod() API

2019-02-08 Thread Moritz Fischer
Hi David, On Thu, Feb 7, 2019 at 6:15 PM David Miller wrote: > > From: Moritz Fischer > Date: Thu, 7 Feb 2019 12:14:55 -0800 > > > Add fixed_phy_register_with_gpiod() API. It lets users create a > > fixed_phy instance that uses a GPIO descriptor which was obtained > > externally e.g. through pl

Re: [PATCH v2 net-next] net: fixed-phy: Add fixed_phy_register_with_gpiod() API

2019-02-07 Thread David Miller
From: Moritz Fischer Date: Thu, 7 Feb 2019 12:14:55 -0800 > Add fixed_phy_register_with_gpiod() API. It lets users create a > fixed_phy instance that uses a GPIO descriptor which was obtained > externally e.g. through platform data. > This enables platform devices (non-DT based) to use GPIOs for

[PATCH v2 net-next] net: fixed-phy: Add fixed_phy_register_with_gpiod() API

2019-02-07 Thread Moritz Fischer
Add fixed_phy_register_with_gpiod() API. It lets users create a fixed_phy instance that uses a GPIO descriptor which was obtained externally e.g. through platform data. This enables platform devices (non-DT based) to use GPIOs for link status. Reviewed-by: Florian Fainelli Signed-off-by: Moritz F