From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH 2/6] ACPI / PM: Consolidate device wakeup settings code Date: Mon, 26 Jun 2017 16:29:41 +0300 Message-ID: <20170626132941.GD629@lahna.fi.intel.com> References: <12296383.UdE5HVtyng@aspire.rjw.lan> <20170622073937.GR629@lahna.fi.intel.com> <4634255.ux8TmyfYTx@aspire.rjw.lan> <8111646.zzkDnlQnPE@aspire.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga14.intel.com ([192.55.52.115]:17225 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751963AbdFZNgz (ORCPT ); Mon, 26 Jun 2017 09:36:55 -0400 Content-Disposition: inline In-Reply-To: <8111646.zzkDnlQnPE@aspire.rjw.lan> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Rafael J. Wysocki" Cc: Linux PM , LKML , Linux PCI , Linux ACPI , Bjorn Helgaas , Greg Kroah-Hartman On Fri, Jun 23, 2017 at 03:05:57AM +0200, Rafael J. Wysocki wrote: > On Thursday, June 22, 2017 04:38:49 PM Rafael J. Wysocki wrote: > > On Thursday, June 22, 2017 10:39:37 AM Mika Westerberg wrote: > > > On Mon, Jun 19, 2017 at 11:33:52PM +0200, Rafael J. Wysocki wrote: > > > > -#ifdef CONFIG_PM_SLEEP > > > > -/** > > > > - * acpi_pm_device_sleep_wake - Enable or disable device to wake up the system. > > > > - * @dev: Device to enable/desible to wake up the system from sleep states. > > > > - * @enable: Whether to enable or disable @dev to wake up the system. > > > > - */ > > > > -int acpi_pm_device_sleep_wake(struct device *dev, bool enable) > > > > +int acpi_pm_device_wakeup(struct device *dev, bool enable) > > > > > > Can we call it acpi_pm_device_enable_wakeup() and then provide > > > corresponding acpi_pm_device_disable_wakeup()? I find those easier to > > > understand than acpi_pm_device_wakeup() that sounds like the device > > > should be woken up now. > > > > OK, fair enough. I'll change it this way. > > Well, sorry, I'd rather not to, or we'll have to add a wrapper around them in > pci-acpi.c. :-) > > I can rename it to acpi_pm_device_set_wakeup(), though. Works for me :)