Merge branch 'stmmac-STM32F429'
authorDavid S. Miller <davem@davemloft.net>
Thu, 1 Sep 2016 21:03:40 +0000 (14:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Sep 2016 21:03:40 +0000 (14:03 -0700)
commit5a25634719f45ad36911f6a2e74259d437ebe535
treea7a558dba1e64ceeea2d55f3c65b442aa4fdc8f3
parentce927bf174b69328e953a77730e12065c19e87cb
parentf9a09687a87887d1330dd5e5d08d9d7b3d209fb2
Merge branch 'stmmac-STM32F429'

Alexandre TORGUE says:

====================
Add Ethernet support on STM32F429

STM32F429 Chip embeds a Synopsys 3.50a MAC IP.

This series enhance current stmmac driver to control it (code already
available) and adds basic glue for STM32F429 chip.

Changes since v5:
 -Fix typo in bindings documentation patch.
 -Change clocks names in stm32-dwmac glue driver / Documentation.
 -After rebase, stm32 ethernet node is now available. It has to be updated
according to new clocks names.

Changes since v4:
 -Fix dirty copy/past in bindings documentation patch.

Changes since v3:
 -Fix "tx-clk" and "rx-clk" as required clocks. Driver and bindings are
modified.

Changes since v2:
 -Fix alphabetic order in Kconfig and Makefile.
 -Improve code according to Joachim review.
 -Binding: remove useless entry.

Changes since v1:
 -Fix Kbuild issue in Kconfig.
 -Remove init/exit callbacks. Suspend/Resume and remove driver is no more
driven in stmmac_pltfr but directly in dwmac-stm32 glue driver.
 -Take into account Joachim review.
====================

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