commit | f8c2648666b5a1b5ba9bbb662ae569bafd3cc830 | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Mon Feb 15 12:13:17 2010 -0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Feb 27 12:53:29 2010 +0100 |
tree | 5c4e9806d2e05c3327a731e0bdf5651929d799b1 | |
parent | 1d08f00d576c62f1c7a96900a14648df33b3939a [diff] |
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 <ddaney@caviumnetworks.com> 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 <ralf@linux-mips.org>