RE: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-25 Thread Hiremath, Vaibhav
> -Original Message- > From: Hilman, Kevin > Sent: Tuesday, January 25, 2011 2:52 AM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; Varadarajan, Charulatha; t...@atomide.com > Subject: Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controll

Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Varadarajan, Charulatha
;> Subject: Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller >> in board_init >> >> <> >> >> Missed this one in the previous threads. >> >> >> > + >> >> >        eth_cs = OMAP3EVM_SMSC911X_C

RE: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Hiremath, Vaibhav
> -Original Message- > From: Varadarajan, Charulatha > Sent: Tuesday, January 25, 2011 12:20 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; Hilman, Kevin; t...@atomide.com > Subject: Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controll

Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Varadarajan, Charulatha
<> Missed this one in the previous threads. >> > + >> >        eth_cs = OMAP3EVM_SMSC911X_CS; >> > >> >        l3ck = clk_get(NULL, "l3_ck"); >> > @@ -136,6 +141,22 @@ static inline void __init >> omap3evm_init_smsc911x(void) >> >        else >> >                rate = clk_get_rate(l3ck); >> > >>

RE: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Hiremath, Vaibhav
> -Original Message- > From: Hilman, Kevin > Sent: Tuesday, January 25, 2011 2:52 AM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; Varadarajan, Charulatha; t...@atomide.com > Subject: Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controll

Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Kevin Hilman
"Hiremath, Vaibhav" writes: >> > >> > With addition of HWMOD support to GPIO, the Ethernet controller >> > goes undetected for OMAP35xEVM. So explicitely assert the reset signal >> to >> > Ethernet controller smsc911x - >> > >> >- GPIO7 (>=RevG version of EVM's) >> >- GPIO64 (<=RevD versi

RE: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Hiremath, Vaibhav
> -Original Message- > From: Hilman, Kevin > Sent: Tuesday, January 25, 2011 1:14 AM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; Varadarajan, Charulatha; t...@atomide.com > Subject: Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller >

Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Kevin Hilman
Hi Vaibhav, hvaib...@ti.com writes: > From: Vaibhav Hiremath > > With addition of HWMOD support to GPIO, the Ethernet controller > goes undetected for OMAP35xEVM. So explicitely assert the reset signal to > Ethernet controller smsc911x - > > - GPIO7 (>=RevG version of EVM's) > - GPIO

RE: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Hiremath, Vaibhav
> -Original Message- > From: Varadarajan, Charulatha [mailto:ch...@ti.com] > Sent: Monday, January 24, 2011 8:32 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; Hilman, Kevin; t...@atomide.com > Subject: Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethern

Re: [PATCH] OMAP3EVM:FIX: Reset the SMSC911x Ethernet controller in board_init

2011-01-24 Thread Varadarajan, Charulatha
On Mon, Jan 24, 2011 at 20:11, wrote: > From: Vaibhav Hiremath > Thanks for the patch. I guess this problem was initially reported by Kevin. So you may consider adding his Reported-by. > With addition of HWMOD support to GPIO, the Ethernet controller %s/HWMOD/hwmod > goes undetected for OMA