From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757709AbaGWMEh (ORCPT ); Wed, 23 Jul 2014 08:04:37 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:55987 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754841AbaGWMEf (ORCPT ); Wed, 23 Jul 2014 08:04:35 -0400 Date: Wed, 23 Jul 2014 14:04:32 +0200 From: Peter Zijlstra To: "Rafael J. Wysocki" Cc: ACPI Devel Maling List , Linux Kernel Mailing List , Linux PM list , Linux PCI , Zhang Rui Subject: Re: [PATCH 0/3] ACPI / PM: Make ACPI-based PCI wakeup work for the "freeze" sleep state Message-ID: <20140723120432.GU3935@laptop> References: <1907495.agrCMfRsQN@vostro.rjw.lan> <1938033.aGLPbNTjeQ@vostro.rjw.lan> <20140723113840.GJ20603@laptop.programming.kicks-ass.net> <6491652.ycQtdn67HU@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6491652.ycQtdn67HU@vostro.rjw.lan> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 23, 2014 at 02:17:55PM +0200, Rafael J. Wysocki wrote: > > (also, patchwork blows chunks :/) > > That's never happened to me (and there's only one hunk in that patch). I meant that patchwork sucks :-) It hides the actual patch, I had to download things in order to see the actual patch. > Anyway, the count for 0000:00:01.0:pcie01 means that the wakeup source > has been activated, so it should have woken it up in theory. > > Unless, of course, it was activated after the power button wakeup. Yeah, I was thikning that maybe it doesn't get through entirely but has pending state and comes through once we press the power button. > It looks like the stuff works on the hardware level, though, so we should be > able to make the wakeup work too. I'll have another look later today. Thanks.