From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: sh_eth: add value of ether_link pin in platform_data Date: Sat, 29 Aug 2009 00:20:58 -0700 (PDT) Message-ID: <20090829.002058.194253782.davem@davemloft.net> References: <4A97A26F.4060904@renesas.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-sh@vger.kernel.org To: shimoda.yoshihiro@renesas.com Return-path: In-Reply-To: <4A97A26F.4060904@renesas.com> Sender: linux-sh-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Yoshihiro Shimoda Date: Fri, 28 Aug 2009 18:25:03 +0900 > The method of ETHER_LINK pin is board dependence. > This patch adding paramters are: > - no_ether_link : If set to 1, do not use ETHER_LINK > - ether_link_active_low : If set to 1, ETHER_LINK is active low. > > Signed-off-by: Yoshihiro Shimoda Applied to net-next-2.6, thanks.