All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vishwanath Sripathy <vishwanath.bs@ti.com>
To: Tony Lindgren <tony@atomide.com>, Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Nicolas Pitre <nico@fluxnic.net>
Subject: RE: [GIT PULL] minimal omap4460 support for v3.1 merge window
Date: Fri, 15 Jul 2011 15:34:08 +0530	[thread overview]
Message-ID: <f4cffad16aa1de61a44edfae84e2249a@mail.gmail.com> (raw)
In-Reply-To: <20110710195215.GJ5783@atomide.com>

Tony,
I boot tested this pull request on 4460 Panda and it boots up fine.

Regards
Vishwa


> -----Original Message-----
> From: linux-arm-kernel-bounces@lists.infradead.org [mailto:linux-
> arm-kernel-bounces@lists.infradead.org] On Behalf Of Tony Lindgren
> Sent: Monday, July 11, 2011 1:22 AM
> To: Arnd Bergmann
> Cc: Thomas Gleixner; linux-omap@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; Nicolas Pitre
> Subject: Re: [GIT PULL] minimal omap4460 support for v3.1 merge
> window
>
> Correting the email address for Arnd.
>
> * Tony Lindgren <tony@atomide.com> [110709 23:51]:
> > Hi Arnd,
> >
> > Please pull minimal omap4460 support from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-
> 2.6.git 4460
> >
> > Regards,
> >
> > Tony
> >
> >
> > The following changes since commit
> 48cb1258e8b0f8c81cfb699b42326c5b2147b3f8:
> >   Tony Lindgren (1):
> >         Merge branch 'for_3.1/pm-misc' of
> git://git.kernel.org/.../khilman/linux-omap-pm into devel-cleanup
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-
> 2.6.git 4460
> >
> > Aneesh V (2):
> >       OMAP: ID: introduce chip detection for OMAP4460
> >       OMAP4: ID: add omap_has_feature for max freq supported
> >
> > Rajendra Nayak (2):
> >       OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts
> >       OMAP4: clocks: Update the clock tree with 4460 clock nodes
> >
> >  arch/arm/mach-omap2/clock44xx_data.c          |   39
> ++++++++++++++++++
> >  arch/arm/mach-omap2/cm-regbits-44xx.h         |   36
> +++++++++++++++++
> >  arch/arm/mach-omap2/id.c                      |   53
> ++++++++++++++++++++----
> >  arch/arm/mach-omap2/prm-regbits-44xx.h        |    8 ++++
> >  arch/arm/plat-omap/include/plat/clkdev_omap.h |    1 +
> >  arch/arm/plat-omap/include/plat/clock.h       |    2 +
> >  arch/arm/plat-omap/include/plat/cpu.h         |   35
> +++++++++++++++-
> >  7 files changed, 162 insertions(+), 12 deletions(-)
> > --
> > 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
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: vishwanath.bs@ti.com (Vishwanath Sripathy)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] minimal omap4460 support for v3.1 merge window
Date: Fri, 15 Jul 2011 15:34:08 +0530	[thread overview]
Message-ID: <f4cffad16aa1de61a44edfae84e2249a@mail.gmail.com> (raw)
In-Reply-To: <20110710195215.GJ5783@atomide.com>

Tony,
I boot tested this pull request on 4460 Panda and it boots up fine.

Regards
Vishwa


> -----Original Message-----
> From: linux-arm-kernel-bounces at lists.infradead.org [mailto:linux-
> arm-kernel-bounces at lists.infradead.org] On Behalf Of Tony Lindgren
> Sent: Monday, July 11, 2011 1:22 AM
> To: Arnd Bergmann
> Cc: Thomas Gleixner; linux-omap at vger.kernel.org; linux-arm-
> kernel at lists.infradead.org; Nicolas Pitre
> Subject: Re: [GIT PULL] minimal omap4460 support for v3.1 merge
> window
>
> Correting the email address for Arnd.
>
> * Tony Lindgren <tony@atomide.com> [110709 23:51]:
> > Hi Arnd,
> >
> > Please pull minimal omap4460 support from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-
> 2.6.git 4460
> >
> > Regards,
> >
> > Tony
> >
> >
> > The following changes since commit
> 48cb1258e8b0f8c81cfb699b42326c5b2147b3f8:
> >   Tony Lindgren (1):
> >         Merge branch 'for_3.1/pm-misc' of
> git://git.kernel.org/.../khilman/linux-omap-pm into devel-cleanup
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-
> 2.6.git 4460
> >
> > Aneesh V (2):
> >       OMAP: ID: introduce chip detection for OMAP4460
> >       OMAP4: ID: add omap_has_feature for max freq supported
> >
> > Rajendra Nayak (2):
> >       OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts
> >       OMAP4: clocks: Update the clock tree with 4460 clock nodes
> >
> >  arch/arm/mach-omap2/clock44xx_data.c          |   39
> ++++++++++++++++++
> >  arch/arm/mach-omap2/cm-regbits-44xx.h         |   36
> +++++++++++++++++
> >  arch/arm/mach-omap2/id.c                      |   53
> ++++++++++++++++++++----
> >  arch/arm/mach-omap2/prm-regbits-44xx.h        |    8 ++++
> >  arch/arm/plat-omap/include/plat/clkdev_omap.h |    1 +
> >  arch/arm/plat-omap/include/plat/clock.h       |    2 +
> >  arch/arm/plat-omap/include/plat/cpu.h         |   35
> +++++++++++++++-
> >  7 files changed, 162 insertions(+), 12 deletions(-)
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-
> omap" in
> > the body of a message to majordomo at vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2011-07-15 10:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-10  6:56 [GIT PULL] minimal omap4460 support for v3.1 merge window Tony Lindgren
2011-07-10  6:56 ` Tony Lindgren
2011-07-10 19:52 ` Tony Lindgren
2011-07-10 19:52   ` Tony Lindgren
2011-07-15 10:04   ` Vishwanath Sripathy [this message]
2011-07-15 10:04     ` Vishwanath Sripathy

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=f4cffad16aa1de61a44edfae84e2249a@mail.gmail.com \
    --to=vishwanath.bs@ti.com \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nico@fluxnic.net \
    --cc=tglx@linutronix.de \
    --cc=tony@atomide.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.