]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
Documentation: dt: soc: add Keystone Navigator QMSS bindings
authorSandeep Nair <sandeep_n@ti.com>
Fri, 28 Feb 2014 15:47:50 +0000 (10:47 -0500)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Wed, 24 Sep 2014 13:49:13 +0000 (09:49 -0400)
commita4dfb8c41043dd6c2b9defbe846c44389c4b6f02
tree180d9b002ec5646c285eb58029ffd0fd52b67668
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
Documentation: dt: soc: add Keystone Navigator QMSS bindings

The QMSS (Queue Manager Sub System) found on Keystone SOCs is one of
the main hardware sub system which forms the backbone of the Keystone
Multi-core Navigator. QMSS consist of queue managers, packed-data structure
processors(PDSP), linking RAM, descriptor pools and infrastructure
Packet DMA.

The Queue Manager is a hardware module that is responsible for accelerating
management of the packet queues. Packets are queued/de-queued by writing or
reading descriptor address to a particular memory mapped location. The PDSPs
perform QMSS related functions like accumulation, QoS, or event management.
Linking RAM registers are used to link the descriptors which are stored in
descriptor RAM. Descriptor RAM is configurable as internal or external memory.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Olof Johansson <olof@lixom.net>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Sandeep Nair <sandeep_n@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Documentation/devicetree/bindings/soc/ti/keystone-navigator-qmss.txt [new file with mode: 0644]