]> git.baikalelectronics.ru Git - kernel.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)
commitfe5774054a1938d99ff93a26b5b1893dcc7171d7
tree1a5ebe64951789c3acac530ce2ae8ab1db115087
parent7ed72b4a5ba02ef819aaec2ddaac825acd2fb79c
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