Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp372433imm; Tue, 24 Jul 2018 21:36:58 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdXSeJRSNrnDUy0P+rQBu60MaMjJ9JpoiV43hsThBv5yyK0vusDWKo8eQ6+rl0jf6/qIq5f X-Received: by 2002:a63:6243:: with SMTP id w64-v6mr18919133pgb.179.1532493418050; Tue, 24 Jul 2018 21:36:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532493418; cv=none; d=google.com; s=arc-20160816; b=Ed8Ydgz4Mt/KNe+X+cLZyPA3U3E3YjV1mav7EfTUveG6fuGfMhDYZy5hKlyVDg3Tnh fUvuM92QD+1EY5nJypH3LTNxKl+2BRJc5mar9cG/QLzMrLd+yDPS3tD2JfHum7PhxfAo EeWzaFEQ9ZCytebiQyI+dfEoeY2QKslccASZoOpLe7LK8ShxRRP/SsZAXf3l2nQVq2bS CTNwQFW85Y9Qd9UN7TUu4WW2KGDmwjPrmx3oKWEB/okp1A/U8VKUSnA/FaOPAMzKjyOb C4JvXxoZpLi3QtwFvmWQXQGKj/QzbMeyOG7KBzmw+UnoIeCPi1orpfUfySlZ7ETY/xd1 E9FA== 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:arc-authentication-results; bh=t4vznjMUp4I79WtW5nGnwt/k37eMotQXc07vgrbXwus=; b=EwgJAktkMpGG/PNTsZ0GOYqXAkIvu98HP2KqbT39z/oV1LSLNAm1+UrcGaVnQypnn4 2pGnWAUycgAEx0F8l9Q+D6rixTAyKMXLmeRlbhVwtvOPLzaC8Cv616YGbypvMx70xu3q 45p/aUkJmfJNeInSqYPeDG/UXcGwyFYnqraUEabtxHMVfQAvb6t0T2vPBn55tmpha1P+ +Xx0ZGk88l0Ejg2oBU6N46whkNYiQxgxBudmQSkdp/EZQntSHbV3F8tbKGshuOQfHmrS ikgAI4prrHr/QdrFZv3yK8AMj4LhWBqS5iXhDQRcnbKhPMq0u//nW2iZX1qjrmFHQ0Qe I3iQ== 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 g3-v6si11871986pld.309.2018.07.24.21.36.42; Tue, 24 Jul 2018 21:36:58 -0700 (PDT) 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 S1728114AbeGYFpo (ORCPT + 99 others); Wed, 25 Jul 2018 01:45:44 -0400 Received: from verein.lst.de ([213.95.11.211]:57790 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725998AbeGYFpn (ORCPT ); Wed, 25 Jul 2018 01:45:43 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id C5EB16FC28; Wed, 25 Jul 2018 06:39:27 +0200 (CEST) Date: Wed, 25 Jul 2018 06:39:27 +0200 From: Christoph Hellwig To: Richard Kuo Cc: Christoph Hellwig , linux-hexagon@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] hexagon: remove the sync_single_for_cpu DMA operation Message-ID: <20180725043927.GA10827@lst.de> References: <20180719125635.824-1-hch@lst.de> <20180719125635.824-2-hch@lst.de> <20180725032948.GG12771@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180725032948.GG12771@codeaurora.org> 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 On Tue, Jul 24, 2018 at 10:29:48PM -0500, Richard Kuo wrote: > Patch series looks good. Definitely appreciate the cleanup. > > I can take it through my tree, or if not: > > Acked-by: Richard Kuo Please take it through your tree, thanks!