Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751294AbdH2ICt (ORCPT ); Tue, 29 Aug 2017 04:02:49 -0400 Received: from verein.lst.de ([213.95.11.211]:43067 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbdH2ICr (ORCPT ); Tue, 29 Aug 2017 04:02:47 -0400 Date: Tue, 29 Aug 2017 10:02:43 +0200 From: Christoph Hellwig To: David Miller Cc: hch@lst.de, netdev@vger.kernel.org, ralf@linux-mips.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] sgiseeq: switch to dma_alloc_attrs Message-ID: <20170829080243.GA10358@lst.de> References: <20170826072125.9790-1-hch@lst.de> <20170826072125.9790-2-hch@lst.de> <20170828.154151.502026172655565151.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170828.154151.502026172655565151.davem@davemloft.net> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 425 Lines: 12 On Mon, Aug 28, 2017 at 03:41:51PM -0700, David Miller wrote: > From: Christoph Hellwig > Date: Sat, 26 Aug 2017 09:21:22 +0200 > > > Use dma_alloc_attrs directly instead of the dma_alloc_noncoherent wrapper. > > > > Signed-off-by: Christoph Hellwig > > Acked-by: David S. Miller I take the Acks as an ok to merges these patches through the dma-mapping tree. Thanks Dave!