Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1277800
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] Remove ARCH_MSM* configs |
| Date | 2015-11-25 22:10 +0100 |
| Message-ID | <qyPua-3am-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series allows us to remove the ARCH_MSM* configs that live in mach-qcom/Kconfig. They're mostly proxy configs for user selectable clocksource configurations anyway. Changes from v1: * Patch 1 replaced with one that moves config to mach-qcom/Kconfig * Applied Arnd's acks to patches 2 and 3 Stephen Boyd (3): ARM: qcom: Make an option for qcom clocksource platforms ARM: qcom_defconfig: Enable HAVE_ARM_ARCH_TIMER ARM: qcom: Drop ARCH_MSM* configs arch/arm/Makefile | 3 +-- arch/arm/configs/qcom_defconfig | 1 + arch/arm/mach-qcom/Kconfig | 16 ++++++---------- 3 files changed, 8 insertions(+), 12 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Remove ARCH_MSM* configs Stephen Boyd <sboyd@codeaurora.org> - 2015-11-25 22:10 +0100
[PATCH v2 3/3] ARM: qcom: Drop ARCH_MSM* configs Stephen Boyd <sboyd@codeaurora.org> - 2015-11-25 22:10 +0100
[PATCH v2 1/3] ARM: qcom: Make an option for qcom clocksource platforms Stephen Boyd <sboyd@codeaurora.org> - 2015-11-25 22:10 +0100
Re: [PATCH v2 1/3] ARM: qcom: Make an option for qcom clocksource platforms Arnd Bergmann <arnd@arndb.de> - 2015-11-25 23:10 +0100
Re: [PATCH v2 1/3] ARM: qcom: Make an option for qcom clocksource platforms Stephen Boyd <sboyd@codeaurora.org> - 2015-11-25 23:30 +0100
Re: [PATCH v2 1/3] ARM: qcom: Make an option for qcom clocksource platforms Arnd Bergmann <arnd@arndb.de> - 2015-11-25 23:50 +0100
csiph-web