From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: [GIT PULL] OMAP PM: misc. cleanup for v3.6 Date: Tue, 26 Jun 2012 07:48:35 -0500 Message-ID: <87d34mdysc.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog108.obsmtp.com ([74.125.149.199]:56135 "EHLO na3sys009aog108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755659Ab2FZMsd (ORCPT ); Tue, 26 Jun 2012 08:48:33 -0400 Received: by yenr13 with SMTP id r13so3364673yen.10 for ; Tue, 26 Jun 2012 05:48:28 -0700 (PDT) Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: linux-omap , linux-arm-kernel , Jean Pihet Tony, Please pull the following misc. PM cleanups for v3.6. Kevin The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f: Linux 3.5-rc1 (2012-06-02 18:29:26 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.6/cleanup/pm for you to fetch changes up to b110547e586eb5825bc1d04aa9147bff83b57672: ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad one (2012-06-19 15:23:29 -0700) ---------------------------------------------------------------- Daniel Lezcano (1): ARM: OMAP3/4: consolidate cpuidle Makefile Mark A. Greer (1): ARM: OMAP3: PM: Only access IVA if one exists Nishanth Menon (1): ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad one arch/arm/mach-omap2/Kconfig | 2 ++ arch/arm/mach-omap2/Makefile | 7 +++++-- arch/arm/mach-omap2/cpuidle34xx.c | 8 -------- arch/arm/mach-omap2/cpuidle44xx.c | 8 -------- arch/arm/mach-omap2/opp.c | 3 +-- arch/arm/mach-omap2/pm.h | 17 +++++++++++++++-- arch/arm/mach-omap2/pm34xx.c | 15 ++++++++++----- 7 files changed, 33 insertions(+), 27 deletions(-)