From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <55B90F5B.9070100@codeaurora.org> Date: Wed, 29 Jul 2015 10:37:31 -0700 From: Stephen Boyd MIME-Version: 1.0 To: Sudeep Holla CC: linux-kernel@vger.kernel.org, Liviu Dudau , Punit Agrawal , "Jon Medhurst (Tixy)" , Lorenzo Pieralisi , Arnd Bergmann , Olof Johansson , Kevin Hilman , Mike Turquette , linux-clk@vger.kernel.org Subject: Re: [PATCH v5 3/8] clk: add support for clocks provided by SCP(System Control Processor) References: <1437649828-14540-1-git-send-email-sudeep.holla@arm.com> <1437649828-14540-4-git-send-email-sudeep.holla@arm.com> In-Reply-To: <1437649828-14540-4-git-send-email-sudeep.holla@arm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: On 07/23/2015 04:10 AM, Sudeep Holla wrote: > 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 > Cc: Mike Turquette > Cc: Stephen Boyd > Cc: Liviu Dudau > Cc: Lorenzo Pieralisi > Cc: Jon Medhurst (Tixy) > Cc: linux-clk@vger.kernel.org Looks good to me, modulo one comment. Reviewed-by: Stephen Boyd > + > +static const struct of_device_id scpi_clocks_ids[] = { > + { .compatible = "arm,scpi-clocks", }, > + {} > +}; Did you want a MODULE_DEVICE_TABLE() here? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project