From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lina Iyer Subject: Re: [PATCH 8/8] msm: scm: Move the scm driver to drivers/soc/qcom Date: Mon, 4 Aug 2014 22:07:31 -0600 (MDT) 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=US-ASCII Return-path: Received: from mail-ig0-f179.google.com ([209.85.213.179]:58791 "EHLO mail-ig0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753765AbaHEEHe (ORCPT ); Tue, 5 Aug 2014 00:07:34 -0400 Received: by mail-ig0-f179.google.com with SMTP id h18so589449igc.6 for ; Mon, 04 Aug 2014 21:07:34 -0700 (PDT) In-Reply-To: <1407202310-3359-9-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: David Brown , Kumar Gala , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lina Iyer On Mon, 4 Aug 2014, Stephen Boyd wrote: > Architectural changes in the ARM Linux kernel tree mandate > the eventual removal of the mach-* directories. Move the > scm driver to drivers/soc/qcom and the scm header to > include/soc/qcom to support that removal. > > Signed-off-by: Stephen Boyd > --- > arch/arm/mach-qcom/Kconfig | 3 --- > arch/arm/mach-qcom/Makefile | 4 +--- > arch/arm/mach-qcom/scm-boot.c | 2 +- diff --git a/arch/arm/mach-qcom/scm.h b/include/soc/qcom/scm.h > similarity index 100% > rename from arch/arm/mach-qcom/scm.h > rename to include/soc/qcom/scm.h Could we move scm-boot.c as well to drivers/soc/qcom and scm-boot.h to include/soc/qcom ? From mboxrd@z Thu Jan 1 00:00:00 1970 From: lina.iyer@linaro.org (Lina Iyer) Date: Mon, 4 Aug 2014 22:07:31 -0600 (MDT) Subject: [PATCH 8/8] msm: scm: Move the scm driver to drivers/soc/qcom In-Reply-To: <1407202310-3359-9-git-send-email-sboyd@codeaurora.org> References: <1407202310-3359-1-git-send-email-sboyd@codeaurora.org> <1407202310-3359-9-git-send-email-sboyd@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 4 Aug 2014, Stephen Boyd wrote: > Architectural changes in the ARM Linux kernel tree mandate > the eventual removal of the mach-* directories. Move the > scm driver to drivers/soc/qcom and the scm header to > include/soc/qcom to support that removal. > > Signed-off-by: Stephen Boyd > --- > arch/arm/mach-qcom/Kconfig | 3 --- > arch/arm/mach-qcom/Makefile | 4 +--- > arch/arm/mach-qcom/scm-boot.c | 2 +- diff --git a/arch/arm/mach-qcom/scm.h b/include/soc/qcom/scm.h > similarity index 100% > rename from arch/arm/mach-qcom/scm.h > rename to include/soc/qcom/scm.h Could we move scm-boot.c as well to drivers/soc/qcom and scm-boot.h to include/soc/qcom ?