Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965495AbdGTOLL (ORCPT ); Thu, 20 Jul 2017 10:11:11 -0400 Received: from verein.lst.de ([213.95.11.211]:39650 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934974AbdGTOLK (ORCPT ); Thu, 20 Jul 2017 10:11:10 -0400 Date: Thu, 20 Jul 2017 16:11:09 +0200 From: Christoph Hellwig To: Robin Murphy Cc: Vladimir Murzin , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux@armlinux.org.uk, sza@esh.hu, arnd@arndb.de, gregkh@linuxfoundation.org, akpm@linux-foundation.org, alexandre.torgue@st.com, kbuild-all@01.org, benjamin.gaignard@linaro.org, hch@lst.de, m.szyprowski@samsung.com, vitaly_kuzmichev@mentor.com, george_davis@mentor.com, Vineet Gupta , Catalin Marinas , Will Deacon , Ralf Baechle Subject: Re: [PATCH 1/2] drivers: dma-coherent: Introduce interface for default DMA pool Message-ID: <20170720141109.GA14234@lst.de> References: <1500545999-17177-1-git-send-email-vladimir.murzin@arm.com> <1500545999-17177-2-git-send-email-vladimir.murzin@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 383 Lines: 8 On Thu, Jul 20, 2017 at 02:45:26PM +0100, Robin Murphy wrote: > I'd have left the factored-out static helpers named __*_from_coherent(), > as the _dev is not strictly true there, but it really doesn't matter as > far as I'm concerned: I've fixed that and a few other minor style bits up, and applied it to the dma-mapping tree. If all goes right I'll send it to Linus on Saturday.