From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx.linux.net.cn (unknown [210.82.31.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 28F48DDF64 for ; Thu, 10 Jul 2008 12:35:21 +1000 (EST) Received: from [192.168.0.123] (unknown [123.118.16.158]) by mx.linux.net.cn (Postfix) with ESMTP id ACD373EC09 for ; Thu, 10 Jul 2008 10:20:39 +0800 (CST) Message-ID: <4875707D.8060808@linux.net.cn> Date: Thu, 10 Jul 2008 10:14:21 +0800 From: Wang Jian MIME-Version: 1.0 To: linuxppc-dev@ozlabs.org Subject: [PATCH 0/2] Fix register misuse in drivers/net/phy/marvel.c Content-Type: text/plain; charset=GB2312 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , These 2 patches fixed misuse of register for 88e1111. Notice: These two patches didn't fix some auto selection problem yet. I will discuss the problem in seperate email.