From: Nishanth Menon <nm@ti.com>
To: linux-omap <linux-omap@vger.kernel.org>
Cc: Charulatha Varadarajan <charu@ti.com>,
Jean Pihet <jean.pihet@newoldbits.com>,
Kevin Hilman <khilman@deeprootsystems.com>,
Santosh Shilimkar <santosh.shilimkar@ti.com>,
Tao Hu <tghk48@motorola.com>, Tony Lindgren <tony@atomide.com>,
Vishwanath Sripathy <vishwanath.bs@ti.com>
Subject: Re: [PATCH 0/5 v3] OMAP: idle path errata fixes
Date: Wed, 08 Dec 2010 17:03:58 -0600 [thread overview]
Message-ID: <4D000EDE.2030706@ti.com> (raw)
In-Reply-To: <1291395818-8639-1-git-send-email-nm@ti.com>
Nishanth Menon had written, on 12/03/2010 11:03 AM, the following:
> Hi,
> as discussed in [1], here is step 2 - idle path errata fixes.
> this is the next rev incorporating comments from V2 post
> of this series.
>
> V2: http://marc.info/?l=linux-omap&m=129106200408109&w=2
>
> Major change in V3:
> Erratas are now handled per silicon - it is much cleaner :)
> no more redundant cpu_is_omap34xx check anymore
> errata configure is __init as it should be
>
> Eduardo Valentin (1):
> OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2
>
> Nishanth Menon (1):
> OMAP3630: PM: Erratum i608: disable RTA
>
> Peter 'p2' De Schrijver (2):
> OMAP3: PM: Erratum i581 support: dll kick strategy
> OMAP3630: PM: Disable L2 cache while invalidating L2 cache
>
> Richard Woodruff (1):
> OMAP3: PM: Update clean_l2 to use v7_flush_dcache_all
>
> arch/arm/mach-omap2/control.c | 5 +-
> arch/arm/mach-omap2/control.h | 5 +
> arch/arm/mach-omap2/pm.h | 6 ++
> arch/arm/mach-omap2/pm34xx.c | 38 ++++++++
> arch/arm/mach-omap2/sleep34xx.S | 187 ++++++++++++++++++++++++---------------
> 5 files changed, 169 insertions(+), 72 deletions(-)
>
> bloat-o-meter report Vs 2.6.37-rc4
> add/remove: 1/0 grow/shrink: 6/2 up/down: 220/-12 (208)
> function old new delta
> omap3_pm_init 1776 1868 +92
> omap_sram_idle 1040 1104 +64
> omap3_save_scratchpad_contents 732 760 +28
> vermagic 45 60 +15
> linux_banner 131 146 +15
> omap2_init_mmc 1032 1036 +4
> pm34xx_errata - 2 +2
> omap_serial_init_port 1120 1116 -4
> prcm_interrupt_handler 276 268 -8
>
> [1] http://marc.info/?l=linux-omap&m=129045338806957&w=2
>
> Cc: Charulatha Varadarajan <charu@ti.com>
> Cc: Jean Pihet <jean.pihet@newoldbits.com>
> Cc: Kevin Hilman <khilman@deeprootsystems.com>
> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
> Cc: Tao Hu <tghk48@motorola.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Vishwanath Sripathy <vishwanath.bs@ti.com>
Gentle ping on this series..
Regards,
Nishanth Menon
next prev parent reply other threads:[~2010-12-08 23:04 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 17:03 [PATCH 0/5 v3] OMAP: idle path errata fixes Nishanth Menon
2010-12-03 17:03 ` [PATCH 1/5 v2] OMAP3: PM: Update clean_l2 to use v7_flush_dcache_all Nishanth Menon
2010-12-03 17:03 ` [PATCH 2/5 v2] OMAP3: PM: Erratum i581 support: dll kick strategy Nishanth Menon
2010-12-03 17:03 ` [PATCH 3/5 v3] OMAP3630: PM: Erratum i608: disable RTA Nishanth Menon
2010-12-14 3:28 ` Kevin Hilman
2010-12-15 22:13 ` Nishanth Menon
2010-12-16 0:01 ` Kevin Hilman
2010-12-03 17:03 ` [PATCH 4/5 v3] OMAP3630: PM: Disable L2 cache while invalidating L2 cache Nishanth Menon
2010-12-03 17:03 ` [PATCH 5/5 v3] OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2 Nishanth Menon
2010-12-13 13:35 ` Vishwanath Sripathy
2010-12-13 13:43 ` Nishanth Menon
2010-12-13 13:54 ` Vishwanath Sripathy
2010-12-13 14:04 ` Nishanth Menon
2010-12-13 14:25 ` Vishwanath Sripathy
2010-12-13 14:36 ` Nishanth Menon
2010-12-13 14:43 ` Nishanth Menon
2010-12-13 14:48 ` Vishwanath Sripathy
2010-12-13 14:52 ` Nishanth Menon
2010-12-13 14:58 ` Vishwanath Sripathy
2010-12-13 15:02 ` Nishanth Menon
2010-12-14 3:42 ` Kevin Hilman
2010-12-15 21:31 ` Nishanth Menon
2010-12-15 23:47 ` Kevin Hilman
2010-12-16 0:05 ` Nishanth Menon
2010-12-16 1:30 ` Nishanth Menon
2010-12-16 18:57 ` Kevin Hilman
2010-12-17 1:07 ` Nishanth Menon
2010-12-17 22:54 ` Kevin Hilman
2010-12-17 23:09 ` Nishanth Menon
2010-12-20 16:51 ` Kevin Hilman
2010-12-13 14:45 ` Vishwanath Sripathy
2010-12-13 14:47 ` Nishanth Menon
2010-12-08 23:03 ` Nishanth Menon [this message]
2010-12-14 3:49 ` [PATCH 0/5 v3] OMAP: idle path errata fixes Kevin Hilman
2010-12-15 21:40 ` Nishanth Menon
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=4D000EDE.2030706@ti.com \
--to=nm@ti.com \
--cc=charu@ti.com \
--cc=jean.pihet@newoldbits.com \
--cc=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=santosh.shilimkar@ti.com \
--cc=tghk48@motorola.com \
--cc=tony@atomide.com \
--cc=vishwanath.bs@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.