Re: [PATCH 5/7] NET: SMC911X: Add support for OMAP LDP platform

2008-05-02 Thread Tony Lindgren
* Nishant Kamat <[EMAIL PROTECTED]> [080502 04:26]: > This patch adds support for OMAP LDP platform to smc911x driver. This too should go via smc911x maintainer. Tony > > Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> > --- > drivers/net/Kconfig |2 +- > drivers/net/smc911x.c |9 ++

Re: [PATCH 5/7] NET: SMC911X: Add support for OMAP LDP platform

2008-05-02 Thread Steve Sakoman
I tested patches 4, 5, and 6 with the OPM3 EVM (after a 1 line change). No compilation issues, and networking functioned properly. I have only one change to suggest (and it was required for proper operation on the OMAP3 EVM). See below for inline comment. Steve On Fri, May 2, 2008 at 4:23 AM,

[PATCH 5/7] NET: SMC911X: Add support for OMAP LDP platform

2008-05-02 Thread Nishant Kamat
This patch adds support for OMAP LDP platform to smc911x driver. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- drivers/net/Kconfig |2 +- drivers/net/smc911x.c |9 ++--- drivers/net/smc911x.h |5 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/driver