From: daniel.lezcano@linaro.org (Daniel Lezcano)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH v6 2/3] clocksource: Add NPS400 timers driver
Date: Tue, 29 Mar 2016 15:21:54 +0200 [thread overview]
Message-ID: <56FA8172.5020008@linaro.org> (raw)
In-Reply-To: <56FA7A77.6080901@synopsys.com>
On 03/29/2016 02:52 PM, Vineet Gupta wrote:
> On Monday 21 March 2016 07:54 PM, Noam Camus wrote:
>> From: Noam Camus <noamc at ezchip.com>
>>
>> Add internal tick generator which is shared by all cores.
>> Each cluster of cores view it through dedicated address.
>> This is used for SMP system where all CPUs synced by same
>> clock source.
>>
>> Signed-off-by: Noam Camus <noamc at ezchip.com>
>> Cc: Daniel Lezcano <daniel.lezcano at linaro.org>
>> Cc: Rob Herring <robh+dt at kernel.org>
>> Cc: Thomas Gleixner <tglx at linutronix.de>
>> Cc: John Stultz <john.stultz at linaro.org>
>> Acked-by: Vineet Gupta <vgupta at synopsys.com>
>
> @Noam, AFAIKR, Daniel did ack the prev version - can you please double check and
> repost this again.
>
> @Daniel, this patch depends on a include/soc header introduced by patch 1/3 of the
> series. For 4.7, how should we merge it - take both via ARC tree !
There are two ways to do this when there are multiple tree dependencies:
- put a common branch to be shared between trees
- ask for the maintainer for an acked-by and pick it in a single tree
Given the nature of the patch (initial submission), I agree you pick it
through your tree.
-- Daniel
--
<http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
WARNING: multiple messages have this Message-ID (diff)
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Vineet Gupta <Vineet.Gupta1@synopsys.com>,
Noam Camus <noamca@mellanox.com>,
marc.zyngier@arm.com, jason@lakedaemon.net
Cc: linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
John Stultz <john.stultz@linaro.org>,
Noam Camus <noamc@ezchip.com>,
Thomas Gleixner <tglx@linutronix.de>,
linux-snps-arc@lists.infradead.org
Subject: Re: [PATCH v6 2/3] clocksource: Add NPS400 timers driver
Date: Tue, 29 Mar 2016 15:21:54 +0200 [thread overview]
Message-ID: <56FA8172.5020008@linaro.org> (raw)
In-Reply-To: <56FA7A77.6080901@synopsys.com>
On 03/29/2016 02:52 PM, Vineet Gupta wrote:
> On Monday 21 March 2016 07:54 PM, Noam Camus wrote:
>> From: Noam Camus <noamc@ezchip.com>
>>
>> Add internal tick generator which is shared by all cores.
>> Each cluster of cores view it through dedicated address.
>> This is used for SMP system where all CPUs synced by same
>> clock source.
>>
>> Signed-off-by: Noam Camus <noamc@ezchip.com>
>> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
>> Cc: Rob Herring <robh+dt@kernel.org>
>> Cc: Thomas Gleixner <tglx@linutronix.de>
>> Cc: John Stultz <john.stultz@linaro.org>
>> Acked-by: Vineet Gupta <vgupta@synopsys.com>
>
> @Noam, AFAIKR, Daniel did ack the prev version - can you please double check and
> repost this again.
>
> @Daniel, this patch depends on a include/soc header introduced by patch 1/3 of the
> series. For 4.7, how should we merge it - take both via ARC tree !
There are two ways to do this when there are multiple tree dependencies:
- put a common branch to be shared between trees
- ask for the maintainer for an acked-by and pick it in a single tree
Given the nature of the patch (initial submission), I agree you pick it
through your tree.
-- Daniel
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
next prev parent reply other threads:[~2016-03-29 13:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-21 14:24 [PATCH v6 0/3] Adding NPS400 drivers Noam Camus
2016-03-21 14:24 ` Noam Camus
2016-03-21 14:24 ` [PATCH v6 1/3] soc: Support for EZchip SoC Noam Camus
2016-03-21 14:24 ` Noam Camus
2016-03-21 14:24 ` [PATCH v6 2/3] clocksource: Add NPS400 timers driver Noam Camus
2016-03-21 14:24 ` Noam Camus
2016-03-29 12:52 ` Vineet Gupta
2016-03-29 12:52 ` Vineet Gupta
2016-03-29 13:21 ` Daniel Lezcano [this message]
2016-03-29 13:21 ` Daniel Lezcano
2016-04-07 9:22 ` Vineet Gupta
2016-04-07 9:22 ` Vineet Gupta
2016-03-21 14:24 ` [PATCH v6 3/3] irqchip: add nps Internal and external irqchips Noam Camus
2016-03-21 14:24 ` Noam Camus
2016-03-29 12:55 ` Vineet Gupta
2016-03-29 12:55 ` Vineet Gupta
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=56FA8172.5020008@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=linux-snps-arc@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.