aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm
diff options
context:
space:
mode:
authorMurali Karicheri <m-karicheri2@ti.com>2015-10-13 16:49:04 -0400
committerSantosh Shilimkar <ssantosh@kernel.org>2015-10-13 16:49:04 -0400
commit29204a8272aae490a1dd252e48e55ca235c3959c (patch)
tree3bbf51dbf671442d399c1bbe3c7cdaa57be474aa /Documentation/arm
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff)
Documentation: dt: soc: Add description for knav qmss driver
Add documentation for knav qmss driver. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'Documentation/arm')
-rw-r--r--Documentation/arm/keystone/knav-qmss.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/arm/keystone/knav-qmss.txt b/Documentation/arm/keystone/knav-qmss.txt
new file mode 100644
index 000000000000..79946d184d76
--- /dev/null
+++ b/Documentation/arm/keystone/knav-qmss.txt
@@ -0,0 +1,24 @@
1* Texas Instruments Keystone Navigator Queue Management SubSystem driver
2
3Driver source code path
4 drivers/soc/ti/knav_qmss.c
5 drivers/soc/ti/knav_qmss_acc.c
6
7The QMSS (Queue Manager Sub System) found on Keystone SOCs is one of
8the main hardware sub system which forms the backbone of the Keystone
9multi-core Navigator. QMSS consist of queue managers, packed-data structure
10processors(PDSP), linking RAM, descriptor pools and infrastructure
11Packet DMA.
12The Queue Manager is a hardware module that is responsible for accelerating
13management of the packet queues. Packets are queued/de-queued by writing or
14reading descriptor address to a particular memory mapped location. The PDSPs
15perform QMSS related functions like accumulation, QoS, or event management.
16Linking RAM registers are used to link the descriptors which are stored in
17descriptor RAM. Descriptor RAM is configurable as internal or external memory.
18The QMSS driver manages the PDSP setups, linking RAM regions,
19queue pool management (allocation, push, pop and notify) and descriptor
20pool management.
21
22knav qmss driver provides a set of APIs to drivers to open/close qmss queues,
23allocate descriptor pools, map the descriptors, push/pop to queues etc. For
24details of the available APIs, please refers to include/linux/soc/ti/knav_qmss.h