Merge branch 'mediatek-eth'
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2016 21:22:13 +0000 (16:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2016 21:22:13 +0000 (16:22 -0500)
commit10f79037b4ac32e8929d73f31f908cfa061e29aa
tree08e7d28619090b4e03d9f8cf9422daf2ecc92e78
parent04761890a7cec6a1ff9aafd909004da4fe8059db
parent0c272fc9b0d6e559835ebfe6bdf3b8c12a570d17
Merge branch 'mediatek-eth'

John Crispin says:

====================
net-next: mediatek: add ethernet driver

This series adds support for the Mediatek ethernet core found on current ARM
based SoCs. The driver works on MT2701 and MT7623 SoCs

Instead of trying to upstream everything at once I decided to concentrate on
the important parts required to make current generation silicon work. The V3
series only includes the code required to make dual MAC setups work and only
supports the newer QDMA engine.

Changes in V5
* reduce the mdio timeut to HZ
* add a call to usleep_range() which schedules in the background.

Changes in V4
* remove ugly _FE macro, use offsetof() instead

Changes in V3
* only include code for MT2701/7623 support
* drop support for PDMA and older MIPS based SoCs
* drop switch support

Changes in V2
* change the namespace of the functions from fe_* to mtk_*
* add support for the latest generation of ARM SoCs
* add dual MAC support
* remove the swconfig specific bits
* remove most of the magic values and replace them with defines
* add verbose descriptions to the patches
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
This page took 0.024246 seconds and 5 git commands to generate.