[PATCH v2 0/2] net: davinci_emac: Fix interrupt requests and error handling

2014-03-24 Thread Christian Riesch
Hi, since commit 6892b41d9701283085b655c6086fb57a5d63fa47 (Linux 3.11) the davinci_emac driver is broken. After doing ifconfig down, ifconfig up, requesting the interrupts for the driver fails. The interface remains dead until the board is rebooted. The first patch in this patchset reverts commit

Re: [PATCH v2 0/2] net: davinci_emac: Fix interrupt requests and error handling

2014-03-24 Thread David Miller
From: Christian Riesch Date: Mon, 24 Mar 2014 13:46:25 +0100 > since commit 6892b41d9701283085b655c6086fb57a5d63fa47 (Linux 3.11) the > davinci_emac driver is broken. After doing ifconfig down, ifconfig up, > requesting the interrupts for the driver fails. The interface remains dead > until the b