Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1244443
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Neil Armstrong <narmstrong@baylibre.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Expose DMA_MEMORY_EXCLUSIVE through shared-dma-pool |
| Date | Mon, 12 Oct 2015 09:40:02 +0200 |
| Message-ID | <qiFSa-Bb-13@gated-at.bofh.it> (permalink) |
| X-Original-To | Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Grant Likely <grant.likely@linaro.org>, Josh Cartwright <joshc@codeaurora.org>, Marek Szyprowski <m.szyprowski@samsung.com> |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:organization:subject:message-id:date :user-agent:mime-version:content-type:content-transfer-encoding; bh=IZ0qzU01RdAVNjwWl2Bk0xQHQ1Cq9c2BLGgw6zE6vqE=; b=OIMOuunpFYNvwJDfTJLzLvTuep/YKRM/a5xz0+OqXxD9uZjjRtxWODvZrcw9iela2h PMzGBOdPv3mpBbYN3iRdq4Lgoj0ANkDRwUWOKNitASHiUdF3bVcp83y4WRtSrltMcZBX A/P3UHq56Fg4i5V1S9AMX/xkGS7tnwmenhshS2IeD+ziPBYhqY6mwijZgwNJ8B0OeNdv hS/RLCyR1kxUhDYkY7WuB9k9RmTIZgVclrvHQLp9Rn8hVuGrv97CMtijAJr5KKRbZAr/ CwWWNPIMMio98kYc89JggHGliqp7smQ45VHIKXsjfJQggpU6mU6Zwm+jw7Sd4c2ZeGsP bY3A== |
| X-Gm-Message-State | ALoCoQmk58QturLVTxoLgOqPlSjZCU75LnkUBQ+H8Nt3asDaJwPVQkWUylomiL5BDzB9JPSP5Mw1 |
| X-Received | by 10.194.90.47 with SMTP id bt15mr31217309wjb.18.1444635184646; Mon, 12 Oct 2015 00:33:04 -0700 (PDT) |
| X-Enigmail-Draft-Status | N1110 |
| Organization | Baylibre |
| 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 | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 18 |
| X-Original-Date | Mon, 12 Oct 2015 09:33:02 +0200 |
| X-Original-Message-ID | <561B622E.5000608@baylibre.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1244443 |
Show key headers only | View raw
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 -- 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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/2] Expose DMA_MEMORY_EXCLUSIVE through shared-dma-pool Neil Armstrong <narmstrong@baylibre.com> - 2015-10-12 09:40 +0200
csiph-web