From: Alexandre Torgue <alexandre.tor...@st.com> 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.tor...@st.com> 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.