From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) by kanga.kvack.org (Postfix) with ESMTP id 896BB8E0100 for ; Sun, 27 Jan 2019 08:13:17 -0500 (EST) Received: by mail-wr1-f71.google.com with SMTP id l10so5687216wrq.6 for ; Sun, 27 Jan 2019 05:13:17 -0800 (PST) Received: from mo6-p01-ob.smtp.rzone.de (mo6-p01-ob.smtp.rzone.de. [2a01:238:20a:202:5301::9]) by mx.google.com with ESMTPS id z6si82169926wrs.63.2019.01.27.05.13.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Jan 2019 05:13:15 -0800 (PST) Subject: Re: use generic DMA mapping code in powerpc V4 From: Christian Zigotzky References: <871403f2-fa7d-de15-89eb-070432e15c69@xenosoft.de> <20190118112842.GA9115@lst.de> <20190118121810.GA13327@lst.de> <20190118125500.GA15657@lst.de> <20190119130222.GA24346@lst.de> <20190119140452.GA25198@lst.de> <8434e281-eb85-51d9-106f-f4faa559e89c@xenosoft.de> <4d8d4854-dac9-a78e-77e5-0455e8ca56c4@xenosoft.de> Message-ID: <1dec2fbe-f654-dac7-392a-93a5d20e3602@xenosoft.de> Date: Sun, 27 Jan 2019 14:13:09 +0100 MIME-Version: 1.0 In-Reply-To: <4d8d4854-dac9-a78e-77e5-0455e8ca56c4@xenosoft.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: de-DE Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Hellwig Cc: linux-arch@vger.kernel.org, Darren Stevens , linux-kernel@vger.kernel.org, Julian Margetson , linux-mm@kvack.org, iommu@lists.linux-foundation.org, Paul Mackerras , Olof Johansson , linuxppc-dev@lists.ozlabs.org Christoph, What shall I do next? Cheers, Christian On 25 January 2019 at 2:37PM, Christian Zigotzky wrote: > Next step just with the first patch: > 5c532d07c2f3c3972104de505d06b8d85f403f06 (use powerpc zone selection) > > git clone git://git.infradead.org/users/hch/misc.git -b > powerpc-dma.6-debug a > > git checkout 5c532d07c2f3c3972104de505d06b8d85f403f06 > > Link to the Git: > http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/powerpc-dma.6-debug > > Results: > > X5000: The kernel detects the SATA hard disk drive and boots without > any problems. > > X1000: The kernel boots and the P.A. Semi Ethernet works! > > -- Christian > > > On 23 January 2019 at 3:34PM, Christian Zigotzky wrote: >> Hi Christoph, >> >> I also compiled a kernel (zImage) for the X1000  from your Git >> 'powerpc-dma.6-debug' (both patches) today. >> >> It boots and the P.A. Semi Ethernet works! >> >> I will test just the first patch tomorrow. >> >> Thanks, >> Christian >> >> >> On 21 January 2019 at 3:38PM, Christian Zigotzky wrote: >>> Hello Christoph, >>> >>> Thanks for your reply. I successfully compiled a kernel (uImage) for >>> the X5000 from your Git 'powerpc-dma.6-debug' (both patches) today. >>> >>> It detects the SATA hard disk drive and boots without any problems. >>> >> >> > >