From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751784AbbJLHdJ (ORCPT ); Mon, 12 Oct 2015 03:33:09 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:34184 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751614AbbJLHdF (ORCPT ); Mon, 12 Oct 2015 03:33:05 -0400 To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Grant Likely , Josh Cartwright , Marek Szyprowski From: Neil Armstrong X-Enigmail-Draft-Status: N1110 Organization: Baylibre Subject: [PATCH 0/2] Expose DMA_MEMORY_EXCLUSIVE through shared-dma-pool Message-ID: <561B622E.5000608@baylibre.com> Date: Mon, 12 Oct 2015 09:33:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The shared-dma-pool dt node only exposes exclusive memory, but in order to export non-exclusive coherent memory, add the no-exclusive property and document it. Neil Armstrong (2): base: dma-coherent: Add DT property for non exclusive shared-dma-pool devicetree: reserved-memory: document the optional no-exclusive parameter .../bindings/reserved-memory/reserved-memory.txt | 3 +++ drivers/base/dma-coherent.c | 26 +++++++++++++++++++--- 2 files changed, 26 insertions(+), 3 deletions(-) -- 1.9.1