]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw...
authorMugunthan V N <mugunthanvnm@ti.com>
Tue, 4 Aug 2015 10:36:18 +0000 (16:06 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Aug 2015 04:59:27 +0000 (21:59 -0700)
commit870915feabdc3af5f0ebb72d1fcf96bff01837b0
tree1a5ebe64951789c3acac530ce2ae8ab1db115087
parent5a9348b54d396c0b8bb877abcb107293034a87de
drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itself

CPSW interrupts can be disabled by masking CPSW interrupts and
clearing interrupt by writing appropriate EOI. So removing all
disable_irq/enable_irq as discussed in [1]

[1] http://patchwork.ozlabs.org/patch/492741/

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c