summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-10-18 19:08:34 -0400
committerTero Kristo <t-kristo@ti.com>2016-10-27 05:09:11 -0400
commitaa276781a64a5f15ecc21e920960c5b1f84e5fee (patch)
treedb4e9777479ce100f71007bd8760b77b79de6db0 /MAINTAINERS
parent04f1024e1df5eae18e36ce41bed3ddfec7f2477d (diff)
firmware: Add basic 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 keystone family K2G SoC to communicate between various compute processors with a central system controller entity. TI-SCI message protocol provides support for management of various hardware entities within the SoC. Add support driver to allow communication with system controller entity within the SoC using the mailbox client. We introduce the basic registration and query capability for the driver protocol as part of this change. Subsequent patches add in functionality specific to the TI-SCI features. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2bafadf5747a..467b29fafaca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11890,6 +11890,8 @@ M: Santosh Shilimkar <ssantosh@kernel.org>
11890L: linux-arm-kernel@lists.infradead.org 11890L: linux-arm-kernel@lists.infradead.org
11891S: Maintained 11891S: Maintained
11892F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt 11892F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
11893F: drivers/firmware/ti_sci*
11894F: include/linux/soc/ti/ti_sci_protocol.h
11893 11895
11894THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER 11896THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11895M: Hans Verkuil <hverkuil@xs4all.nl> 11897M: Hans Verkuil <hverkuil@xs4all.nl>