Re: [PATCH v5] net: ethernet: nb8800: support fixed-link DT node

2016-02-22 Thread Mason
On 16/02/2016 21:04, David Miller wrote: > This doesn't apply, please respin against my tree. I fixed several formatting issues with Sebastian's patch, and submitted v6. Regards.

Re: [PATCH v5] net: ethernet: nb8800: support fixed-link DT node

2016-02-16 Thread David Miller
From: Sebastian Frias Date: Mon, 08 Feb 2016 11:23:04 +0100 > > Under some circumstances, for example when connecting > to a switch: > > https://stackoverflow.com/questions/31046172/device-tree-for-phy-less-connection-to-a-dsa-switch > > the ethernet port will not be

[PATCH v5] net: ethernet: nb8800: support fixed-link DT node

2016-02-08 Thread Sebastian Frias
Under some circumstances, for example when connecting to a switch: https://stackoverflow.com/questions/31046172/device-tree-for-phy-less-connection-to-a-dsa-switch the ethernet port will not be connected to a PHY. In that case a "fixed-link" DT node can be used to replace it. This patch adds

Re: [PATCH v5] net: ethernet: nb8800: support fixed-link DT node

2016-02-08 Thread Måns Rullgård
Sebastian Frias writes: > Under some circumstances, for example when connecting > to a switch: > > https://stackoverflow.com/questions/31046172/device-tree-for-phy-less-connection-to-a-dsa-switch > > the ethernet port will not be connected to a PHY. > In that case a