From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751333AbaHOOWf (ORCPT ); Fri, 15 Aug 2014 10:22:35 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:10726 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbaHOOWd (ORCPT ); Fri, 15 Aug 2014 10:22:33 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 96.249.243.124 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18azU7Yy4piCGnUhvF55EwYrbx6hz4KzyU= X-DKIM: OpenDKIM Filter v2.0.1 titan 3529E5C654B Date: Fri, 15 Aug 2014 10:22:25 -0400 From: Jason Cooper To: Nicolas Ferre Cc: Arnd Bergmann , Olof Johansson , arm@kernel.org, Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Boris BREZILLON , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches Subject: Re: [GIT PULL] at91: move of AIC drivers for 3.17: fixes #1 Message-ID: <20140815142225.GF5063@titan.lakedaemon.net> References: <1408031156-13573-1-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408031156-13573-1-git-send-email-nicolas.ferre@atmel.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nicolas, On Thu, Aug 14, 2014 at 05:45:56PM +0200, Nicolas Ferre wrote: > Arnd, Olof, Kevin, > > Boris moved both of our AIC drivers to their new home: the drivers/irqchip > directory taking advantage of the genirc framework. For DT-enabled SoCs, we can > use these drivers (aic and aic5) right now: Jason merged them and they are > available in early 3.17 merge window. > So, I build this pull-request for enabling the use of these drivers now as: > - we are very early in 3.17 development > - it allowed us to avoid having to depend on Jason's branch before the opening > of the merge window Then why did I create a topic branch for you to base on? git://git.infradead.org/users/jcooper/linux.git irqchip/atmel-aic > - it removes some code from the mach-at91 directory: including the whole > aic5 driver > - we'd have quite a bit of time to solve issues if we found a bug > - the code is basically moved so it should be error free. Well, this is certainly up to Arnd, Olof and Kevin, but it seems a bit unusual. You're basically asking to merge changes into the current window that has had _no_ time in -next... Sounds like a recipe for trouble to me. In the future, please let me know if you're not going to need a topic branch. thx, Jason.