Re: [net, PATCH v2] net: stmmac: handle endianness in dwmac4_get_timestamp

From: David Miller
Date: Sun Feb 17 2019 - 18:38:26 EST


From: Alexandre Torgue <alexandre.torgue@xxxxxx>
Date: Fri, 15 Feb 2019 10:49:09 +0100

> GMAC IP is little-endian and used on several kind of CPU (big or little
> endian). Main callbacks functions of the stmmac drivers take care about
> it. It was not the case for dwmac4_get_timestamp function.
>
> Fixes: ba1ffd74df74 ("stmmac: fix PTP support for GMAC4")
>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxx>

Please do not put an empty line between Fixes: and other tags. All
tags are equal and should be placed together as a cohesive group.

Applied, thanks.