commit | 30300d9f9150e4673bbef68fcae40cf267b87293 | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Mon Sep 30 10:19:11 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 01 10:12:37 2019 -0700 |
tree | c4856204d17266689fdf3083b776205483c55eed | |
parent | 3e2bf04fb0447aa4b967b8000125178f55ae7800 [diff] |
net: stmmac: xgmac: Disable the Timestamp interrupt by default We don't use it anyway as XGMAC only supports polling for timestamp (in current SW implementation). This greatly reduces the system load by reducing the number of interrupts. Fixes: 2142754f8b9c ("net: stmmac: Add MAC related callbacks for XGMAC2") Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>