linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: Hiroshi Doyu <hdoyu@nvidia.com>, Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	olof@lixom.net, santosh.shilimkar@ti.com,
	Russell King <linux@arm.linux.org.uk>,
	linux-kernel@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: Tue, 22 Jan 2013 11:35:55 -0700	[thread overview]
Message-ID: <50FEDC0B.7050604@wwwdotorg.org> (raw)
In-Reply-To: <1358833924-24535-2-git-send-email-hdoyu@nvidia.com>

On 01/21/2013 10:52 PM, Hiroshi Doyu wrote:
> Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU.

Will, is your for-next/perf branch stable; can I pull it into a branch
destined for arm-soc? Background below:

Uggh.

This patch (2/2) depends on "ARM: tegra: Use DT /cpu node to detect
number of CPU core" from your Tegra114 series, since that patch removes
the other use of scu_base, thus allowing this patch to remove that variable.

Then, that patch depends on "ARM: Define CPU part numbers and
implementors" from Will Deacon's ARM perf tree at:

git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-next/perf

That means that in order to put this series into arm-soc, we would have
to pull in Will's perf branch first, then the following Tegra patches,
the latter two of which are already in Tegra's for-next, so I'd have to
pull them out:

0bb7bd9 ARM: tegra: Use DT /cpu node to detect number of CPU core
a8f5f25 ARM: tegra: Add CPU nodes to Tegra30 device tree
9975516 ARM: tegra: Add CPU nodes to Tegra20 device tree

Hiroshi, it would be extremely useful if you could explicitly specify
the dependencies of your series when posting them; it took me a long
time and a lot of searching to track all the dependencies down. :-(

  parent reply	other threads:[~2013-01-22 18:35 UTC|newest]

Thread overview: 20+ 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 ` [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9 Hiroshi Doyu
     [not found]   ` <1358833924-24535-2-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-22  6:07     ` Santosh Shilimkar
     [not found]       ` <50FE2CA8.20100-l0cyMroinI0@public.gmane.org>
2013-01-22 16:57         ` Stephen Warren
     [not found]           ` <50FEC503.2080602-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-22 17:04             ` Olof Johansson
     [not found]               ` <CAOesGMgtaCkiv285TU_vbAokN5M2MrANQ9piDcyXu5YMmbQq3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-23  8:58                 ` Santosh Shilimkar
     [not found]                   ` <50FFA620.50008-l0cyMroinI0@public.gmane.org>
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-24  5:04                     ` Stephen Warren
     [not found]                       ` <5100C0F7.9080101-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-24  5:56                         ` Santosh Shilimkar
2013-01-24  6:42                         ` Hiroshi Doyu
2013-01-28  7:18                 ` Hiroshi Doyu
2013-01-28 14:47                   ` Russell King - ARM Linux
2013-01-23  6:04           ` 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
2013-01-22 18:35   ` Stephen Warren [this message]
     [not found]     ` <50FEDC0B.7050604-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-22 18:46       ` Will Deacon
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

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=50FEDC0B.7050604@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=arnd@arndb.de \
    --cc=hdoyu@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=olof@lixom.net \
    --cc=santosh.shilimkar@ti.com \
    --cc=will.deacon@arm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).