Merge branch 'thunderx_octeon_mdio'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2015 00:17:44 +0000 (17:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2015 00:17:44 +0000 (17:17 -0700)
commit7a86d96e4a990aab2fc7b3b97c3bb09f9da0a290
tree5bb4811ba55eb52223f9366a3efb2799fe1941ee
parent71382bc0431ea5901640a3794fea4eeb71cbcb2e
parent274b0b3984a93d6a2cbc2966a146fa3ed7288b1e
Merge branch 'thunderx_octeon_mdio'

Radha Mohan Chintakuntla says:

====================
Add MDIO support to ThunderX NIC driver

This patch series adds MDIO support to ThunderX NIC driver by making use
of existing mdio-octeon driver. In the process modified the mdio-octeon
driver to work on both Octeon and ThunderX platforms.

* From v1:
  - Removed default selection in Kconfig for MDIO_OCTEON
  - Replace uint64 with u64 as suggested by David Daney
====================

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