]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'via-rhine'
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Apr 2014 19:24:20 +0000 (15:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Apr 2014 19:24:20 +0000 (15:24 -0400)
commit04f64ca02f37dcefc791e0808d5ec715c2f9e3ac
tree7c1d18c8bd1ef0aed77006202213d70e75f0e3e3
parent0b0f0a4052cfac57df7468ad1efff4f19d3b3e74
parentc351baac4abb24c79451f1c98cebeebf1b33a22c
Merge branch 'via-rhine'

Alexey Charkov says:

====================
net: via-rhine: add support for on-chip Rhine controllers

This series introduces platform bus (OpenFirmware) binding for
via-rhine, as used in various ARM-based Systems-on-Chip by
VIA/WonderMedia.

This has been tested in OF configuration by myself on a WM8950-based VIA
APC Rock development board and on a WM8850-based netbook, and in PCI
configuration by Roger.

Please note that the initial version of these patches was signed off by
Roger, but some time has passed since then, so I'm not including his
sign-off until explicit notice.

Changes since v1:
 - Fixed indentation of function arguments
 - Switched to 'dev_is_pci' instead of string comparison on bus name
 - Dropped 'rhine,revision' DT attribute, put the revision into OF match
        table instead
 - Included actual device tree nodes where applicable
====================

Signed-off-by: David S. Miller <davem@davemloft.net>