]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'stmmac'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Mar 2013 16:54:13 +0000 (12:54 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Mar 2013 16:54:13 +0000 (12:54 -0400)
commitc0db64ce849efb260ba1ceb8d86198c62aceade1
tree6a3a34736d7a388b83bec7d140302715640d505f
parentad999eee669d6a0439f5b9734e87eed50e776e32
parent94fbbbf89492e460979cd10c6384a78a9dbf17ed
Merge branch 'stmmac'

Giuseppe CAVALLARO says:

====================
These patches enhance the driver adding the PTP support and the initial code
for RGMII/SGMII/TBI/RTBI modes.
Also this patches review the driver removing some Koption for selecting between
chain and ring modes. REally useful to validate the driver also at build time.
Before adding PTP, the extended descriptor support has been added because it
is mandatory to save HW timestamp in new dedicated descriptors. Also in this
case no Koption added.

Concerning the PTP, I have hacked/reviewed and tested many
part of these patches also verifying the back compatibility on
several HW and chips.

Concerning the SGMII/RGMII we have already discussed about the support
in the net.dev Mailing list with Byungho where these patchs were partially
analysed.
So I have only ported them against the latest net-next (and on
top of PTP). I have added some missing things: e.g. some parts of the
ethtool for ANE. As we clarified with Byungho, we will add further
enhancements on top of these patches if needed.

I have also built all against ARM/SH/X68 platforms and no issues on
ST-Boxes.

Thx goes to Rayagond that wrote and tested the PTP and to Byungho for SGMII.

V2: This Version 2 has the fixes discussed in the ML, for example:
    o completely remove the Koption... all the decisions are made at probe time
    o review the PTP patches and better organize them just in two patches
    o added all the fixes provided by Richard on PTP and CLK driver.
====================

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