From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754069AbaHMWQ1 (ORCPT ); Wed, 13 Aug 2014 18:16:27 -0400 Received: from mail-vc0-f169.google.com ([209.85.220.169]:37382 "EHLO mail-vc0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752707AbaHMWQZ (ORCPT ); Wed, 13 Aug 2014 18:16:25 -0400 MIME-Version: 1.0 X-Originating-IP: [2620:0:1000:157d:ddbc:4bf2:aaa:f418] In-Reply-To: References: <1405976886-27807-1-git-send-email-computersforpeace@gmail.com> <1405976886-27807-4-git-send-email-computersforpeace@gmail.com> <20140802083040.GY30282@n2100.arm.linux.org.uk> <20140804165627.GT3711@ld-irv-0074> Date: Wed, 13 Aug 2014 15:16:24 -0700 Message-ID: Subject: Re: [PATCH v8 03/11] ARM: brcmstb: add debug UART for earlyprintk support From: Olof Johansson To: Brian Norris Cc: Russell King - ARM Linux , Arnd Bergmann , Matt Porter , Christian Daudt , "linux-arm-kernel@lists.infradead.org" , Linux Kernel , "devicetree@vger.kernel.org" , Gregory Fong , Florian Fainelli , Marc Carino Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 13, 2014 at 3:11 PM, Brian Norris wrote: > Ping (Olof or Matt?) > > On Mon, Aug 4, 2014 at 9:56 AM, Brian Norris > wrote: >> On Sat, Aug 02, 2014 at 09:30:40AM +0100, Russell King wrote: >>> On Mon, Jul 21, 2014 at 02:07:58PM -0700, Brian Norris wrote: >>> > From: Marc Carino >>> > >>> > Add the UART definitions needed to support earlyprintk on brcmstb machines. >>> > >>> > Signed-off-by: Marc Carino >>> > Acked-by: Florian Fainelli >>> > Signed-off-by: Brian Norris >>> >>> I noticed that you sent this to the patch system. I asked Olof last >>> night whether he had anything in arm-soc touching Kconfig.debug, and >>> he does (a number of other platforms have updated it.) This means >>> that if I apply it to my tree, it may conflict, so I'm reluctant to >>> take it. >> >> OK... Matt told me that such patches go through you. So which is it? >> Should all Kconfig.debug patches go through the arm-soc route? > > How should this get in? Should I rebase/resend through Matt and > arm-soc? Or can you pick this up as-is? Kconfig.debug is something that we usually merge new platforms for through arm-soc. The main exception has been release cycles when Russell has been doing major surgery on the file (one of those was a few releases ago), where we've backed off to avoid conflicts. That's been the assumed arrangement from our side at least, we haven't had anything more formal than that. So, go ahead and send it through us -- if we end up having a cycle where we can't apply it we can send it over to Russell for you. -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH v8 03/11] ARM: brcmstb: add debug UART for earlyprintk support Date: Wed, 13 Aug 2014 15:16:24 -0700 Message-ID: References: <1405976886-27807-1-git-send-email-computersforpeace@gmail.com> <1405976886-27807-4-git-send-email-computersforpeace@gmail.com> <20140802083040.GY30282@n2100.arm.linux.org.uk> <20140804165627.GT3711@ld-irv-0074> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Brian Norris Cc: Russell King - ARM Linux , Arnd Bergmann , Matt Porter , Christian Daudt , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Linux Kernel , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Gregory Fong , Florian Fainelli , Marc Carino List-Id: devicetree@vger.kernel.org On Wed, Aug 13, 2014 at 3:11 PM, Brian Norris wrote: > Ping (Olof or Matt?) > > On Mon, Aug 4, 2014 at 9:56 AM, Brian Norris > wrote: >> On Sat, Aug 02, 2014 at 09:30:40AM +0100, Russell King wrote: >>> On Mon, Jul 21, 2014 at 02:07:58PM -0700, Brian Norris wrote: >>> > From: Marc Carino >>> > >>> > Add the UART definitions needed to support earlyprintk on brcmstb machines. >>> > >>> > Signed-off-by: Marc Carino >>> > Acked-by: Florian Fainelli >>> > Signed-off-by: Brian Norris >>> >>> I noticed that you sent this to the patch system. I asked Olof last >>> night whether he had anything in arm-soc touching Kconfig.debug, and >>> he does (a number of other platforms have updated it.) This means >>> that if I apply it to my tree, it may conflict, so I'm reluctant to >>> take it. >> >> OK... Matt told me that such patches go through you. So which is it? >> Should all Kconfig.debug patches go through the arm-soc route? > > How should this get in? Should I rebase/resend through Matt and > arm-soc? Or can you pick this up as-is? Kconfig.debug is something that we usually merge new platforms for through arm-soc. The main exception has been release cycles when Russell has been doing major surgery on the file (one of those was a few releases ago), where we've backed off to avoid conflicts. That's been the assumed arrangement from our side at least, we haven't had anything more formal than that. So, go ahead and send it through us -- if we end up having a cycle where we can't apply it we can send it over to Russell for you. -Olof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Wed, 13 Aug 2014 15:16:24 -0700 Subject: [PATCH v8 03/11] ARM: brcmstb: add debug UART for earlyprintk support In-Reply-To: References: <1405976886-27807-1-git-send-email-computersforpeace@gmail.com> <1405976886-27807-4-git-send-email-computersforpeace@gmail.com> <20140802083040.GY30282@n2100.arm.linux.org.uk> <20140804165627.GT3711@ld-irv-0074> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 13, 2014 at 3:11 PM, Brian Norris wrote: > Ping (Olof or Matt?) > > On Mon, Aug 4, 2014 at 9:56 AM, Brian Norris > wrote: >> On Sat, Aug 02, 2014 at 09:30:40AM +0100, Russell King wrote: >>> On Mon, Jul 21, 2014 at 02:07:58PM -0700, Brian Norris wrote: >>> > From: Marc Carino >>> > >>> > Add the UART definitions needed to support earlyprintk on brcmstb machines. >>> > >>> > Signed-off-by: Marc Carino >>> > Acked-by: Florian Fainelli >>> > Signed-off-by: Brian Norris >>> >>> I noticed that you sent this to the patch system. I asked Olof last >>> night whether he had anything in arm-soc touching Kconfig.debug, and >>> he does (a number of other platforms have updated it.) This means >>> that if I apply it to my tree, it may conflict, so I'm reluctant to >>> take it. >> >> OK... Matt told me that such patches go through you. So which is it? >> Should all Kconfig.debug patches go through the arm-soc route? > > How should this get in? Should I rebase/resend through Matt and > arm-soc? Or can you pick this up as-is? Kconfig.debug is something that we usually merge new platforms for through arm-soc. The main exception has been release cycles when Russell has been doing major surgery on the file (one of those was a few releases ago), where we've backed off to avoid conflicts. That's been the assumed arrangement from our side at least, we haven't had anything more formal than that. So, go ahead and send it through us -- if we end up having a cycle where we can't apply it we can send it over to Russell for you. -Olof