Re: Micrel PHY KSZ8001 on MPC5200B FEC

2009-10-28 Thread suvidh kankariya
+#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_

Re:Micrel PHY KSZ8001 on MPC5200B FEC

2009-10-27 Thread suvidh kankariya
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:

Re: help with USB on mpc8313e

2008-05-23 Thread Suvidh Kankariya
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

help with USB on mpc8313e

2008-05-23 Thread Suvidh Kankariya
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

adding external interrupt support for MPC8313e bsp

2008-05-22 Thread Suvidh Kankariya
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