Merge branch 'xgene-channel-number'
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 May 2016 20:47:55 +0000 (16:47 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 May 2016 20:47:55 +0000 (16:47 -0400)
commit5e59c83f2335d634946e1a4fe7bc1e921930f132
tree45d1b3c483e28dbb2dadf98e13b6c7c405614969
parent582a1db98892ef4c1f34c7338b272331994d44ab
parent6619ac5a440961536c167dbc10596a26e9288915
Merge branch 'xgene-channel-number'

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 <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>