Merge branch 'xgene-channel-number'
authorDavid S. Miller <[email protected]>
Mon, 2 May 2016 20:47:55 +0000 (16:47 -0400)
committerDavid S. Miller <[email protected]>
Mon, 2 May 2016 20:47:55 +0000 (16:47 -0400)
Iyappan Subramanian says:

====================
drivers: net: xgene: fix: Get channel number from device binding

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:
- Initial version
====================

Signed-off-by: Iyappan Subramanian <[email protected]>
Signed-off-by: David S. Miller <[email protected]>

Trivial merge