[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1348553352-14334-1-git-send-email-dhobsong@igel.co.jp>
Date: Tue, 25 Sep 2012 15:09:10 +0900
From: Damian Hobson-Garcia <dhobsong@...l.co.jp>
To: hjk@...sjkoch.de, gregkh@...uxfoundation.org,
magnus.damm@...il.com, horms@...ge.net.au
Cc: linux-kernel@...r.kernel.org, linux-sh@...r.kernel.org,
hdk@...l.co.jp, Damian Hobson-Garcia <dhobsong@...l.co.jp>
Subject: [v2 PATCH 0/2] Add UIO device supporting dynamic memory allocation
Hello all,
I've been using this UIO driver for allocation/deallocation
of memory regions through an IOMMU via the dma-mapping API, but
it seems that it would be more generally useful for userspace drivers
to access CMA memory regions. I've kept all dynamic memory handling in
the specific device driver.
The number and size of the dynamically allocatable regions is defined
statically in the device platform data, and the actually memory is
allocated and deallocated when the device is opened/closed.
Details of the dynamically allocated regions are available from sysfs in
exactly the same was as for static regions. The total number of
dynamic and static regions combined cannot exceed MAX_UIO_MAPS.
Changes from v1/RFC
* Add driver documentation to UIO HOWTO
* Remove sh7372 specific example code
Damian Hobson-Garcia (2):
Add new uio device for dynamic memory allocation
Add uio_dmem_genirq description to UIO documentation
Documentation/DocBook/uio-howto.tmpl | 55 ++++
drivers/uio/Kconfig | 16 ++
drivers/uio/Makefile | 1 +
drivers/uio/uio_dmem_genirq.c | 354 +++++++++++++++++++++++++
include/linux/platform_data/uio_dmem_genirq.h | 26 ++
6 files changed, 466 insertions(+), 5 deletions(-)
create mode 100644 drivers/uio/uio_dmem_genirq.c
create mode 100644 include/linux/platform_data/uio_dmem_genirq.h
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists