OSDN Git Service

Merge branch 'mvpp2-improve-the-mac-address-retrieval-logic'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2017 03:16:56 +0000 (20:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2017 03:16:56 +0000 (20:16 -0700)
commit45f7929194148866c679c78f774d74e808feb6a4
tree1ce56c330ce8a96fc55fd4eee29261231e55ca5e
parentb63f6044d8e43e4a1eef8b0a2310cec872fd1d38
parent688cbaf202df8b4a69f5ccd39e0027f179852d44
Merge branch 'mvpp2-improve-the-mac-address-retrieval-logic'

Antoine Tenart says:

====================
net: mvpp2: improve the mac address retrieval logic

This series aims at fixing the logic behind the MAC address retrieval in the
PPv2 driver. A possible issue is also fixed in patch 3/3 to introduce fallbacks
when the address given in the device tree isn't valid.

Thanks!
Antoine

Since v2:
  - Patch 1/4 from v2 was applied on net (and net was merged in net-next).
  - Rebased on net-next.

Since v1:
  - Rebased onto net (was on net-next).
====================

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