]> 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)
commit6e2f4a5efc062f9e3198e008c8fd42b6610fa6f5
tree7c1d18c8bd1ef0aed77006202213d70e75f0e3e3
parentaefbd70ee7cf0d7b884bbb9ddd21c92cc571f25e
parent0fd804a9d341d403f4ac7a4fb63c267ca92b6252
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>