From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762141AbaGRTiP (ORCPT ); Fri, 18 Jul 2014 15:38:15 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:43291 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761857AbaGRTiN (ORCPT ); Fri, 18 Jul 2014 15:38:13 -0400 Message-ID: <53C9779E.7060400@samsung.com> Date: Sat, 19 Jul 2014 04:38:06 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Tomasz Figa CC: Kukjin Kim , "'Tomasz Figa'" , linux-samsung-soc@vger.kernel.org, =?ISO-8859-1?Q?=27Heiko_St=FCbner=27?= , "'Arnd Bergmann'" , linux-kernel@vger.kernel.org, "'Mark Brown'" , "'Olof Johansson'" , linux-arm-kernel@lists.infradead.org, "'Marek Szyprowski'" Subject: Re: [PATCH 13/19] ARM: s5pv210: move debug-macro.S into the common space References: <1404496099-26708-1-git-send-email-t.figa@samsung.com> <1404496099-26708-14-git-send-email-t.figa@samsung.com> <53C5BF24.9030302@samsung.com> <046101cfa090$51757260$f4605720$@samsung.com> <53C5CDCB.2050307@gmail.com> In-Reply-To: <53C5CDCB.2050307@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/16/14 09:56, Tomasz Figa wrote: > On 16.07.2014 02:53, Kukjin Kim wrote: >> Kukjin Kim wrote: >>> >>> On 07/05/14 02:48, Tomasz Figa wrote: >>>> Move debug-macro.S from mach/include to include/debug where >>>> all other common debug macros are. >>>> >>>> Signed-off-by: Tomasz Figa >>>> --- >>>> arch/arm/Kconfig.debug | 12 +++++-- >>>> arch/arm/include/debug/s5pv210.S | 34 ++++++++++++++++++++ >>>> arch/arm/mach-s5pv210/include/mach/debug-macro.S | 41 ------------------------ >>>> 3 files changed, 44 insertions(+), 43 deletions(-) >>>> create mode 100644 arch/arm/include/debug/s5pv210.S >>>> delete mode 100644 arch/arm/mach-s5pv210/include/mach/debug-macro.S >> >> [...] >> >>> Tomasz, >>> >>> I couldn't apply this one from this your series because of conflict with >>> others. Can you please respin this one? >>> >> One more note, since I didn't apply this, there is a build breakage for >> s5pv210_defconfig now... >> >> arch/arm/kernel/debug.S:24:33: fatal error: mach/debug-macro.S: No such file or directory >> compilation terminated. >> make[2]: *** [arch/arm/kernel/debug.o] Error 1 >> make[1]: *** [arch/arm/kernel] Error 2 >> make[1]: *** Waiting for unfinished jobs.... > > Hmm? Are you sure previous patches applied correctly? I have tested this > series patch by patch on all affected configs and it built fine back > then. Maybe some conflict, I'll see tomorrow. > Tomasz, I've applied this whole series including this again. Can you please check my branch before sending pull-request to arm-soc for 3.17? Thanks, Kukjin From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Sat, 19 Jul 2014 04:38:06 +0900 Subject: [PATCH 13/19] ARM: s5pv210: move debug-macro.S into the common space In-Reply-To: <53C5CDCB.2050307@gmail.com> References: <1404496099-26708-1-git-send-email-t.figa@samsung.com> <1404496099-26708-14-git-send-email-t.figa@samsung.com> <53C5BF24.9030302@samsung.com> <046101cfa090$51757260$f4605720$@samsung.com> <53C5CDCB.2050307@gmail.com> Message-ID: <53C9779E.7060400@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/16/14 09:56, Tomasz Figa wrote: > On 16.07.2014 02:53, Kukjin Kim wrote: >> Kukjin Kim wrote: >>> >>> On 07/05/14 02:48, Tomasz Figa wrote: >>>> Move debug-macro.S from mach/include to include/debug where >>>> all other common debug macros are. >>>> >>>> Signed-off-by: Tomasz Figa >>>> --- >>>> arch/arm/Kconfig.debug | 12 +++++-- >>>> arch/arm/include/debug/s5pv210.S | 34 ++++++++++++++++++++ >>>> arch/arm/mach-s5pv210/include/mach/debug-macro.S | 41 ------------------------ >>>> 3 files changed, 44 insertions(+), 43 deletions(-) >>>> create mode 100644 arch/arm/include/debug/s5pv210.S >>>> delete mode 100644 arch/arm/mach-s5pv210/include/mach/debug-macro.S >> >> [...] >> >>> Tomasz, >>> >>> I couldn't apply this one from this your series because of conflict with >>> others. Can you please respin this one? >>> >> One more note, since I didn't apply this, there is a build breakage for >> s5pv210_defconfig now... >> >> arch/arm/kernel/debug.S:24:33: fatal error: mach/debug-macro.S: No such file or directory >> compilation terminated. >> make[2]: *** [arch/arm/kernel/debug.o] Error 1 >> make[1]: *** [arch/arm/kernel] Error 2 >> make[1]: *** Waiting for unfinished jobs.... > > Hmm? Are you sure previous patches applied correctly? I have tested this > series patch by patch on all affected configs and it built fine back > then. Maybe some conflict, I'll see tomorrow. > Tomasz, I've applied this whole series including this again. Can you please check my branch before sending pull-request to arm-soc for 3.17? Thanks, Kukjin