netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 1/5] net: sh_eth: add the value of tsu to the SH7757's GETHER
@ 2012-02-16  3:54 Shimoda, Yoshihiro
  2012-02-16 22:08 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Shimoda, Yoshihiro @ 2012-02-16  3:54 UTC (permalink / raw)
  To: netdev; +Cc: Nobuhiro Iwamatsu

The SH7757's GETHER has TSU registers. So, this patch adds the value
of ".tsu = 1" in the sh_eth_cpu_data.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 drivers/net/ethernet/renesas/sh_eth.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/ethernet/renesas/sh_eth.c
index 98062bf..8f53b5a 100644
--- a/drivers/net/ethernet/renesas/sh_eth.c
+++ b/drivers/net/ethernet/renesas/sh_eth.c
@@ -268,6 +268,7 @@ static struct sh_eth_cpu_data sh_eth_my_cpu_data_giga = {
 	.rpadir_value   = 2 << 16,
 	.no_trimd	= 1,
 	.no_ade		= 1,
+	.tsu		= 1,
 };

 static struct sh_eth_cpu_data *sh_eth_get_cpu_data(struct sh_eth_private *mdp)
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next 1/5] net: sh_eth: add the value of tsu to the SH7757's GETHER
  2012-02-16  3:54 [PATCH net-next 1/5] net: sh_eth: add the value of tsu to the SH7757's GETHER Shimoda, Yoshihiro
@ 2012-02-16 22:08 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-02-16 22:08 UTC (permalink / raw)
  To: yoshihiro.shimoda.uh; +Cc: netdev, nobuhiro.iwamatsu.yj

From: "Shimoda, Yoshihiro" <yoshihiro.shimoda.uh@renesas.com>
Date: Thu, 16 Feb 2012 12:54:51 +0900

> The SH7757's GETHER has TSU registers. So, this patch adds the value
> of ".tsu = 1" in the sh_eth_cpu_data.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-16 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-16  3:54 [PATCH net-next 1/5] net: sh_eth: add the value of tsu to the SH7757's GETHER Shimoda, Yoshihiro
2012-02-16 22:08 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).