+#include
+#define MII_MICRELL_RXERCR 0x15
+#define MII_MICRELL_ICSR 0x1B
+#define MII_MICRELL_PHYCR 0x1F
+
+
+MODULE_DESCRIPTION("Micrel PHY driver");
+MODULE_AUTHOR("Suvidh Kankariya");
+MODULE_LICENSE("GPL");
+
+
+static int micrel_config_intr(struct phy_
Romen,
A driver for micrel phy exists in /drivers/net/phy/micrel.c. in 2.6.30.
You just need to add the structure with your phy information .
If you are using older kernel you may want to copy it.
Regards
Suvidh
--
Message: 6
Date: Tue, 27 Oct 2009 13:17:
your thread is documented in the manual . I could not find it
atleast in mpc8313e user manual.
Regards
Suvidh
Anton Vorontsov wrote:
On Fri, May 23, 2008 at 02:32:22PM -0400, Suvidh Kankariya wrote:
Hi,
I am trying to use the mpc8313e internal usb phy with internal
oscillator
Hi,
I am trying to use the mpc8313e internal usb phy with internal
oscillator frequency of 24 Mz. in host mode on a custom board.
Whenever I plugin any low/fast speed device the device gets detected but
then always get an error
"cannot read descriptor 64 error 71".Also I get address error aft
Hi,
I have mpc8313e local bus connected to a external UART. and the
interrupt is connected to EXT_INT2.
I am able to communicate to UART if I disable IRQ i.e IRQ = 0 in port
structure.
I am not able to understand how to tell kernel to use external IRQ -2.
Should I put the external interrupts i