From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 8952DB6F9F for ; Thu, 1 Mar 2012 00:54:29 +1100 (EST) Received: by werg1 with SMTP id g1so2489288wer.38 for ; Wed, 29 Feb 2012 05:54:26 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1324385014-30725-1-git-send-email-vhtnguyen@apm.com> References: <1324385014-30725-1-git-send-email-vhtnguyen@apm.com> Date: Wed, 29 Feb 2012 08:54:26 -0500 Message-ID: Subject: Re: [PATCH 1/3] powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone board From: Josh Boyer To: Vinh Nguyen Huu Tuong 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: , 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. josh