From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: "santosh.shilimkar-l0cyMroinI0@public.gmane.org"
<santosh.shilimkar-l0cyMroinI0@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
"arnd-r2nGTMty4D4@public.gmane.org"
<arnd-r2nGTMty4D4@public.gmane.org>,
"olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org"
<olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
"linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org"
<linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9
Date: Wed, 23 Jan 2013 09:37:43 -0700 [thread overview]
Message-ID: <510011D7.3000301@wwwdotorg.org> (raw)
In-Reply-To: <20130123.112745.1104072242042163713.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
On 01/23/2013 02:27 AM, Hiroshi Doyu wrote:
> Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> wrote @ Wed, 23 Jan 2013 08:04:57 +0200 (EET):
>
>> Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> wrote @ Tue, 22 Jan 2013 17:57:39 +0100:
>>
>>> Hiroshi, is this series the only dependency you need for your
>>> Tegra114
>>
>> Basically yes.
>>
>>> series? So, I could merge your Tegra114 series once this series is applied?
>>
>> But now "CCF" seems to be in. Then, the HACK(*1) needs to be replaced
>> with "Tegra114 CCF". But "Tegra114 CCF" doesn't seem ready yet. I'll check
>> if this Tegra114 series would work without "Tegra114 CCF".
>>
>> *1: http://patchwork.ozlabs.org/patch/212010/
>
> Stephen,
>
> Verified "Tegra114 series" worked with "for-3.9/soc" branch(inc CCF)
> with a little tweak.
Good news.
> I can post Tegra114 series again. If you want them rebased onto
> another branch, let me know.
Yes please. I will apply them to for-3.9/soc. Please assume that
for-3.9/soc will already contain "ARM: Define CPU part numbers and
implementors", and your two SCU-related patches. Include your "ARM:
tegra: Use DT /cpu node to detect number of CPU core" as the first patch
in the series. I assume that is all of the dependencies; if I've
forgotten anything, please point it out. Thanks.
WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9
Date: Wed, 23 Jan 2013 09:37:43 -0700 [thread overview]
Message-ID: <510011D7.3000301@wwwdotorg.org> (raw)
In-Reply-To: <20130123.112745.1104072242042163713.hdoyu@nvidia.com>
On 01/23/2013 02:27 AM, Hiroshi Doyu wrote:
> Hiroshi Doyu <hdoyu@nvidia.com> wrote @ Wed, 23 Jan 2013 08:04:57 +0200 (EET):
>
>> Stephen Warren <swarren@wwwdotorg.org> wrote @ Tue, 22 Jan 2013 17:57:39 +0100:
>>
>>> Hiroshi, is this series the only dependency you need for your
>>> Tegra114
>>
>> Basically yes.
>>
>>> series? So, I could merge your Tegra114 series once this series is applied?
>>
>> But now "CCF" seems to be in. Then, the HACK(*1) needs to be replaced
>> with "Tegra114 CCF". But "Tegra114 CCF" doesn't seem ready yet. I'll check
>> if this Tegra114 series would work without "Tegra114 CCF".
>>
>> *1: http://patchwork.ozlabs.org/patch/212010/
>
> Stephen,
>
> Verified "Tegra114 series" worked with "for-3.9/soc" branch(inc CCF)
> with a little tweak.
Good news.
> I can post Tegra114 series again. If you want them rebased onto
> another branch, let me know.
Yes please. I will apply them to for-3.9/soc. Please assume that
for-3.9/soc will already contain "ARM: Define CPU part numbers and
implementors", and your two SCU-related patches. Include your "ARM:
tegra: Use DT /cpu node to detect number of CPU core" as the first patch
in the series. I assume that is all of the dependencies; if I've
forgotten anything, please point it out. Thanks.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Hiroshi Doyu <hdoyu@nvidia.com>
Cc: "santosh.shilimkar@ti.com" <santosh.shilimkar@ti.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"arnd@arndb.de" <arnd@arndb.de>,
"olof@lixom.net" <olof@lixom.net>,
"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>
Subject: Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9
Date: Wed, 23 Jan 2013 09:37:43 -0700 [thread overview]
Message-ID: <510011D7.3000301@wwwdotorg.org> (raw)
In-Reply-To: <20130123.112745.1104072242042163713.hdoyu@nvidia.com>
On 01/23/2013 02:27 AM, Hiroshi Doyu wrote:
> Hiroshi Doyu <hdoyu@nvidia.com> wrote @ Wed, 23 Jan 2013 08:04:57 +0200 (EET):
>
>> Stephen Warren <swarren@wwwdotorg.org> wrote @ Tue, 22 Jan 2013 17:57:39 +0100:
>>
>>> Hiroshi, is this series the only dependency you need for your
>>> Tegra114
>>
>> Basically yes.
>>
>>> series? So, I could merge your Tegra114 series once this series is applied?
>>
>> But now "CCF" seems to be in. Then, the HACK(*1) needs to be replaced
>> with "Tegra114 CCF". But "Tegra114 CCF" doesn't seem ready yet. I'll check
>> if this Tegra114 series would work without "Tegra114 CCF".
>>
>> *1: http://patchwork.ozlabs.org/patch/212010/
>
> Stephen,
>
> Verified "Tegra114 series" worked with "for-3.9/soc" branch(inc CCF)
> with a little tweak.
Good news.
> I can post Tegra114 series again. If you want them rebased onto
> another branch, let me know.
Yes please. I will apply them to for-3.9/soc. Please assume that
for-3.9/soc will already contain "ARM: Define CPU part numbers and
implementors", and your two SCU-related patches. Include your "ARM:
tegra: Use DT /cpu node to detect number of CPU core" as the first patch
in the series. I assume that is all of the dependencies; if I've
forgotten anything, please point it out. Thanks.
next prev parent reply other threads:[~2013-01-23 16:37 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-22 5:52 [v3 1/2] ARM: Add API to detect SCU base address from CP15 Hiroshi Doyu
2013-01-22 5:52 ` Hiroshi Doyu
2013-01-22 5:52 ` Hiroshi Doyu
2013-01-22 5:52 ` [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9 Hiroshi Doyu
2013-01-22 5:52 ` Hiroshi Doyu
2013-01-22 5:52 ` Hiroshi Doyu
[not found] ` <1358833924-24535-2-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-22 6:07 ` Santosh Shilimkar
2013-01-22 6:07 ` Santosh Shilimkar
2013-01-22 6:07 ` Santosh Shilimkar
[not found] ` <50FE2CA8.20100-l0cyMroinI0@public.gmane.org>
2013-01-22 16:57 ` Stephen Warren
2013-01-22 16:57 ` Stephen Warren
2013-01-22 16:57 ` Stephen Warren
[not found] ` <50FEC503.2080602-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-22 17:04 ` Olof Johansson
2013-01-22 17:04 ` Olof Johansson
2013-01-22 17:04 ` Olof Johansson
[not found] ` <CAOesGMgtaCkiv285TU_vbAokN5M2MrANQ9piDcyXu5YMmbQq3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-23 8:58 ` Santosh Shilimkar
2013-01-23 8:58 ` Santosh Shilimkar
2013-01-23 8:58 ` Santosh Shilimkar
[not found] ` <50FFA620.50008-l0cyMroinI0@public.gmane.org>
2013-01-23 10:58 ` Hiroshi Doyu
2013-01-23 10:58 ` Hiroshi Doyu
2013-01-23 10:58 ` Hiroshi Doyu
[not found] ` <20130123.125851.1450151123804323961.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-23 11:09 ` Santosh Shilimkar
2013-01-23 11:09 ` Santosh Shilimkar
2013-01-23 11:09 ` Santosh Shilimkar
2013-01-24 5:04 ` Stephen Warren
2013-01-24 5:04 ` Stephen Warren
2013-01-24 5:04 ` Stephen Warren
[not found] ` <5100C0F7.9080101-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-24 5:56 ` Santosh Shilimkar
2013-01-24 5:56 ` Santosh Shilimkar
2013-01-24 5:56 ` Santosh Shilimkar
2013-01-24 6:42 ` Hiroshi Doyu
2013-01-24 6:42 ` Hiroshi Doyu
2013-01-24 6:42 ` Hiroshi Doyu
2013-01-28 7:18 ` Hiroshi Doyu
2013-01-28 7:18 ` Hiroshi Doyu
2013-01-28 7:18 ` Hiroshi Doyu
2013-01-28 14:47 ` Russell King - ARM Linux
2013-01-28 14:47 ` Russell King - ARM Linux
2013-01-23 6:04 ` Hiroshi Doyu
2013-01-23 6:04 ` Hiroshi Doyu
2013-01-23 9:27 ` Hiroshi Doyu
2013-01-23 9:27 ` Hiroshi Doyu
[not found] ` <20130123.112745.1104072242042163713.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-23 16:37 ` Stephen Warren [this message]
2013-01-23 16:37 ` Stephen Warren
2013-01-23 16:37 ` Stephen Warren
2013-01-22 18:35 ` Stephen Warren
2013-01-22 18:35 ` Stephen Warren
[not found] ` <50FEDC0B.7050604-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-22 18:46 ` Will Deacon
2013-01-22 18:46 ` Will Deacon
2013-01-22 18:46 ` Will Deacon
2013-01-22 18:49 ` Stephen Warren
2013-01-22 18:49 ` Stephen Warren
[not found] ` <1358833924-24535-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-28 18:03 ` [v3 1/2] ARM: Add API to detect SCU base address from CP15 Stephen Warren
2013-01-28 18:03 ` Stephen Warren
2013-01-28 18:03 ` Stephen Warren
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=510011D7.3000301@wwwdotorg.org \
--to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=santosh.shilimkar-l0cyMroinI0@public.gmane.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.