From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: [PATCH 0/3] Support omap_pm_get_dev_context_loss_count() for OMAP4 Date: Thu, 3 Nov 2011 16:24:22 +0530 Message-ID: <1320317665-6381-1-git-send-email-rnayak@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:51442 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752656Ab1KCKyw (ORCPT ); Thu, 3 Nov 2011 06:54:52 -0400 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: b-cousson@ti.com, paul@pwsan.com Cc: linux-omap@vger.kernel.org, tony@atomide.com, linux-arm-kernel@lists.infradead.org, Rajendra Nayak Hi, This series adds support for OMAP-PM api omap_pm_get_dev_context_loss_count() on OMAP4 platforms. This api is mainly used by drivers to determine if the device context was lost, before doing a restore. regards, Rajendra Rajendra Nayak (3): ARM: OMAP: hmwod: Add support for per hwmod/module context lost count ARM: OMAP: hwmod: Update/Clear module specific context lost counters ARM: OMAP: hwmod: Look for hwmod/module level context lost count if supported arch/arm/mach-omap2/omap_hwmod.c | 39 ++++++++++++++++++++++++-- arch/arm/plat-omap/include/plat/omap_hwmod.h | 2 + 2 files changed, 38 insertions(+), 3 deletions(-)