From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752692AbbKYUbS (ORCPT ); Wed, 25 Nov 2015 15:31:18 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:49306 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615AbbKYUbQ (ORCPT ); Wed, 25 Nov 2015 15:31:16 -0500 From: Arnd Bergmann To: Stephen Boyd Cc: Daniel Lezcano , Andy Gross , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/3] ARM: qcom: Drop ARCH_MSM* configs Date: Wed, 25 Nov 2015 21:30:41 +0100 Message-ID: <5774027.3ZvxSC0ub5@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20151125193447.GD11298@codeaurora.org> References: <1448413710-8101-1-git-send-email-sboyd@codeaurora.org> <3990433.OKhWpPeunI@wuerfel> <20151125193447.GD11298@codeaurora.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:vLvvHF7OekV/0r+2LE9K0epnaU4JQw7UYJMKeVbjyDDdY3YsylH iERXQd1uUW2jFuWSqEmVMZxHdhsYSdSpHtcrykDik8zJfS2tntknooFXrhTOXXH3HzlRBUw JAzaSefh/QZtw9lWHvIjCm4gJx1RJprQVzYQffqrBPsxDxDDKFahF0W7M100+Mj+ze6F6bm IO/UpbNCL4PBn1m60rvkw== X-UI-Out-Filterresults: notjunk:1;V01:K0:bwMKk0pweZo=:rz8GcqjPSXVrcUvipqj99N i+MeI3ofpNyn5khiMCNpapyQqQ0BYA49QBxirvbNpAXfOGmHeRVGwCtGlIYCvf3FOMkGpzUbw /CRnZNwI0UARNwD7ZuXZ5TWyFm4JuIz6FpkGv5tr4ySeSGQOHL7xRxCVg03Ywv91Il34Q7hJJ 92WNURZiUqKTCWJ/7iJx0fmgmTzh0W2im10h3nFt5zzRs8j8aF8K27bF9lPFX+v7hlVdGYw64 CV50n+w8z371/H0EI+rQfe3r44aBuB1ugsvGtahRB8p8fB1fhCFtwom5A3O9JRxnNLn3qjF6+ gUrVX1kex4fyQwf3HiMErj7OP3F0Zb8hYx0VpBtfJZ00CqpbQWesuvERRPyg0cEhJ5sVWT1Lp ZGwGN8X9kGubbrTDdL/RSL8UPJV8HZ/IN4sN10DYhIHwYNH/Y8bqbZIZFVWDv7dePa+No4FIX gGK116k6ihJ5YcLlOZsOKWmuLE0mSS2REHaOqVgXdw7KVHc8T4M7s0GFtG5svTcbXmBW0S6H9 JTEoxEiw2yQu/JKObnR9vxMOIRd/PZ8u6w7lXBundieP1qPZBy1wIf+mW1/3VG538nEMK5vkZ sIulFt5/DgQ0PeeGgcuhgCxnR+6bgB0PMu1QZpnUR9nbnd3Ji7oofV0p1zwv6Q/Dtc+Iy/6sW 170AQA7VO+psb8WmI+K2ijxVJejeOMNeeDizc1fONA/x2JR199OmVuxwtuKv3EGusHyuptCbG woJqj7CVidmthhvv Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 25 November 2015 11:34:47 Stephen Boyd wrote: > On 11/25, Arnd Bergmann wrote: > > On Wednesday 25 November 2015 13:27:55 Daniel Lezcano wrote: > > > > > > What about: > > > > > > textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000 > > > textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 > > > > > > in arch/arm/Makefile > > > > Good point, we need to do something about these still. > > > > Yeah good catch! My brain must be shutting down due to the > holiday coming up. > > The nice thing is that CLKSRC_QCOM and this text offset stuff are > always used on the same SoCs, so we should be able to make one > config in mach-qcom/Kconfig that selects the qcom clksrc driver > and adjusts the text offset. So is the suggestion to move > CLKSRC_QCOM to mach-qcom/Kconfig, or to make a new config that > selects it? I was thinking of a new option that selects it, which I think is more in line with what Daniel wants. Arnd