From patchwork Thu Feb 11 19:57:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manoj Iyer X-Patchwork-Id: 45144 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id A409EB7D06 for ; Fri, 12 Feb 2010 06:57:12 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nff9v-0005E1-Tv; Thu, 11 Feb 2010 19:57:07 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nff9t-0005CO-Rx for kernel-team@lists.ubuntu.com; Thu, 11 Feb 2010 19:57:05 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Nff9t-00024b-34 for ; Thu, 11 Feb 2010 19:57:05 +0000 Received: from [70.114.236.114] (helo=hungry.local) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Nff9s-0006Ds-MQ for kernel-team@lists.ubuntu.com; Thu, 11 Feb 2010 19:57:05 +0000 Date: Thu, 11 Feb 2010 13:57:13 -0600 (CST) From: Manoj Iyer To: Ubuntu Kernel Team Subject: [LUCID 2/2] [Config] Added CONFIG_SR_REPORT_TIME_LIMIT Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: Manoj Iyer List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Config changes to set [Config] Added CONFIG_SR_REPORT_TIME_LIMIT=NNN where it will print suspend/resume report of any driver/device that takes more than NNN msec to resume. The following changes since commit a913ef9ba3b23aee8db094d5ab5804777c697ef1: Andy Whitcroft (1): UBUNTU: Ubuntu-2.6.32-13.18 are available in the git repository at: ssh://zinc.canonical.com/srv/kernel.ubuntu.com/git/manjo/ubuntu-lucid.git srtime Manoj Iyer (2): UBUNTU: SAUCE: PM report driver and device suspend/resume times. UBUNTU: [Config] Added CONFIG_SR_REPORT_TIME_LIMIT debian.master/config/config.common.ubuntu | 1 + drivers/base/power/main.c | 35 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 0 deletions(-) From 795589e57107f73015bc64a9f880b824c79df1fd Mon Sep 17 00:00:00 2001 From: Manoj Iyer Date: Thu, 11 Feb 2010 13:38:08 -0600 Subject: [PATCH] UBUNTU: [Config] Added CONFIG_SR_REPORT_TIME_LIMIT To print driver/device suspend/resume time greater than NNN msec use CONFIG_SR_REPORT_TIME_LIMIT=NNN Signed-off-by: Manoj Iyer --- debian.master/config/config.common.ubuntu | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 94e6614..017b821 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3711,6 +3711,7 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_SQUASHFS=m # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_SR_REPORT_TIME_LIMIT is not set CONFIG_SSB=m # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE=y