linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] cache-l2x0 and omap4 l2 support
@ 2010-02-04 14:22 Shilimkar, Santosh
  2010-02-04 14:43 ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: Shilimkar, Santosh @ 2010-02-04 14:22 UTC (permalink / raw)
  To: linux-arm-kernel

Russell / Tony,

Here is the series which combines earlier two series because of dependency and 
rebased against 2.6.33-rc2. This series also implements Russell's suggested
combined monitor API. Tested on OMAP4430 SDP 


The following changes since commit abe94c756c08d50566c09a65b9c7fe72f83071c5:
  Linus Torvalds (1):
        Linux 2.6.33-rc6

Santosh Shilimkar (5):
      ARM: L2 : Add maintainace by line helper functions
      OMAP4: Add L2 Cache support
      OMAP4: Clean the secondary_data from L2
      ARM: L2 : Errata 588369: Clean & Invalidate do not invalidate clean lines
      OMAP4: Enable L2 Cache

 arch/arm/Kconfig                           |   13 +++++
 arch/arm/configs/omap_4430sdp_defconfig    |    3 +
 arch/arm/mach-omap2/board-4430sdp.c        |   53 +++++++++++++++++++++
 arch/arm/mach-omap2/omap-smp.c             |    2 +
 arch/arm/mm/Kconfig                        |    2 +-
 arch/arm/mm/cache-l2x0.c                   |   71 ++++++++++++++++++++++++----
 arch/arm/plat-omap/include/plat/omap44xx.h |    1 +
 7 files changed, 134 insertions(+), 11 deletions(-)

Regards,
Santosh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 0/5] cache-l2x0 and omap4 l2 support
  2010-02-04 14:22 [PATCH 0/5] cache-l2x0 and omap4 l2 support Shilimkar, Santosh
@ 2010-02-04 14:43 ` Russell King - ARM Linux
  2010-02-04 16:01   ` Shilimkar, Santosh
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux @ 2010-02-04 14:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 04, 2010 at 07:52:52PM +0530, Shilimkar, Santosh wrote:
> Russell / Tony,
> 
> Here is the series which combines earlier two series because of dependency and 
> rebased against 2.6.33-rc2. This series also implements Russell's suggested
> combined monitor API. Tested on OMAP4430 SDP 

If you fix up those two patches, I think it can to into the patch system
when some acks have been received.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 0/5] cache-l2x0 and omap4 l2 support
  2010-02-04 14:43 ` Russell King - ARM Linux
@ 2010-02-04 16:01   ` Shilimkar, Santosh
  2010-02-04 16:14     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Shilimkar, Santosh @ 2010-02-04 16:01 UTC (permalink / raw)
  To: linux-arm-kernel

Tony,
> -----Original Message-----
> From: Russell King - ARM Linux [mailto:linux at arm.linux.org.uk]
> Sent: Thursday, February 04, 2010 8:14 PM
> To: Shilimkar, Santosh
> Cc: Tony Lindgren; Catalin Marinas; linux-arm-kernel at lists.infradead.org; linux-omap at vger.kernel.org
> Subject: Re: [PATCH 0/5] cache-l2x0 and omap4 l2 support
> 
> On Thu, Feb 04, 2010 at 07:52:52PM +0530, Shilimkar, Santosh wrote:
> > Russell / Tony,
> >
> > Here is the series which combines earlier two series because of dependency and
> > rebased against 2.6.33-rc2. This series also implements Russell's suggested
> > combined monitor API. Tested on OMAP4430 SDP
> 
> If you fix up those two patches, I think it can to into the patch system
> when some acks have been received.

Can you check this series and provide your ack. Will you be ok if this series
gets merged through Russell's patch system ?

Regards,
Santosh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 0/5] cache-l2x0 and omap4 l2 support
  2010-02-04 16:01   ` Shilimkar, Santosh
@ 2010-02-04 16:14     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2010-02-04 16:14 UTC (permalink / raw)
  To: linux-arm-kernel

* Shilimkar, Santosh <santosh.shilimkar@ti.com> [100204 07:59]:
> Tony,
> > -----Original Message-----
> > From: Russell King - ARM Linux [mailto:linux at arm.linux.org.uk]
> > Sent: Thursday, February 04, 2010 8:14 PM
> > To: Shilimkar, Santosh
> > Cc: Tony Lindgren; Catalin Marinas; linux-arm-kernel at lists.infradead.org; linux-omap at vger.kernel.org
> > Subject: Re: [PATCH 0/5] cache-l2x0 and omap4 l2 support
> > 
> > On Thu, Feb 04, 2010 at 07:52:52PM +0530, Shilimkar, Santosh wrote:
> > > Russell / Tony,
> > >
> > > Here is the series which combines earlier two series because of dependency and
> > > rebased against 2.6.33-rc2. This series also implements Russell's suggested
> > > combined monitor API. Tested on OMAP4430 SDP
> > 
> > If you fix up those two patches, I think it can to into the patch system
> > when some acks have been received.
> 
> Can you check this series and provide your ack. Will you be ok if this series
> gets merged through Russell's patch system ?

Yeah looks good to me for all of them:

Acked-by: Tony Lindgren <tony@atomide.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-04 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04 14:22 [PATCH 0/5] cache-l2x0 and omap4 l2 support Shilimkar, Santosh
2010-02-04 14:43 ` Russell King - ARM Linux
2010-02-04 16:01   ` Shilimkar, Santosh
2010-02-04 16:14     ` Tony Lindgren

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).