public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Shilimkar, Santosh" <santosh.shilimkar@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 0/5] More header clean-up
Date: Fri, 8 May 2009 08:21:03 -0700	[thread overview]
Message-ID: <20090508152103.GJ5593@atomide.com> (raw)
In-Reply-To: <EAF47CD23C76F840A9E7FCE10091EFAB02B4688430@dbde02.ent.ti.com>

* Shilimkar, Santosh <santosh.shilimkar@ti.com> [090507 22:20]:
> If this series is planned for this window then OMAP4 series also needs few changes. Is it ?

Yeah. For omap4 those changes should be trivial though.

Maybe do a test rebase on top of these patches to see which ones
you need to rename?

But when posting patches to mailings lists, please keep them against
the mainline. I should be able to deal with the conflicts pretty easily
when adding them to for-next.

Regards,

Tony

 
> > -----Original Message-----
> > From: linux-omap-owner@vger.kernel.org 
> > [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony Lindgren
> > Sent: Friday, May 08, 2009 2:12 AM
> > To: linux-omap@vger.kernel.org
> > Subject: [PATCH 0/5] More header clean-up
> > 
> > Hi all,
> > 
> > This series cleans up the conflicting defines a bit more.
> > Now the biggest problem is till in clock24xx.h, but at least the
> > conflict is local. Now changing the processors should not cause
> > everything to be rebuilt..
> > 
> > The first patch also fixes the CONFIG_SPINLOCK_DEBUG problem where
> > sched_clock was called before we have things initialized.
> > 
> > This series causes some updates to the other pending patch series,
> > like the PM series. But it would be nice to get in before we add
> > more code.
> > 
> > Kevin, the 2/5 is improved version of what I sent you earlier,
> > the earlier version had issues between 2420 vs 2430. Let me
> > know if the other patches cause big headaches for your PM
> > series.
> > 
> > Regards,
> > 
> > Tony
> > 
> > ---
> > 
> > Tony Lindgren (5):
> >       ARM: OMAP2/3: Remove OMAP_CM_REGADDR
> >       ARM: OMAP2/3: Remove OMAP2_PRCM_BASE
> >       ARM: OMAP2/3: Move define of OMAP2_VA_IC_BASE to be 
> > local to entry-macro.S
> >       ARM: OMAP2/3: Remove OMAP_PRM_REGADDR and OMAP2_PRM_BASE
> >       ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASE
> > 
> > 
> >  arch/arm/mach-omap2/clock24xx.c               |   21 ++--
> >  arch/arm/mach-omap2/clock24xx.h               |   11 ++
> >  arch/arm/mach-omap2/clock34xx.h               |    2 
> >  arch/arm/mach-omap2/cm.h                      |    5 -
> >  arch/arm/mach-omap2/prm.h                     |  136 
> > +++++++++++++------------
> >  arch/arm/mach-omap2/sdrc2xxx.c                |    5 +
> >  arch/arm/mach-omap2/sram242x.S                |    4 -
> >  arch/arm/mach-omap2/sram243x.S                |    4 -
> >  arch/arm/plat-omap/common.c                   |   69 +++++++++++--
> >  arch/arm/plat-omap/include/mach/entry-macro.S |    9 +-
> >  arch/arm/plat-omap/include/mach/omap24xx.h    |   18 ---
> >  arch/arm/plat-omap/include/mach/omap34xx.h    |    9 --
> >  12 files changed, 170 insertions(+), 123 deletions(-)
> > 
> > -- 
> > Signature
> > --
> > To unsubscribe from this list: send the line "unsubscribe 
> > linux-omap" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 
> > 

  reply	other threads:[~2009-05-08 15:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-07 20:42 [PATCH 0/5] More header clean-up Tony Lindgren
2009-05-07 20:42 ` [PATCH 1/5] ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASE Tony Lindgren
2009-05-07 20:42 ` [PATCH 2/5] ARM: OMAP2/3: Remove OMAP_PRM_REGADDR and OMAP2_PRM_BASE Tony Lindgren
2009-05-12 22:31   ` Kevin Hilman
2009-05-13  3:37     ` Tony Lindgren
2009-05-07 20:42 ` [PATCH 3/5] ARM: OMAP2/3: Move define of OMAP2_VA_IC_BASE to be local to entry-macro.S Tony Lindgren
2009-05-07 20:43 ` [PATCH 4/5] ARM: OMAP2/3: Remove OMAP2_PRCM_BASE Tony Lindgren
2009-05-07 20:43 ` [PATCH 5/5] ARM: OMAP2/3: Remove OMAP_CM_REGADDR Tony Lindgren
2009-05-08  5:20 ` [PATCH 0/5] More header clean-up Shilimkar, Santosh
2009-05-08 15:21   ` Tony Lindgren [this message]
2009-05-08 16:51     ` 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=20090508152103.GJ5593@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox