firmware: ti_sci: Add support for Clock control
authorNishanth Menon <nm@ti.com>
Tue, 18 Oct 2016 23:08:36 +0000 (18:08 -0500)
committerTero Kristo <t-kristo@ti.com>
Thu, 27 Oct 2016 09:09:11 +0000 (12:09 +0300)
commit9f72322050e4762adde66619f048b7317ad12d77
treec3e32f74195f22ec4021b6c87c667ee17568d529
parent9e7d756da7a5b0cc756d1f512f3eaf261834180a
firmware: ti_sci: Add support for Clock control

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.

In general, we expect to function at a device level of abstraction,
however, for proper operation of hardware blocks, many clocks directly
supplying the hardware block needs to be queried or configured.

Introduce support for the set of SCI message protocol support that
provide us with this capability.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/firmware/ti_sci.c
drivers/firmware/ti_sci.h
include/linux/soc/ti/ti_sci_protocol.h