From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Fri, 15 Feb 2013 23:04:14 +0100 Subject: [PATCH v2 3/5] arm: mvebu: update defconfig with local timer support In-Reply-To: <20130215215640.GI14746@titan.lakedaemon.net> References: <1359135165-32108-1-git-send-email-gregory.clement@free-electrons.com> <1359135165-32108-4-git-send-email-gregory.clement@free-electrons.com> <20130215215640.GI14746@titan.lakedaemon.net> Message-ID: <511EB0DE.5090509@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/15/2013 10:56 PM, Jason Cooper wrote: > On Fri, Jan 25, 2013 at 06:32:43PM +0100, Gregory CLEMENT wrote: >> Now that we have support for local timers, enable it by default >> >> Signed-off-by: Gregory CLEMENT >> --- >> arch/arm/configs/mvebu_defconfig | 1 - >> 1 file changed, 1 deletion(-) > > Applied patches 1, 2, and 3 of this series to mvebu/boards. In the > future, please put driver changes first (patch #2) with few if any > dependencies. > > In this case, since these patches depended on SMP support added to > mvebu/boards, I had to apply them to mvebu/boards to prevent a circular > dependency. Well the patch #2 can't work without the #1 (local interrupt support), so if the order is changed then we loose the "bissecatiblity". That was the reason of this order. I hope Olof talk at ELC will help to understand better this workflow! > > thx, > > Jason. > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH v2 3/5] arm: mvebu: update defconfig with local timer support Date: Fri, 15 Feb 2013 23:04:14 +0100 Message-ID: <511EB0DE.5090509@free-electrons.com> References: <1359135165-32108-1-git-send-email-gregory.clement@free-electrons.com> <1359135165-32108-4-git-send-email-gregory.clement@free-electrons.com> <20130215215640.GI14746@titan.lakedaemon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130215215640.GI14746-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Jason Cooper Cc: Lior Amsalem , Andrew Lunn , Ike Pan , Nadav Haklai , David Marlin , Yehuda Yitschak , Jani Monoses , Russell King , Tawfik Bayouk , Dan Frazier , Eran Ben-Avi , Leif Lindholm , Sebastian Hesselbarth , Jon Masters , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , Thomas Gleixner , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Chris Van Hoof , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Maen Suleiman , Shadi Ammouri List-Id: devicetree@vger.kernel.org On 02/15/2013 10:56 PM, Jason Cooper wrote: > On Fri, Jan 25, 2013 at 06:32:43PM +0100, Gregory CLEMENT wrote: >> Now that we have support for local timers, enable it by default >> >> Signed-off-by: Gregory CLEMENT >> --- >> arch/arm/configs/mvebu_defconfig | 1 - >> 1 file changed, 1 deletion(-) > > Applied patches 1, 2, and 3 of this series to mvebu/boards. In the > future, please put driver changes first (patch #2) with few if any > dependencies. > > In this case, since these patches depended on SMP support added to > mvebu/boards, I had to apply them to mvebu/boards to prevent a circular > dependency. Well the patch #2 can't work without the #1 (local interrupt support), so if the order is changed then we loose the "bissecatiblity". That was the reason of this order. I hope Olof talk at ELC will help to understand better this workflow! > > thx, > > Jason. > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com