]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvneta: add missing bit descriptions for interrupt masks and causes
authorwilly tarreau <w@1wt.eu>
Thu, 16 Jan 2014 07:20:10 +0000 (08:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jan 2014 23:15:42 +0000 (15:15 -0800)
commit18559f88b0fff3de41d5c20c2b9f06fab61978d6
treeffe9d2f8e8dd4343783005f58a3406a14855f614
parent1525793b9856fd97e75388863daaf1e0bef10088
net: mvneta: add missing bit descriptions for interrupt masks and causes

Marvell has not published the chip's datasheet yet, so it's very hard
to find the relevant bits to manipulate to change the IRQ behaviour.
Fortunately, these bits are described in the proprietary LSP patch set
which is publicly available here :

    http://www.plugcomputer.org/downloads/mirabox/

So let's put them back in the driver in order to reduce the burden of
current and future maintenance.

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Tested-by: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvneta.c