From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <55B9EA6B.70403@arm.com> Date: Thu, 30 Jul 2015 10:12:11 +0100 From: Sudeep Holla MIME-Version: 1.0 To: Stephen Boyd CC: Sudeep Holla , "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> <55B90F5B.9070100@codeaurora.org> In-Reply-To: <55B90F5B.9070100@codeaurora.org> Content-Type: text/plain; charset=windows-1252; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: On 29/07/15 18:37, Stephen Boyd wrote: > 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 > Thanks, I assume you are fine if this gets merged via arm-soc >> + >> +static const struct of_device_id scpi_clocks_ids[] = { >> + { .compatible = "arm,scpi-clocks", }, >> + {} >> +}; > > Did you want a MODULE_DEVICE_TABLE() here? > Yes, I do and it's added now. Regards, Sudeep