From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from buildserver.ru.mvista.com (unknown [85.21.88.6]) by ozlabs.org (Postfix) with ESMTP id 9A329DDF97 for ; Wed, 19 Sep 2007 01:02:33 +1000 (EST) Message-ID: <46EFE849.7080508@ru.mvista.com> Date: Tue, 18 Sep 2007 19:01:29 +0400 From: Valentine Barshak MIME-Version: 1.0 To: Kumar Gala Subject: Re: [RFC] [PATCH] PowerPC: Add 64-bit phys addr support to 32-bit pci. References: <20070918144426.GA22102@ru.mvista.com> <2E339F78-F42B-4FCE-A97E-FFE9AE4C44F1@kernel.crashing.org> In-Reply-To: <2E339F78-F42B-4FCE-A97E-FFE9AE4C44F1@kernel.crashing.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala wrote: > > On Sep 18, 2007, at 9:44 AM, Valentine Barshak wrote: > >> Add 64-bit physical address support to PCI. > > Can you expand on your commit message. for example why do this? is it > address a bug fix, etc.. > >> >> Signed-off-by: Valentine Barshak >> --- >> arch/powerpc/kernel/iomap.c | 4 +-- >> arch/powerpc/kernel/pci_32.c | 56 >> +++++++++++++++++++++++++++++-------------- >> 2 files changed, 41 insertions(+), 19 deletions(-) > > - k > Currently 32-bit pci code doesn't support 64-bit physical addresses. We have to add 64-bit addr support in order to bring-up pci on PowerPC 440. Actually, this refers to the conversation started here: http://ozlabs.org/pipermail/linuxppc-dev/2007-September/042267.html Thanks, Valentine.