| Submitter | Tony Lindgren |
|---|---|
| Date | July 1, 2012, 9:01 a.m. |
| Message ID | <E1SlGJB-0004Dl-Dd@merlin.infradead.org> |
| Download | mbox |
| Permalink | /patch/168365/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 83FEE2C01E0 for <incoming-imx@patchwork.ozlabs.org>; Sun, 1 Jul 2012 19:27:02 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SlGJB-0004Dl-Dd; Sun, 01 Jul 2012 09:19:18 +0000 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SlG2A-0002oC-4p for linux-arm-kernel@lists.infradead.org; Sun, 01 Jul 2012 09:01:38 +0000 Received: from c-98-234-237-12.hsd1.ca.comcast.net ([98.234.237.12] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from <tony@atomide.com>) id 1SlG20-000FlD-HN; Sun, 01 Jul 2012 09:01:24 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18q0L0H2Oor7Czu4YFG8yWQ Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.028 (F2.82; T1.34; A2.08; B3.13; Q3.13) Date: Sun, 1 Jul 2012 02:01:17 -0700 From: Tony Lindgren <tony@atomide.com> To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net> Subject: [GIT PULL 5/6] omap PM changes for PRCM I/O chain wakeup and cpuidle for v3.6 merge window In-Reply-To: <pull-1341133277-501333> X-Bad-Reply: In-Reply-To but no 'Re:' in Subject. X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.4 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.71 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.5 MISSING_MID Missing Message-Id: header Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Message-ID: <E1SlGJB-0004Dl-Dd@merlin.infradead.org> Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc: Linux 3.5-rc4 (2012-06-24 12:53:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-devel-pm-for-v3.6 for you to fetch changes up to d660e9b92b44f113c3fc345a8ce66ffa56a3506f: ARM: OMAP2+: PM: fix IRQ_NOAUTOEN removal by mis-merge (2012-06-29 07:19:52 -0700) ---------------------------------------------------------------- Here are some omap PM changes that reimplement omap PRCM I/O chain code for wake-ups, and improve idle latencies for cpuidle. ---------------------------------------------------------------- Jean Pihet (3): ARM: OMAP3: PM: cpuidle: default to C1 in next_valid_state ARM: OMAP3: PM: cpuidle: optimize the PER latency in C1 state ARM: OMAP3: PM: cpuidle: optimize the clkdm idle latency in C1 state Kevin Hilman (5): ARM: OMAP2+: PRM: fix compile for OMAP4-only build ARM: OMAP2+: powerdomain: allow pre/post transtion to be per pwrdm ARM: OMAP3: PM: call pre/post transition per powerdomain ARM: OMAP3: PM: cleanup cam_pwrdm leftovers ARM: OMAP2+: PM: fix IRQ_NOAUTOEN removal by mis-merge Mohan V (1): ARM: OMAP3: PM: correct enable/disable of daisy io chain Rajendra Nayak (1): ARM: OMAP4: PRM: Add IO Daisychain support Tero Kristo (1): ARM: OMAP3+: PRM: Enable IO wake up Tony Lindgren (2): Merge tag 'omap-devel-c-for-3.6' of git://git.kernel.org/.../pjw/omap-pending into devel-pm Merge branch 'for_3.6/pm/performance' of git://git.kernel.org/.../khilman/linux-omap-pm into devel-pm Vishwanath BS (3): ARM: OMAP3: PM: Move IO Daisychain function to omap3 prm file ARM: OMAP3PLUS: hwmod: reconfigure IO Daisychain during hwmod mux ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle arch/arm/mach-omap2/cpuidle34xx.c | 71 +++++++++++------------------ arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +- arch/arm/mach-omap2/omap_hwmod.c | 38 ++++++++++++++- arch/arm/mach-omap2/pm34xx.c | 63 ++++++------------------- arch/arm/mach-omap2/powerdomain.c | 16 +++++-- arch/arm/mach-omap2/powerdomain.h | 4 +- arch/arm/mach-omap2/prcm-common.h | 8 ++++ arch/arm/mach-omap2/prm2xxx_3xxx.c | 48 +++++++++++++++++++ arch/arm/mach-omap2/prm2xxx_3xxx.h | 6 ++- arch/arm/mach-omap2/prm44xx.c | 63 ++++++++++++++++++++++++- arch/arm/mach-omap2/prm44xx.h | 2 + 11 files changed, 216 insertions(+), 107 deletions(-)