From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: [GIT PULL] CPUidle: OMAP cleanups for v3.10 Date: Tue, 09 Apr 2013 16:19:59 -0700 Message-ID: <871uaj1ecg.fsf@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f49.google.com ([209.85.220.49]:38482 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753857Ab3DIXUD (ORCPT ); Tue, 9 Apr 2013 19:20:03 -0400 Received: by mail-pa0-f49.google.com with SMTP id kp14so4038228pab.36 for ; Tue, 09 Apr 2013 16:20:01 -0700 (PDT) Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Rafael J. Wysocki" Cc: linux-pm , linux-omap , linux-arm-kernel Rafael, Please pull the following OMAP CPUidle changes for v3.10. Due to dependencies on other CPUidle changes that are already in your linux-next branch, this branch is based on the commit where you merged your pm-cpuidle-next branch into linux-next. Kevin The following changes since commit f69e44b2059f2238ac558b4a115ebcdefe20b9be: Merge branch 'pm-cpuidle-next' into linux-next (2013-04-08 12:32:07 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git tags/omap-pm-v3.10/cleanup/cpuidle-v2 for you to fetch changes up to db4f3dab629109882170a7b1b8fb655a34c52846: ARM: OMAP4+: CPUidle: Consolidate idle driver for OMAP5 support (2013-04-09 09:48:21 -0700) ---------------------------------------------------------------- OMAP CPUidle cleanups for v3.10 ---------------------------------------------------------------- Daniel Lezcano (1): ARM: omap3: cpuidle: enable time keeping Santosh Shilimkar (5): ARM: OMAP4: CPUidle: Avoid double idle driver registration ARM: OMAP: CPUidle: Unregister drivere on device registration failure ARM: OMAP4: CPUidle: Make C-state description field more precise ARM: OMAP4+: CPUidle: Deprecate use of omap4_mpuss_read_prev_context_state() ARM: OMAP4+: CPUidle: Consolidate idle driver for OMAP5 support arch/arm/mach-omap2/common.h | 5 ---- arch/arm/mach-omap2/cpuidle34xx.c | 11 +++++-- arch/arm/mach-omap2/cpuidle44xx.c | 48 +++++++++++++++++-------------- arch/arm/mach-omap2/omap-mpuss-lowpower.c | 14 --------- 4 files changed, 35 insertions(+), 43 deletions(-)