]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Nov 2014 21:14:54 +0000 (16:14 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Nov 2014 21:14:54 +0000 (16:14 -0500)
commit2b58ef4ac4c79a339c057d3f4f1edab19ea54a6e
tree73a934cf8156e29cfbcd1182303fb44ba7e2385f
parent0c216c022dbe37f06119e782400bf1f09b783686
parent691b3529726c9e1964c8ce8cd7be97a168da6e1b
Merge branch 'stmmac-next'

Giuseppe Cavallaro says:

====================
stmmac: review driver Koptions

Recently many Koption options have been added to have new glue logic on several
platforms.

The main goal behind this work is to guarantee that the driver built
fine on all the branches where it is present independently of which
glue logic is selected.

IMHO, it is better to remove all the not necessary Koption(s) that can hide
build problems when something changes in the driver and especially when
the DT compatibility allows us to manage all the platform data.

I compiled the driver w/o any issue on net-next Git for:

  x86, arm and sh4.

In case of there are build problems on some repos now it will be
easy to catch them and cherry-pick patches from mainstream.

For sure, do not hesitate to contact me in case of issue.

Also this set removes STMMAC_DEBUG_FS and BUS_MODE_DA. The latter is useless
and the former can be replaced by DEBUG_FS (always to make safe the build).

V2: patch-set re-based on top of the latest updates for net-next
====================

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