diff options
author | Nishanth Menon <nm@ti.com> | 2016-10-18 18:08:33 -0500 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2016-10-27 12:09:11 +0300 |
commit | 04f1024e1df5eae18e36ce41bed3ddfec7f2477d (patch) | |
tree | 818c04143fa9ac5d5446a9bee61f83f3f3657511 /MAINTAINERS | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | blackbird-op-linux-04f1024e1df5eae18e36ce41bed3ddfec7f2477d.tar.gz blackbird-op-linux-04f1024e1df5eae18e36ce41bed3ddfec7f2477d.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1cd38a7e0064..2bafadf5747a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11883,6 +11883,14 @@ S: Maintained F: arch/xtensa/ F: drivers/irqchip/irq-xtensa-* +Texas Instruments' System Control Interface (TISCI) Protocol Driver +M: Nishanth Menon <nm@ti.com> +M: Tero Kristo <t-kristo@ti.com> +M: Santosh Shilimkar <ssantosh@kernel.org> +L: linux-arm-kernel@lists.infradead.org +S: Maintained +F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt + THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER M: Hans Verkuil <hverkuil@xs4all.nl> L: linux-media@vger.kernel.org |