From: David Daney Date: Mon, 15 Feb 2010 20:13:17 +0000 (-0800) Subject: Staging: Octeon: Run phy bus accesses on a workqueue. X-Git-Tag: v2.6.34-rc1~269^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c2648666b5a1b5ba9bbb662ae569bafd3cc830;p=pandora-kernel.git Staging: Octeon: Run phy bus accesses on a workqueue. When directly accessing a phy, we must acquire the mdio bus lock. To do that we cannot be in interrupt context, so we need to move these operations to a workqueue. Signed-off-by: David Daney To: linux-mips@linux-mips.org To: netdev@vger.kernel.org To: gregkh@suse.de Patchwork: http://patchwork.linux-mips.org/patch/965/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed