From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8955C43331 for ; Thu, 26 Mar 2020 15:08:44 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7710E20737 for ; Thu, 26 Mar 2020 15:08:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7710E20737 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=8bytes.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3B68387473; Thu, 26 Mar 2020 15:08:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9iK-WlPJzgVB; Thu, 26 Mar 2020 15:08:43 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by fraxinus.osuosl.org (Postfix) with ESMTP id 406668744B; Thu, 26 Mar 2020 15:08:43 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 14BA4C1D7C; Thu, 26 Mar 2020 15:08:43 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 6622BC0177 for ; Thu, 26 Mar 2020 15:08:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 53268881CC for ; Thu, 26 Mar 2020 15:08:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZPSUHP-svIFe for ; Thu, 26 Mar 2020 15:08:39 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from theia.8bytes.org (8bytes.org [81.169.241.247]) by hemlock.osuosl.org (Postfix) with ESMTPS id 120DA8805D for ; Thu, 26 Mar 2020 15:08:39 +0000 (UTC) Received: by theia.8bytes.org (Postfix, from userid 1000) id D5F5329A; Thu, 26 Mar 2020 16:08:35 +0100 (CET) Date: Thu, 26 Mar 2020 16:08:34 +0100 From: Joerg Roedel To: Robin Murphy Subject: Re: [PATCH v3 10/15] iommu/arm-smmu: Use accessor functions for iommu private data Message-ID: <20200326150834.GA6937@8bytes.org> References: <20200320091414.3941-1-joro@8bytes.org> <20200320091414.3941-11-joro@8bytes.org> <09ed4676-449e-c6eb-8c51-c15b326c206c@arm.com> <20200324100819.GA4038@8bytes.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Cc: Joerg Roedel , Will Deacon , Jean-Philippe Brucker , "linux-arm-msm@vger.kernel.org" , "guohanjun@huawei.com" , "linux-kernel@vger.kernel.org" , Bjorn Andersson , "iommu@lists.linux-foundation.org" , Thierry Reding , "linux-mediatek@lists.infradead.org" , Andy Gross , Sudeep Holla , Matthias Brugger , Sean Paul X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" Hi Robin, On Wed, Mar 25, 2020 at 12:31:46PM +0000, Robin Murphy wrote: > Oops, sorry - as you might imagine I'm not in my normal workflow :) No problem, nobody is right now :) > Let me rebase that onto something actually in your tree (rather than > whatever detached HEAD this is checked out out on my laptop...) and try > resending it properly. Got it, thanks. Added to the next version of the patch-set which I will send out shortly. > Cool, let me know if you need a hand with all the *_iommu_configure() stuff > - I still have plans for overhauling that lot anyway, but not imminently, so > it probably is worthwhile to do the straightforward housekeeping first. Okay, I'll get back to you if I need help with the conversion. Thanks, Joerg _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu