]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Documentation: Add support for TI System Control Interface (TI-SCI) protocol
authorNishanth Menon <nm@ti.com>
Tue, 18 Oct 2016 23:08:33 +0000 (18:08 -0500)
committerTero Kristo <t-kristo@ti.com>
Thu, 27 Oct 2016 09:09:11 +0000 (12:09 +0300)
commit04f1024e1df5eae18e36ce41bed3ddfec7f2477d
tree818c04143fa9ac5d5446a9bee61f83f3f3657511
parent1001354ca34179f3db924eb66672442a173147dc
Documentation: Add support for TI System Control Interface (TI-SCI) protocol

Texas Instrument's System Control Interface (TI-SCI) Message Protocol
is used in Texas Instrument's System on Chip (SoC) such as those in
newer SoCs in the keystone processor family starting with K2G.

This message protocol is used to communicate between various compute
or processing entities (such as ARM, DSP etc.) with a central system
controller entity.

TI-SCI message protocol provides support for management of various
hardware entities within the SoC.

The message protocol can be found here:
http://processors.wiki.ti.com/index.php/TISCI

Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Documentation/devicetree/bindings/arm/keystone/ti,sci.txt [new file with mode: 0644]
MAINTAINERS