Re: smsc9220 with omap3

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mike Rapoport
Date: Wednesday, June 24, 2009 - 7:52 am

Daniel Mack wrote:

The platform_data I use is:
static struct smsc911x_platform_config smsc911x_config = {
	.irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
	.irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
	.flags = SMSC911X_USE_32BIT | SMSC911X_FORCE_INTERNAL_PHY,
};

The chip is properly detected, and if I tweak the loopback test to return 0, the
 driver does not complain any more. Moreover, it seems that RX work, at least
ifconfig reports non-zero values for RX packets. Still, there is no even single
packet transmitted from the smsc9220 :(
I suspect that there's some problem with the hardware, and probably someone
encountered similar problems and may have found a solution.


-- 
Sincerely yours,
Mike.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
smsc9220 with omap3, Mike Rapoport, (Tue Jun 23, 9:09 am)
Re: smsc9220 with omap3, Daniel Mack, (Tue Jun 23, 3:29 pm)
Re: smsc9220 with omap3, Mike Rapoport, (Wed Jun 24, 7:52 am)
Re: smsc9220 with omap3, Daniel Mack, (Wed Jun 24, 1:21 pm)
Re: smsc9220 with omap3, Mike Rapoport, (Wed Jun 24, 10:52 pm)
Re: smsc9220 with omap3, Tony Lindgren, (Thu Jun 25, 10:53 pm)