From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from exprod5og111.obsmtp.com (exprod5og111.obsmtp.com [64.18.0.22]) by ozlabs.org (Postfix) with SMTP id 63070B6EEE for ; Thu, 1 Mar 2012 13:59:26 +1100 (EST) Received: by mail-lpp01m010-f42.google.com with SMTP id l5so394573lah.1 for ; Wed, 29 Feb 2012 18:59:24 -0800 (PST) From: Vinh Huu Tuong Nguyen References: <1324385014-30725-1-git-send-email-vhtnguyen@apm.com> In-Reply-To: MIME-Version: 1.0 Date: Thu, 1 Mar 2012 09:53:27 +0700 Message-ID: Subject: RE: [PATCH 1/3] powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone board To: Josh Boyer Content-Type: text/plain; charset=ISO-8859-1 Cc: Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > -----Original Message----- > From: Josh Boyer [mailto:jwboyer@gmail.com] > Sent: Wednesday, February 29, 2012 8:54 PM > To: Vinh Nguyen Huu Tuong > Cc: Benjamin Herrenschmidt; Paul Mackerras; linuxppc- > dev@lists.ozlabs.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 1/3] powerpc/44x: The bug fixed support for > APM821xx SoC and Bluestone board > > On Tue, Dec 20, 2011 at 7:43 AM, Vinh Nguyen Huu Tuong > wrote: > > This patch consists of: > > - Fix the pvr mask for checking pvr in cputable.c > > - Fix the cpu name as consistent with cpu name is describled in dts > file > > > > Signed-off-by: Vinh Nguyen Huu Tuong > > --- > > I was waiting to see if you would submit a new series with patch 3/3 > fixed for > the comments I made. Seems you haven't yet or I missed it entirely. > For now, > I'll take this patch as it's stand-alone. The DTS and PCI driver > patches will > need to be submitted together again. I'm sorry for my lateness, I've been ready to submit new update 2 weeks ago, but when I synced up with master branch again, the version of Linux is changed (changed to 3.2) with some updates from Marri that made my update didn't work. I have to update and test again. I'll submit the new update within this week as your recommendation. Best regards, Vinh Nguyen.