From patchwork Fri Jun 3 10:00:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 846052 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p53An0id017589 for ; Fri, 3 Jun 2011 10:49:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753962Ab1FCKBV (ORCPT ); Fri, 3 Jun 2011 06:01:21 -0400 Received: from na3sys009aog113.obsmtp.com ([74.125.149.209]:59447 "EHLO na3sys009aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752631Ab1FCKBU (ORCPT ); Fri, 3 Jun 2011 06:01:20 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]) (using TLSv1) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKTeiw7yKiYl/6vS1aDGzT0JJGs4yldQnm@postini.com; Fri, 03 Jun 2011 03:01:20 PDT Received: by fxm2 with SMTP id 2so1497963fxm.32 for ; Fri, 03 Jun 2011 03:01:18 -0700 (PDT) Received: by 10.223.127.210 with SMTP id h18mr1906422fas.46.1307095278115; Fri, 03 Jun 2011 03:01:18 -0700 (PDT) Received: from localhost.localdomain (a62-248-131-233.elisa-laajakaista.fi [62.248.131.233]) by mx.google.com with ESMTPS id b22sm445843fak.1.2011.06.03.03.01.16 (version=SSLv3 cipher=OTHER); Fri, 03 Jun 2011 03:01:17 -0700 (PDT) From: Tomi Valkeinen To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org Cc: b-cousson@ti.com, paul@pwsan.com, khilman@ti.com, Tomi Valkeinen Subject: [PATCH 09/27] OMAP: DSS2: Use omap_pm_get_dev_context_loss_count to get ctx loss count Date: Fri, 3 Jun 2011 13:00:19 +0300 Message-Id: <1307095237-14805-10-git-send-email-tomi.valkeinen@ti.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1307095237-14805-1-git-send-email-tomi.valkeinen@ti.com> References: <1307095237-14805-1-git-send-email-tomi.valkeinen@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Fri, 03 Jun 2011 10:49:03 +0000 (UTC) Initialize get_context_loss_count in the DSS board data to omap_pm_get_dev_context_loss_count, so that omapdss driver can use it. Signed-off-by: Tomi Valkeinen --- arch/arm/mach-omap2/display.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/display.c b/arch/arm/mach-omap2/display.c index 084a51b..c7e19c4 100644 --- a/arch/arm/mach-omap2/display.c +++ b/arch/arm/mach-omap2/display.c @@ -25,6 +25,7 @@ #include