From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751737AbeBZVzK (ORCPT ); Mon, 26 Feb 2018 16:55:10 -0500 Received: from muru.com ([72.249.23.125]:58432 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334AbeBZVzJ (ORCPT ); Mon, 26 Feb 2018 16:55:09 -0500 Date: Mon, 26 Feb 2018 13:55:07 -0800 From: Tony Lindgren To: Andy Shevchenko Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, Grygorii Strashko , "Rafael J . Wysocki" Subject: Re: [PATCH v1] genirq: Add wakeup sysfs node to show IRQ wakeup state Message-ID: <20180226215507.GH16043@atomide.com> References: <20180226155043.67937-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180226155043.67937-1-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andy Shevchenko [180226 15:51]: > Surprisingly there is no simple way to see if the IRQ line in question > is wakeup source or not. > > Note that wakeup might be an OOB (out-of-band) source like GPIO line > which makes things slightly more complicated. > > Add a sysfs node to cover this case. > > Signed-off-by: Andy Shevchenko Works for me: Tested-by: Tony Lindgren