diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2015-03-30 10:59:52 +0100 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2015-09-28 11:53:37 +0100 |
commit | cd52c2a4b5c43631e429d06dce12e08b0cab477f (patch) | |
tree | a773fd60ff069b98fa28cff6f6ea4f3a31604568 /MAINTAINERS | |
parent | 8cb7cf56c9fe5412de238465b27ef35b4d2801aa (diff) | |
download | blackbird-op-linux-cd52c2a4b5c43631e429d06dce12e08b0cab477f.tar.gz blackbird-op-linux-cd52c2a4b5c43631e429d06dce12e08b0cab477f.zip |
clk: add support for clocks provided by SCP(System Control Processor)
On some ARM based systems, a separate Cortex-M based System Control
Processor(SCP) provides the overall power, clock, reset and system
control. System Control and Power Interface(SCPI) Message Protocol
is defined for the communication between the Application Cores(AP)
and the SCP.
This patch adds support for the clocks provided by SCP using SCPI
protocol.
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: Mike Turquette <mturquette@baylibre.com>
Cc: Liviu Dudau <Liviu.Dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
Cc: linux-clk@vger.kernel.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9598821d6a37..613a116ab0f4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9154,6 +9154,7 @@ M: Sudeep Holla <sudeep.holla@arm.com> L: linux-arm-kernel@lists.infradead.org S: Maintained F: Documentation/devicetree/bindings/arm/arm,scpi.txt +F: drivers/clk/clk-scpi.c F: drivers/firmware/arm_scpi.c F: include/linux/scpi_protocol.h |