Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754549AbbEMQwp (ORCPT ); Wed, 13 May 2015 12:52:45 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:36811 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754337AbbEMQwn (ORCPT ); Wed, 13 May 2015 12:52:43 -0400 MIME-Version: 1.0 In-Reply-To: <1430134846-24320-2-git-send-email-sudeep.holla@arm.com> References: <1430134846-24320-1-git-send-email-sudeep.holla@arm.com> <1430134846-24320-2-git-send-email-sudeep.holla@arm.com> Date: Wed, 13 May 2015 22:22:41 +0530 Message-ID: Subject: Re: [PATCH 1/4] mailbox: add support for System Control and Power Interface(SCPI) protocol From: Jassi Brar To: Sudeep Holla Cc: Linux Kernel Mailing List , Liviu Dudau , Lorenzo Pieralisi , "Jon Medhurst (Tixy)" , Rob Herring , Mark Rutland , Devicetree List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1716 Lines: 38 On Mon, Apr 27, 2015 at 5:10 PM, Sudeep Holla wrote: > This patch adds support for System Control and Power Interface (SCPI) > Message Protocol used between the Application Cores(AP) and the System > Control Processor(SCP). The MHU peripheral provides a mechanism for > inter-processor communication between SCP's M3 processor and AP. > > SCP offers control and management of the core/cluster power states, > various power domain DVFS including the core/cluster, certain system > clocks configuration, thermal sensors and many others. > > This protocol driver provides interface for all the client drivers using > SCPI to make use of the features offered by the SCP. > Is the SCPI specification available somewhere to look into? > Signed-off-by: Sudeep Holla > Cc: Rob Herring > Cc: Mark Rutland > CC: Jassi Brar > Cc: Liviu Dudau > Cc: Lorenzo Pieralisi > Cc: Jon Medhurst (Tixy) > Cc: devicetree@vger.kernel.org > --- > .../devicetree/bindings/mailbox/arm,scpi.txt | 121 ++++ > drivers/mailbox/Kconfig | 19 + > drivers/mailbox/Makefile | 2 + > drivers/mailbox/scpi_protocol.c | 694 +++++++++++++++++++++ > Why in drivers/mailbox/ ? This is a 'consumer' driver and seems Juno(ARM) specific. -Jassi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/