From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 18 May 2006 12:13:29 -0500 To: Jeremy Kerr Subject: Re: [PATCH 2/2] powerpc: pseries: Use generic dma-window parsing function Message-ID: <20060518171329.GF8220@pb15.lixom.net> References: <1147933975.516311.850847048300.qpush@pokey> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1147933975.516311.850847048300.qpush@pokey> From: Olof Johansson Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, May 18, 2006 at 04:32:55PM +1000, Jeremy Kerr wrote: > Change the pseries iommu init code to use the new of_parse_dma_window() > to parse the ibm,dma-window and ibm,my-dma-window properties of pci and > virtual device nodes. > > Also, clean up vio_build_iommu_table() a little. > > Tested on pseries, with both vio and pci devices. > > Signed-off-by: Jeremy Kerr Acked-by: Olof Johansson