From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jeff Chua" Subject: Re: [PATCH v2] Add suspend/resume for HPET Date: Fri, 30 Mar 2007 02:11:47 +0800 Message-ID: References: <460BBD1B.4040308@ru.mvista.com> <200703291531.18253.maximlevitsky@gmail.com> <200703291546.48996.maximlevitsky@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from wr-out-0506.google.com ([64.233.184.239]:11329 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030614AbXC2SLt (ORCPT ); Thu, 29 Mar 2007 14:11:49 -0400 Received: by wr-out-0506.google.com with SMTP id 76so329907wra for ; Thu, 29 Mar 2007 11:11:48 -0700 (PDT) In-Reply-To: <200703291546.48996.maximlevitsky@gmail.com> Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Maxim Levitsky Cc: Sergei Shtylyov , Linus Torvalds , Ingo Molnar , Thomas Gleixner , Adrian Bunk , Andrew Morton , Linux Kernel Mailing List , "Eric W. Biederman" , "Rafael J. Wysocki" , pavel@suse.cz, linux-pm@lists.osdl.org, gregkh@suse.de, linux-pci@atrey.karlin.mff.cuni.cz, Jens Axboe , Len Brown , linux-acpi@vger.kernel.org, jgarzik@pobox.com, linux-ide@vger.kernel.org, "Michael S. Tsirkin" On 3/29/07, Maxim Levitsky wrote: > Subject: Add suspend/resume for HPET > This adds support of suspend/resume on i386 for HPET > Signed-off-by: Maxim Levitsky Confirmed that suspend/resume disk/ram works on X60s with CONFIG_HPET_TIMER=y and CONFIG_NO_HZ unset. But suspend to disk still hang with CONFIG_NO_HZ unset. Thanks, Jeff.