From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751645AbdARX1g (ORCPT ); Wed, 18 Jan 2017 18:27:36 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:45250 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552AbdARX1b (ORCPT ); Wed, 18 Jan 2017 18:27:31 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org E6FCB607B3 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org From: Stephen Boyd To: Andy Gross Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, Joerg Roedel Subject: [PATCH 0/5] Remove qcom SoC configs Date: Wed, 18 Jan 2017 15:27:21 -0800 Message-Id: <20170118232726.22876-1-sboyd@codeaurora.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We want to remove the ARCH_MSM* configs in mach-qcom/Kconfig because they are proxy configs for selecting the right clocksource driver and adjusting the text offset and there is no difference between ARCH_MSM8X60 and ARCH_MSM8960 anymore. Furthermore, there aren't configs for all the SoCs supported by the mainline kernel, leading to confusion about which SoCs are supported. This patch series removes them, leading to less confusion with the minor downside of always forcing a text offset shift and the selection of the qcom specific clocksource driver. The size increase from the clocksource driver is already taken in the qcom_defconfig, so most likely nobody will care. Cc: Joerg Roedel Stephen Boyd (5): iommu: Generalize MSM_IOMMU config to ARCH_QCOM ARM: Makefile: Generalize qcom platform text offset ARM: qcom: Remove SoC specific configs ARM: qcom_defconfig: Drop SoC specific configs ARM: multi_v7_defconfig: Remove qcom SoC configs arch/arm/Makefile | 3 +-- arch/arm/configs/multi_v7_defconfig | 3 --- arch/arm/configs/qcom_defconfig | 4 ---- arch/arm/mach-qcom/Kconfig | 23 ++--------------------- drivers/iommu/Kconfig | 2 +- 5 files changed, 4 insertions(+), 31 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project