From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757937Ab0I0GkL (ORCPT ); Mon, 27 Sep 2010 02:40:11 -0400 Received: from sm-d311v.smileserver.ne.jp ([203.211.202.206]:11988 "EHLO sm-d311v.smileserver.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754525Ab0I0GkJ (ORCPT ); Mon, 27 Sep 2010 02:40:09 -0400 Message-ID: <002c01cb5e0e$d23087a0$66f8800a@maildom.okisemi.com> From: "Masayuki Ohtake" To: "Eric Dumazet" Cc: "David S. Miller" , "Randy Dunlap" , "John Linn" , "Ralf Baechle" , "Kristoffer Glembo" , "Maxime Bizon" , "Greg Rose" , "ML netdev" , "LKML" , "Toshiharu Okada" , "Takahiro Shimizu" , "Tomoya Morinaga" , "Wang, Qi" , "Wang, Yong Y" , "Andrew" , "Intel OTC" , "Foster, Margie" , "MeeGo" References: <4CA03198.8080802@dsn.okisemi.com> <1285567800.2357.565.camel@edumazet-laptop> Subject: Re: [PATCH v6] Gigabit Ethernet driver of Topcliff PCH Date: Mon, 27 Sep 2010 15:39:57 +0900 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1983 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1983 X-Hosting-Pf: 0 X-NAI-Spam-Score: 1.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Eric Thank you for information. I did not know "net-next-2.6." This driver is not changed. Thanks, Ohtake ----- Date: Mon, 27 Sep 2010 08:10:00 +0200 From: "Eric Dumazet" > Le lundi 27 septembre 2010 a 14:54 +0900, Masayuki Ohtake a ecrit : > > Gigabit Ethernet driver of Topcliff PCH > > > > Topcliff PCH is the platform controller hub that is going to be used in > > Intel's upcoming general embedded platform. All IO peripherals in > > Topcliff PCH are actually devices sitting on AMBA bus. > > Topcliff PCH has Gigabit Ethernet I/F. Using this I/F, it is able to > > access system devices connected to Gigabit Ethernet. > > > > Signed-off-by: Masayuki Ohtake > > --- > > Hmm, what is going on ? > > David already put your driver in net-next-2.6 > > http://git.kernel.org/?p=linux/kernel/git/davem/net-next-2.6.git;a=commit;h=77555ee7228234257957fd54daa0b69178906320 > > If you want to make changes, you have to send diffs now, not the full > version.