Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp673424imj; Wed, 13 Feb 2019 15:27:24 -0800 (PST) X-Google-Smtp-Source: AHgI3IY6rm4tPixVZvXt9WIkJ5DfIdPLWJ4t9JU6bvxx2tawHKucqwyDj8JyGflhccTBvVa4w5xi X-Received: by 2002:a65:64d6:: with SMTP id t22mr748192pgv.52.1550100444536; Wed, 13 Feb 2019 15:27:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550100444; cv=none; d=google.com; s=arc-20160816; b=qcxUD/hKj9giL5LrnwcsP4QdcVRI0Nww1upsLJA7jjjLDGyeXCOZ47wCVBRvnGbSZ1 vo/n95HfFF7Az1Tc1eDOWHXYFHDb5ABvCdCbEjIbemhcPrG4SghI6cnownwsKyQbymL0 tqTRAH9TnLGyTXMXVl4v833YamyQAvGb1aWAe7U+k/N0nHRSRCNtGRNv4S8UFvmWeT3N e1ymthBDb5VhIaduVOzLiZtfbGYq0zN70DKPFQ603HqKTEHKVHj3RNegW9EovEaNtHqT a/CcR2ums8f8GclroW4NVKQ3rZLZ3GGFocyfJoHAminh5LbOfOxg2mbdONttLF19H7XV vgqw== 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=FusCe/AEPOdKD2MylUnWVtgOsnXIwLNJrIyv+I+2tU4=; b=YRUPKpeLzTjE4Xclt8SWyYpQjWySumd1oPE9qMZnHxnMMsHlZelEVUKOhqJOsU3+4m Jl+bnBQRHuylcxoEhtGoYn3y392/neCvrWjc2L5Mam4wwqV/FXzm/gI4ljPxAWcM+Pvd +nNxt1+Db9v1qnRprhebLGYSrEfCeW0S4BI+OdlhDZ3G6xYJ5QHGcnhO6Kpqg9lbII0t z3a2+iiSGAu3PVkLGX0F+xCaL6DBQmHkAXCZ7ZU0bIciMDO//hMchjNtDWM7wpXAJuwt ITWqctqF1Ny0YI5ytQoJ5Nbre5pnE37tZtIMd+Ef3ohLI2WWPuvusTudu91dQmtCGU57 Tv3Q== 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 z1si639410pgb.34.2019.02.13.15.27.08; Wed, 13 Feb 2019 15:27:24 -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 S2393604AbfBMSNV (ORCPT + 99 others); Wed, 13 Feb 2019 13:13:21 -0500 Received: from verein.lst.de ([213.95.11.211]:44486 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388861AbfBMSNV (ORCPT ); Wed, 13 Feb 2019 13:13:21 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id ABB6468C8E; Wed, 13 Feb 2019 19:13:19 +0100 (CET) Date: Wed, 13 Feb 2019 19:13:19 +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: <20190213181319.GB19606@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 Thanks Catalin and Paul. I've merged this into the dma-mapping for-next branch.