]> git.baikalelectronics.ru Git - kernel.git/commit
net/nuc900: enable Mac driver clock
authorWan ZongShun <mcuos.com@gmail.com>
Tue, 13 Jul 2010 23:48:45 +0000 (23:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jul 2010 02:05:17 +0000 (19:05 -0700)
commit4afbeeeba6319f3f479b3b809b8bd62a9ebb4c63
tree9ea0228ccbe05155dfb30587206e3ee153395b22
parentdd6b287b52ad602af3b8ed772b932aee73d86b1c
net/nuc900: enable Mac driver clock

This patch fixed a bug that Mac driver does not work,because I missed the clk enable.

I have ever tested the driver when I submitted previous Mac driver patch,
and it worked good, since my bootloader has enabled the clock in advance.

But when I try to use other bootloader where clock engine was disabled,the
Mac driver does not work, so I send this patch to fix this issue.

Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arm/w90p910_ether.c