From: Tony Lindgren <tony@atomide.com>
To: "Shilimkar, Santosh" <santosh.shilimkar@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 00/14] omap sram, omap4 control module and es2.0 support
Date: Thu, 23 Sep 2010 18:13:24 -0700 [thread overview]
Message-ID: <20100924011323.GC4211@atomide.com> (raw)
In-Reply-To: <EAF47CD23C76F840A9E7FCE10091EFAB02CD307F35@dbde02.ent.ti.com>
* Shilimkar, Santosh <santosh.shilimkar@ti.com> [100918 00:24]:
> -----Original Message-----
> > From: Paul Walmsley [mailto:paul@pwsan.com]
> > Sent: Friday, September 17, 2010 11:21 PM
> > To: Shilimkar, Santosh
> > Cc: linux-omap@vger.kernel.org; linux-arm-kernel@lists.infradead.org
> > Subject: Re: [PATCH 00/14] omap sram, omap4 control module and es2.0
> > support
> >
> > Hello Santosh
> >
> > On Fri, 17 Sep 2010, Santosh Shilimkar wrote:
> >
> > > This is consolidated patch series targetted for 2.6.37 merge window.
> > > All of these patches have been already posted/reviewed on the list.
> >
> > Patch 6 is missing, could you please look into why?
> >
> Mostly because of size of the patch, You can pick this from the
> below git link
>
> > Also, please split all of the SCM changes out into a separate
> > series/branch since they will be going in through my tree. Am reviewing
> > those now.
> >
> Ok done. I have split the series and kept scm changes on 'omap4_scm_2.6.37'
> head and rest on 'omap_for_2.6.37'
Santosh, the "Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries" should
get tested in the arm tree to avoid nasty surprises. Please do the following
split:
1. A series for Russell to pull
ARM: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries
omap: Map only available sram memory
davinci: map sram using MT_MEMORY_NONCACHED instead of MT_DEVICE
You can add my Acked-by: Tony Lindgren <tony@atomide.com> to
the "Map only available sram memory" patch.
2. A series for me to pull
omap4: sram: Fix start address
omap4: Update id.c and cpu.h for es2.0
omap4: l2x0: Fix init parameter for es2.0
omap4: Panda: Add DEBUG_LL support
omap4: Fix bootup crash observed with higher CPU clocks
3. A series for Paul to pull (already in omap4_scm_2.6.37)
omap4: control: Add ctrl_pad_base to omap_globals
omap4: control: Add accessor api's for pad control module
omap4: control: Add the register definition headers
omap4: control: Fix the control module register accesses
Please base them either on v2.6.35 or v2.6.36-rc5.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/14] omap sram, omap4 control module and es2.0 support
Date: Thu, 23 Sep 2010 18:13:24 -0700 [thread overview]
Message-ID: <20100924011323.GC4211@atomide.com> (raw)
In-Reply-To: <EAF47CD23C76F840A9E7FCE10091EFAB02CD307F35@dbde02.ent.ti.com>
* Shilimkar, Santosh <santosh.shilimkar@ti.com> [100918 00:24]:
> -----Original Message-----
> > From: Paul Walmsley [mailto:paul at pwsan.com]
> > Sent: Friday, September 17, 2010 11:21 PM
> > To: Shilimkar, Santosh
> > Cc: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org
> > Subject: Re: [PATCH 00/14] omap sram, omap4 control module and es2.0
> > support
> >
> > Hello Santosh
> >
> > On Fri, 17 Sep 2010, Santosh Shilimkar wrote:
> >
> > > This is consolidated patch series targetted for 2.6.37 merge window.
> > > All of these patches have been already posted/reviewed on the list.
> >
> > Patch 6 is missing, could you please look into why?
> >
> Mostly because of size of the patch, You can pick this from the
> below git link
>
> > Also, please split all of the SCM changes out into a separate
> > series/branch since they will be going in through my tree. Am reviewing
> > those now.
> >
> Ok done. I have split the series and kept scm changes on 'omap4_scm_2.6.37'
> head and rest on 'omap_for_2.6.37'
Santosh, the "Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries" should
get tested in the arm tree to avoid nasty surprises. Please do the following
split:
1. A series for Russell to pull
ARM: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries
omap: Map only available sram memory
davinci: map sram using MT_MEMORY_NONCACHED instead of MT_DEVICE
You can add my Acked-by: Tony Lindgren <tony@atomide.com> to
the "Map only available sram memory" patch.
2. A series for me to pull
omap4: sram: Fix start address
omap4: Update id.c and cpu.h for es2.0
omap4: l2x0: Fix init parameter for es2.0
omap4: Panda: Add DEBUG_LL support
omap4: Fix bootup crash observed with higher CPU clocks
3. A series for Paul to pull (already in omap4_scm_2.6.37)
omap4: control: Add ctrl_pad_base to omap_globals
omap4: control: Add accessor api's for pad control module
omap4: control: Add the register definition headers
omap4: control: Fix the control module register accesses
Please base them either on v2.6.35 or v2.6.36-rc5.
Regards,
Tony
next prev parent reply other threads:[~2010-09-24 1:13 UTC|newest]
Thread overview: 104+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-17 9:47 [PATCH 00/14] omap sram, omap4 control module and es2.0 support Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 01/14] ARM: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 02/14] omap: Map only available sram memory Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 03/14] davinci: map sram using MT_MEMORY_NONCACHED instead of MT_DEVICE Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 04/14] omap4: control: Add ctrl_pad_base to omap_globals Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 05/14] omap4: control: Add accessor api's for pad control module Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 06/14] omap4: control: Add the register definition headers Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 07/14] omap4: control: Fix the control module register accesses Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 08/14] omap: sram: fix is_sram_locked check Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 09/14] omap4: sram: Fix start address Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 10/14] omap4: Update id.c and cpu.h for es2.0 Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 11/14] omap4: Fix silicon version detection for early samples Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 12/14] omap4: l2x0: Fix init parameter for es2.0 Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 13/14] omap4: Panda: Add DEBUG_LL support Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 9:47 ` [PATCH 14/14] omap4: Fix bootup crash observed with higher CPU clocks Santosh Shilimkar
2010-09-17 9:47 ` Santosh Shilimkar
2010-09-17 10:14 ` Menon, Nishanth
2010-09-17 10:14 ` Menon, Nishanth
2010-09-17 10:16 ` Shilimkar, Santosh
2010-09-17 10:16 ` Shilimkar, Santosh
2010-09-17 10:27 ` Menon, Nishanth
2010-09-17 10:27 ` Menon, Nishanth
2010-09-17 10:30 ` Shilimkar, Santosh
2010-09-17 10:30 ` Shilimkar, Santosh
2010-09-17 10:41 ` Felipe Balbi
2010-09-17 10:41 ` Felipe Balbi
2010-09-17 11:17 ` Shilimkar, Santosh
2010-09-17 11:17 ` Shilimkar, Santosh
2010-09-17 11:19 ` Felipe Balbi
2010-09-17 11:19 ` Felipe Balbi
2010-09-17 11:24 ` Shilimkar, Santosh
2010-09-17 11:24 ` Shilimkar, Santosh
2010-09-17 10:37 ` Felipe Balbi
2010-09-17 10:37 ` Felipe Balbi
2010-09-17 10:18 ` [PATCH 11/14] omap4: Fix silicon version detection for early samples Menon, Nishanth
2010-09-17 10:18 ` Menon, Nishanth
2010-09-17 10:23 ` Shilimkar, Santosh
2010-09-17 10:23 ` Shilimkar, Santosh
2010-09-17 10:17 ` [PATCH 05/14] omap4: control: Add accessor api's for pad control module Menon, Nishanth
2010-09-17 10:17 ` Menon, Nishanth
2010-09-17 10:16 ` [PATCH 03/14] davinci: map sram using MT_MEMORY_NONCACHED instead of MT_DEVICE Russell King - ARM Linux
2010-09-17 10:16 ` Russell King - ARM Linux
2010-09-17 10:18 ` Shilimkar, Santosh
2010-09-17 10:18 ` Shilimkar, Santosh
2010-09-17 10:15 ` [PATCH 02/14] omap: Map only available sram memory Russell King - ARM Linux
2010-09-17 10:15 ` Russell King - ARM Linux
2010-09-17 11:11 ` Shilimkar, Santosh
2010-09-17 11:11 ` Shilimkar, Santosh
2010-10-01 20:15 ` Grazvydas Ignotas
2010-10-01 20:15 ` Grazvydas Ignotas
2010-10-01 22:53 ` Tony Lindgren
2010-10-01 22:53 ` Tony Lindgren
2010-10-02 7:49 ` Shilimkar, Santosh
2010-10-02 7:49 ` Shilimkar, Santosh
2010-10-04 9:03 ` Grazvydas Ignotas
2010-10-04 9:03 ` Grazvydas Ignotas
2010-10-04 9:38 ` Shilimkar, Santosh
2010-10-04 9:38 ` Shilimkar, Santosh
2010-10-04 13:24 ` Shilimkar, Santosh
2010-10-04 13:24 ` Shilimkar, Santosh
2010-10-04 23:44 ` Grazvydas Ignotas
2010-10-04 23:44 ` Grazvydas Ignotas
2010-10-05 0:34 ` Tony Lindgren
2010-10-05 0:34 ` Tony Lindgren
2010-10-05 0:36 ` Tony Lindgren
2010-10-05 0:36 ` Tony Lindgren
2010-10-05 5:15 ` Shilimkar, Santosh
2010-10-05 5:15 ` Shilimkar, Santosh
2010-09-17 16:41 ` [PATCH 01/14] ARM: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries Tony Lindgren
2010-09-17 16:41 ` Tony Lindgren
2010-09-29 14:51 ` Catalin Marinas
2010-09-29 14:51 ` Catalin Marinas
2010-09-29 15:01 ` Shilimkar, Santosh
2010-09-29 15:01 ` Shilimkar, Santosh
2010-09-29 15:02 ` Russell King - ARM Linux
2010-09-29 15:02 ` Russell King - ARM Linux
2010-09-17 15:06 ` [PATCH 00/14] omap sram, omap4 control module and es2.0 support Bryan Wu
2010-09-17 15:06 ` Bryan Wu
2010-09-17 15:10 ` Shilimkar, Santosh
2010-09-17 15:10 ` Shilimkar, Santosh
2010-09-17 17:50 ` Paul Walmsley
2010-09-17 17:50 ` Paul Walmsley
2010-09-18 7:32 ` Shilimkar, Santosh
2010-09-18 7:32 ` Shilimkar, Santosh
2010-09-24 1:13 ` Tony Lindgren [this message]
2010-09-24 1:13 ` Tony Lindgren
2010-09-24 4:51 ` Shilimkar, Santosh
2010-09-24 4:51 ` Shilimkar, Santosh
2010-09-24 6:42 ` Shilimkar, Santosh
2010-09-24 6:42 ` Shilimkar, Santosh
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=20100924011323.GC4211@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=santosh.shilimkar@ti.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 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.