]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd00fa53096386df92664b3fcf6fa7e5bb081c28f
tree08e7d28619090b4e03d9f8cf9422daf2ecc92e78
parent43e9865d3139eaca307edf3a4e057b9e8bbf7b92
parentb33910ab520ca228793c697411faad2c53909cc1
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>