Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2581978imj; Mon, 11 Feb 2019 05:24:14 -0800 (PST) X-Google-Smtp-Source: AHgI3IauIYHMCVj3E7YqSZNTPtJov/J+HU9GG/rIynRu9B9VJfJ6lm4W8ZzO8PCqdSXKzFmCkL0j X-Received: by 2002:a63:e402:: with SMTP id a2mr743042pgi.182.1549891454502; Mon, 11 Feb 2019 05:24:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549891454; cv=none; d=google.com; s=arc-20160816; b=jAlQUzKCFfuIg7Yi5AjH0vkjO+4eCkbT9hSaXKHs0aV8TgVIEdEWbcIxnbnSfhWLO0 cyOEcLP04CzFskp0ORw0cm/l5jS3KTVz/D56UAo/1qepmitN/YnN6OoyzjCrGuPew26t usn1yPaOHoR1jJeRzbCFjy3LrZYHzMemPInF6n1bGkox2tdouQjjcWu2EKEbiNgLDdgn EuVzRGmZQ3uncLyg7ByrnoVjEyFwcaOUlFPkQcSi6T9KDo9hpGqerOtmnNjlygnx92bU RK27C+PQAs+7iYA9/87+lwVpf0bVn+g3dje+BqhArrGaMuRJ5H2Wq9t83BMttihX7NDm 5nSg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=cpJvLv+g+eug2Br1v13YywVtciM+BoVcdirbgevbAlw=; b=YtIcwrYtvK0E6FUlSDnu41wgjwINpLYDMG53jn3d5o9zOw83dE7vtl8DlOHJcKKL6X srSgKnVJSfmUUBpMq+OdAd5mUg/qi5NIXL7IVX+Q2SEBy/sSpSNBDbtd40S+NvOxkZCZ sxV9rLtEKgf7Y+L2Tz6fOE8pXbw7N1f+TqQUhOHBR82utbnT0DL/F+h24toqzVV3CQrk DSTZph+h6HJRcEO5S4AP1CaddelfxqMYBwAxzIj8Fh27w4ZKXL+Ko0M0CdN2Nk3amylR BOY49R35y3Kwx3DrLtKUDmDxbbD5Ho8Ad20zlSddsWhUsw9mRigXuSW35mQJU5BsZ7cM xGcQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b74si9725874pfe.47.2019.02.11.05.23.58; Mon, 11 Feb 2019 05:24:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728055AbfBKNV7 (ORCPT + 99 others); Mon, 11 Feb 2019 08:21:59 -0500 Received: from verein.lst.de ([213.95.11.211]:56708 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727182AbfBKNV6 (ORCPT ); Mon, 11 Feb 2019 08:21:58 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 388C868DD6; Mon, 11 Feb 2019 14:21:56 +0100 (CET) Date: Mon, 11 Feb 2019 14:21:56 +0100 From: Christoph Hellwig To: Vineet Gupta , Russell King , Catalin Marinas , Will Deacon , Paul Burton Cc: iommu@lists.linux-foundation.org, linux-snps-arc@lists.infradead.org, linux-mips@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: add config symbols for arch_{setup,teardown}_dma_ops Message-ID: <20190211132156.GA22265@lst.de> References: <20190204081420.15083-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190204081420.15083-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Any chance to get a quick review on this small series? On Mon, Feb 04, 2019 at 09:14:18AM +0100, Christoph Hellwig wrote: > Hi all, > > this series adds kconfig symbols to indicate that the architecture > provides the arch_setup_dma_ops and arch_teardown_dma_ops hooks. > > This avoids polluting dma-mapping.h which is included by just about > every driver with implementation details, and also removes some > clutter. > _______________________________________________ > iommu mailing list > iommu@lists.linux-foundation.org > https://lists.linuxfoundation.org/mailman/listinfo/iommu ---end quoted text---