From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/5] arm: mvebu: update defconfig with local timer support
Date: Fri, 15 Feb 2013 23:04:14 +0100 [thread overview]
Message-ID: <511EB0DE.5090509@free-electrons.com> (raw)
In-Reply-To: <20130215215640.GI14746@titan.lakedaemon.net>
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 <gregory.clement@free-electrons.com>
>> ---
>> 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
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
Cc: Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
Ike Pan <ike.pan-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
David Marlin <dmarlin-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Yehuda Yitschak <yehuday-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Jani Monoses
<jani.monoses-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Dan Frazier
<dann.frazier-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
Eran Ben-Avi <benavi-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Leif Lindholm <leif.lindholm-5wv7dgnIgG8@public.gmane.org>,
Sebastian Hesselbarth
<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Jon Masters <jcm-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Chris Van Hoof <vanhoof-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Maen Suleiman <maen-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Shadi Ammouri <shadi-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH v2 3/5] arm: mvebu: update defconfig with local timer support
Date: Fri, 15 Feb 2013 23:04:14 +0100 [thread overview]
Message-ID: <511EB0DE.5090509@free-electrons.com> (raw)
In-Reply-To: <20130215215640.GI14746-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.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 <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
>> ---
>> 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
next prev parent reply other threads:[~2013-02-15 22:04 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-25 17:32 [PATCH v2 0/5] arm: mvebu: add support for local timer for Armada 370/XP Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-01-25 17:32 ` [PATCH v2 1/5] arm: mvebu: Add support for local interrupt Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-01-25 17:32 ` [PATCH v2 2/5] clocksource: time-armada-370-xp: add local timer support Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-02-15 21:21 ` Jason Cooper
2013-02-15 21:21 ` Jason Cooper
2013-02-15 21:41 ` Gregory CLEMENT
2013-02-15 21:41 ` Gregory CLEMENT
2013-02-15 21:48 ` Jason Cooper
2013-02-15 21:48 ` Jason Cooper
2013-01-25 17:32 ` [PATCH v2 3/5] arm: mvebu: update defconfig with " Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-02-15 21:56 ` Jason Cooper
2013-02-15 21:56 ` Jason Cooper
2013-02-15 22:04 ` Gregory CLEMENT [this message]
2013-02-15 22:04 ` Gregory CLEMENT
2013-02-15 22:09 ` Jason Cooper
2013-02-15 22:09 ` Jason Cooper
2013-01-25 17:32 ` [PATCH v2 4/5] arm: mvebu: update DT to support local timers Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-02-15 21:59 ` Jason Cooper
2013-02-15 21:59 ` Jason Cooper
2013-01-25 17:32 ` [PATCH v2 5/5] clocksource: update and move armada-370-xp-timer documentation to timer directory Gregory CLEMENT
2013-01-25 17:32 ` Gregory CLEMENT
2013-01-30 19:52 ` [PATCH v2 0/5] arm: mvebu: add support for local timer for Armada 370/XP Jason Cooper
2013-01-30 19:52 ` Jason Cooper
2013-01-30 19:52 ` Jason Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=511EB0DE.5090509@free-electrons.com \
--to=gregory.clement@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.