Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755658Ab3EJV3c (ORCPT ); Fri, 10 May 2013 17:29:32 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:62606 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754061Ab3EJV3a (ORCPT ); Fri, 10 May 2013 17:29:30 -0400 From: Zoran Markovic To: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Cc: Zoran Markovic , Android Kernel Team , Colin Cross , Todd Poynor , San Mehat , Benoit Goby , John Stultz , Pavel Machek , "Rafael J. Wysocki" , Len Brown , Greg Kroah-Hartman Subject: [RFC PATCHv2 0/2] power: device suspend/resume watchdog Date: Fri, 10 May 2013 14:28:47 -0700 Message-Id: <1368221329-1841-1-git-send-email-zoran.markovic@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1438 Lines: 42 Hi all, Attached are two patches addressing comments on the implementation of device suspend (and resume) watchdogs from the android kernel. I have squashed changes for the suspend and resume watchdogs as they address pretty much the same functionality, and also added compile-time configurability of the watchdogs. Please be kind to review and comment if it is ready for upstreaming. Best regards, Zoran Cc: Android Kernel Team Cc: Colin Cross Cc: Todd Poynor Cc: San Mehat Cc: Benoit Goby Cc: John Stultz Cc: Pavel Machek Cc: Rafael J. Wysocki Cc: Len Brown Cc: Greg Kroah-Hartman Benoit Goby (1): drivers: power: Add watchdog timer to catch drivers which lockup during suspend/resume. Zoran Markovic (1): PM: compile-time configuration of device suspend/resume watchdogs. drivers/base/power/main.c | 87 +++++++++++++++++++++++++++++++++++++++++++++ kernel/power/Kconfig | 48 +++++++++++++++++++++++++ 2 files changed, 135 insertions(+) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/