[PATCH-V2] OMAP3EVM:FIX: Reset the smsc911x ethernet controller in board_init
From: Hiremath, Vaibhav <hidden>
Date: 2011-01-29 12:11:30
Also in:
linux-omap
-----Original Message----- From: Hilman, Kevin Sent: Friday, January 28, 2011 1:38 AM To: Hiremath, Vaibhav Cc: linux-omap at vger.kernel.org; Varadarajan, Charulatha; linux-arm- kernel at lists.infradead.org Subject: Re: [PATCH-V2] OMAP3EVM:FIX: Reset the smsc911x ethernet controller in board_init "Hiremath, Vaibhav" [off-list ref] writes:quoted
quoted
-----Original Message----- From: Hiremath, Vaibhav Sent: Tuesday, January 25, 2011 8:53 PM To: linux-omap at vger.kernel.org Cc: Hiremath, Vaibhav; Varadarajan, Charulatha Subject: [PATCH-V2] OMAP3EVM:FIX: Reset the smsc911x ethernetcontrollerquoted
quoted
in board_init With addition of hwmod support to gpio, the ethernet controller goes undetected for OMAP35xEVM. So explicitly assert the reset signaltoquoted
quoted
ethernet controller smsc911x - - GPIO7 (>=RevG version of EVM's) - GPIO64 (<=RevD version of EVM's) This patch is based on intial version from Charulatha V, reference to original discussion - http://www.mail-archive.com/linux-omap at vger.kernel.org/msg35784.html Signed-off-by: Vaibhav Hiremath <redacted> Signed-off-by: Charulatha V <redacted> Tested-by: Kevin Hilman <redacted> --- Since Kevin reported that this patch doesn't get applied cleanly, so I am reposting it again after making sure that it gets appliedcleanly.quoted
quoted
[Hiremath, Vaibhav] Oops, missed linux-arm-kernel list, adding here. Not sure whether I need to repost keeping linux-arm-kernel?Also, did you post the smc911x driver fix yet that is needed for testing with newer kernels?
[Hiremath, Vaibhav] Not yet. Got completely loaded with some high priority issues. I will try to post it sometime this week. Thanks, Vaibhav
Kevin