Re: [PATCH net-next v1] lan743x: replace devicetree phy parse code with library function

2020-11-17 Thread Sven Van Asbroeck
On Tue, Nov 17, 2020 at 1:47 PM Jakub Kicinski wrote: > > On Tue, 17 Nov 2020 03:09:56 +0100 Andrew Lunn wrote: > > Reviewed-by: Andrew Lunn > Applied, thanks! Thank you Andrew and Jakub !

Re: [PATCH net-next v1] lan743x: replace devicetree phy parse code with library function

2020-11-17 Thread Jakub Kicinski
On Tue, 17 Nov 2020 03:09:56 +0100 Andrew Lunn wrote: > On Mon, Nov 16, 2020 at 12:01:55PM -0500, Sven Van Asbroeck wrote: > > From: Sven Van Asbroeck > > > > The code in this driver which parses the devicetree to determine > > the phy/fixed link setup, can be replaced by a single library > >

Re: [PATCH net-next v1] lan743x: replace devicetree phy parse code with library function

2020-11-16 Thread Andrew Lunn
On Mon, Nov 16, 2020 at 12:01:55PM -0500, Sven Van Asbroeck wrote: > From: Sven Van Asbroeck > > The code in this driver which parses the devicetree to determine > the phy/fixed link setup, can be replaced by a single library > function: of_phy_get_and_connect(). > > Behaviour is identical,

[PATCH net-next v1] lan743x: replace devicetree phy parse code with library function

2020-11-16 Thread Sven Van Asbroeck
From: Sven Van Asbroeck The code in this driver which parses the devicetree to determine the phy/fixed link setup, can be replaced by a single library function: of_phy_get_and_connect(). Behaviour is identical, except that the library function will complain when 'phy-connection-type' is