]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
drivers: net: cpsw: Enable statistics for all port
authorMugunthan V N <mugunthanvnm@ti.com>
Mon, 8 Jul 2013 10:34:38 +0000 (16:04 +0530)
committerTom Rini <trini@ti.com>
Fri, 26 Jul 2013 20:39:11 +0000 (16:39 -0400)
Enable hardware statistics for all ports, enabling only to host port is useless

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
drivers/net/cpsw.c

index dc0a2be23bccf21cbd366861e774a68c33183817..f1e9f720a77b1492f55edb3c291c6b4e11b809ef 100644 (file)
@@ -772,6 +772,7 @@ static int cpsw_init(struct eth_device *dev, bd_t *bis)
 
        /* enable statistics collection only on the host port */
        __raw_writel(BIT(priv->host_port), &priv->regs->stat_port_en);
+       __raw_writel(0x7, &priv->regs->stat_port_en);
 
        cpsw_ale_port_state(priv, priv->host_port, ALE_PORT_STATE_FORWARD);