From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] smc911x: Add support for LAN921{5,7,8} chips from SMSC Date: Sat, 11 Oct 2008 15:08:52 -0700 (PDT) Message-ID: <20081011.150852.73771267.davem@davemloft.net> References: <87k5cfoz7b.fsf@macbook.be.48ers.dk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jacmet@sunsite.dk, Steve.Glendinning@smsc.com, netdev@vger.kernel.org, Ian.Saturley@smsc.com To: lg@denx.de Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:54971 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750794AbYJKWJQ (ORCPT ); Sat, 11 Oct 2008 18:09:16 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Guennadi Liakhovetski Date: Sat, 11 Oct 2008 23:13:30 +0200 (CEST) > LAN92{5,7,8} chips from SMSC are register compatible with LAN911{5,6,7,8} > controllers, and only add support for HP Auto-MDIX. LAN9218 doesn't have > an external MII interface. Also fixes a couple of minor style issues. > > Signed-off-by: Guennadi Liakhovetski This patch mixes multiple changes, please split it up into multiple patches. Coding style changes in one changeset, debugging output adjustment in another, and the new chipset support in yet another patch. Thanks.