From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EA4F1DDF9B for ; Thu, 24 Apr 2008 20:38:33 +1000 (EST) Subject: Re: [PATCH 9/9] celleb: add support for PCI Express From: Benjamin Herrenschmidt To: Ishizaki Kou In-Reply-To: <20080424.192739.1791044876.kouish@swc.toshiba.co.jp> References: <20080424.192739.1791044876.kouish@swc.toshiba.co.jp> Content-Type: text/plain Date: Thu, 24 Apr 2008 20:38:27 +1000 Message-Id: <1209033507.9060.185.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, paulus@samba.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2008-04-24 at 19:27 +0900, Ishizaki Kou wrote: > This patch adds support for PCI Express port on Celleb. I/O space > of this PCI Express port is not mapped in memory space. So we use > the io-workaround mechanism to make accesses indirect. > > I send this patch again because it would be lost. > > Signed-off-by: Kou Ishizaki > Acked-by: Arnd Bergmann > --- Looks good. Doesn't affect non-celleb. I have no time to do a proper test tonight but I think it's good to go. Ack. Cheers, Ben.