Re: [PATCH v2 0/3] drivers: net: xgene: fix: Get channel number from device binding

2016-05-02 Thread David Miller
From: Iyappan Subramanian Date: Fri, 29 Apr 2016 11:10:12 -0700 > This patch set adds 'channel' property to get ethernet to CPU channel number, > thus decoupling the Linux driver from static resource selection. > > v2: Address review comments from v1 > - removed irq reference from Linux driver >

[PATCH v2 0/3] drivers: net: xgene: fix: Get channel number from device binding

2016-04-29 Thread Iyappan Subramanian
This patch set adds 'channel' property to get ethernet to CPU channel number, thus decoupling the Linux driver from static resource selection. v2: Address review comments from v1 - removed irq reference from Linux driver - added 'channel' property to get ethernet to CPU channel number v1: - Initi