From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH 8/8] msm: scm: Move the scm driver to drivers/soc/qcom Date: Tue, 5 Aug 2014 13:12:57 -0700 Message-ID: References: <1407202310-3359-1-git-send-email-sboyd@codeaurora.org> <1407202310-3359-9-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Lina Iyer Cc: Stephen Boyd , David Brown , Kumar Gala , "linux-kernel@vger.kernel.org" , linux-arm-msm , "linux-arm-kernel@lists.infradead.org" List-Id: linux-arm-msm@vger.kernel.org On Mon, Aug 4, 2014 at 9:07 PM, Lina Iyer wrote: > On Mon, 4 Aug 2014, Stephen Boyd wrote: [...] > Could we move scm-boot.c as well to drivers/soc/qcom and scm-boot.h to include/soc/qcom ? Yes, we can do that. But as of now we seem to only have one caller of this wrapper, so maybe we could move the functionality into platsmp.c and drop the file instead? I looked at this a while back and was considering suggesting that we move the scm access behind firmware_ops, but then we should probably also extend the ops struct with all the needed ops related to firmware loading and other things; so I'm not sure if it's a beneficial move. Regards, Bjorn