From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: Re: [GIT PULL] qcom SoC changes for v3.16 Date: Mon, 26 May 2014 16:48:39 +0300 Message-ID: <1401112119.856.37.camel@iivanov-dev> References: <1401108595.6068.5.camel@x220> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from ns.mm-sol.com ([37.157.136.199]:43197 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752318AbaEZNtX (ORCPT ); Mon, 26 May 2014 09:49:23 -0400 In-Reply-To: <1401108595.6068.5.camel@x220> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Paul Bolle Cc: Stephen Rothwell , Kumar Gala , arm@kernel.org, Kevin Hilman , Arnd Bergmann , linux-arm-msm , linux-kernel@vger.kernel.org, Olof Johansson , David Brown , linux-arm-kernel@lists.infradead.org, agross@codeaurora.org, linus.walleij@linaro.org, srinivas.kandagatla@linaro.org On Mon, 2014-05-26 at 14:49 +0200, Paul Bolle wrote: > On Fri, 2014-05-23 at 13:42 -0500, Kumar Gala wrote: > > Ivan T. Ivanov (1): > > ARM: debug: qcom: make UART address selection configuration option > > This one just landed in linux-next (next-20140526). > > It removed the Kconfig options DEBUG_MSM_UART1, DEBUG_MSM_UART3, and > DEBUG_MSM_UART3. It did not touch these references to their macros: > arch/arm/mach-msm/io.c:60:#if defined(CONFIG_DEBUG_MSM_UART1) || defined(CONFIG_DEBUG_MSM_UART2) || \ > arch/arm/mach-msm/io.c:61: defined(CONFIG_DEBUG_MSM_UART3) > arch/arm/mach-msm/io.c:79:#if defined(CONFIG_DEBUG_MSM_UART1) || defined(CONFIG_DEBUG_MSM_UART2) || \ > arch/arm/mach-msm/io.c:80: defined(CONFIG_DEBUG_MSM_UART3) > > Is a patch to fix this queued somewhere? > Hm, there was some conflicts, which where resolved by Stephen Rothwell [1], but maybe there is still something wrong. Have to check. Regards, Ivan [1] https://lkml.org/lkml/2014/5/25/147 > > Paul Bolle >