From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932186AbaIIJ5q (ORCPT ); Tue, 9 Sep 2014 05:57:46 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:55057 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752441AbaIIJ5n (ORCPT ); Tue, 9 Sep 2014 05:57:43 -0400 From: Ankit Jindal To: linux-kernel@vger.kernel.org Cc: "Hans J. Koch" , Greg Kroah-Hartman , patches@apm.com, linux-arm-kernel@lists.infradead.org, Rob Herring , Tushar Jagad , Ankit Jindal Subject: [PATCH 2/5] Documentation: Update documentation for UIO_MEM_PHYS_CACHE Date: Tue, 9 Sep 2014 15:26:56 +0530 Message-Id: <1410256619-3213-3-git-send-email-ankit.jindal@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1410256619-3213-1-git-send-email-ankit.jindal@linaro.org> References: <1410256619-3213-1-git-send-email-ankit.jindal@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch update UIO documentation for new mem region type UIO_MEM_PHYS_CACHE. Signed-off-by: Ankit Jindal Signed-off-by: Tushar Jagad --- Documentation/DocBook/uio-howto.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/DocBook/uio-howto.tmpl b/Documentation/DocBook/uio-howto.tmpl index bbe9c1f..49e47d4 100644 --- a/Documentation/DocBook/uio-howto.tmpl +++ b/Documentation/DocBook/uio-howto.tmpl @@ -530,7 +530,8 @@ the memory region, it will show up in the corresponding sysfs node. UIO_MEM_PHYS if you you have physical memory on your card to be mapped. Use UIO_MEM_LOGICAL for logical memory (e.g. allocated with kmalloc()). There's also -UIO_MEM_VIRTUAL for virtual memory. +UIO_MEM_VIRTUAL for virtual memory and +UIO_MEM_PHYS_CACHE for physical cacheable memory. -- 1.7.9.5