Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753569AbbGALND (ORCPT ); Wed, 1 Jul 2015 07:13:03 -0400 Received: from foss.arm.com ([217.140.101.70]:45046 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752298AbbGALMz (ORCPT ); Wed, 1 Jul 2015 07:12:55 -0400 Date: Wed, 1 Jul 2015 12:12:51 +0100 From: Catalin Marinas To: Lorenzo Nava Cc: arnd@arndb.de, linux@arm.linux.org.uk, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5] arm DMA: Fix allocation from CMA for coherent DMA Message-ID: <20150701111251.GA21981@e104818-lin.cambridge.arm.com> References: <1435699746-21395-1-git-send-email-lorenx4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435699746-21395-1-git-send-email-lorenx4@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1239 Lines: 31 On Tue, Jun 30, 2015 at 11:29:06PM +0200, Lorenzo Nava wrote: > This patch allows the use of CMA for DMA coherent memory allocation. > At the moment if the input parameter "is_coherent" is set to true > the allocation is not made using the CMA, which I think is not the > desired behaviour. > > Signed-off-by: Lorenzo Nava > Reviewed-by: Catalin Marinas If Russell doesn't have any objections, you can send the patch to his patch system. See here for more information: http://www.arm.linux.org.uk/developer/patches/info.php Or, if you are into git aliases (I haven't used this alias recently): [alias] send-rmk-patch = !GIT_EDITOR=\"sed -i -e \\\"s/^---$/---\\nKernelVersion: $(git describe --abbrev=0 --match=\"v*\")\\n/\\\"\" git send-email --annotate --no-thread --suppress-cc=all --to="patches@arm.linux.org.uk" Just make sure you send one at a time if you have a series. E.g. for the top commit: git send-rmk-patch HEAD^ -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/