Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1402228

[PATCH 3/4] uio: introduce devicetree bindings for uio_dmem_genirq

From Jan Viktorin <viktorin@rehivetech.com>
Newsgroups linux.kernel
Subject [PATCH 3/4] uio: introduce devicetree bindings for uio_dmem_genirq
Date 2016-05-17 11:40 +0200
Message-ID <rzJDQ-2NX-29@gated-at.bofh.it> (permalink)
References <rzJDQ-2NX-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
---
 .../devicetree/bindings/uio/uio_dmem_genirq.txt          | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/uio/uio_dmem_genirq.txt

diff --git a/Documentation/devicetree/bindings/uio/uio_dmem_genirq.txt b/Documentation/devicetree/bindings/uio/uio_dmem_genirq.txt
new file mode 100644
index 0000000..5416f71
--- /dev/null
+++ b/Documentation/devicetree/bindings/uio/uio_dmem_genirq.txt
@@ -0,0 +1,16 @@
+UIO device for dynamic memory allocation
+----------------------------------------
+
+When binding the uio_dmem_genirq via the device tree by setting
+the of_id from command line, the following OF properties are
+used for initialization:
+
+- uio,number-of-dynamic-regions
+
+  Determines the number of dynamically allocated memory regions
+  for the device.
+
+- uio,dynamic-regions-sizes
+
+  Sizes of regions to be allocated. It is expected to contain
+  at least uio,number-of-dynamic-regions sizes.
-- 
2.8.0

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 3/4] uio: introduce devicetree bindings for uio_dmem_genirq Jan Viktorin <viktorin@rehivetech.com> - 2016-05-17 11:40 +0200
  Re: [PATCH 3/4] uio: introduce devicetree bindings for  uio_dmem_genirq Rob Herring <robh@kernel.org> - 2016-05-18 19:10 +0200
    Re: [PATCH 3/4] uio: introduce devicetree bindings for  uio_dmem_genirq Jan Viktorin <viktorin@rehivetech.com> - 2016-05-19 10:50 +0200
      Re: [PATCH 3/4] uio: introduce devicetree bindings for  uio_dmem_genirq Rob Herring <robh@kernel.org> - 2016-05-23 22:40 +0200

csiph-web