All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PM: wakeup: make device_wakeup_disable return void
@ 2024-03-18  5:50 Dhruva Gole
  2024-03-18  5:50 ` [PATCH 1/3] " Dhruva Gole
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Dhruva Gole @ 2024-03-18  5:50 UTC (permalink / raw)
  To: Ulf Hansson, Rafael J. Wysocki, Adrian Hunter
  Cc: Tony Lindgren, Len Brown, Pavel Machek, Greg Kroah-Hartman,
	Viresh Kumar, theo.lebrun, Dhruva Gole, linux-pm, linux-kernel,
	linux-mmc

This is a follow up patch based on discussions with Rafael[0] on a previous
patch I sent to propagate return value from device_wakeup_disable
further upward inside device_init_wakeup

However, it doesn't seem like today any return values from
device_wakeup_disable are very useful to the caller.

I could only spot one caller of this function that was actually
propagating the return value upward other than the PM core calls. I have
tried to update sdhci-pci-core to work with the new changes

I think that the patch 3/3 should go via Adrian or Ulf's tree, rest are
all PM core changes.

[0] https://lore.kernel.org/all/CAJZ5v0jbHwiZemtNAoM-jmgB_58VqmKUkqv4P7qrPkxWzBzMyQ@mail.gmail.com/

Dhruva Gole (3):
  PM: wakeup: make device_wakeup_disable return void
  PM: wakeup: Remove unnecessary else from device_init_wakeup
  mmc: sdhci-pci: Use device_set_wakeup_enable for en/disable wakeups

 drivers/base/power/wakeup.c       | 11 +++++++----
 drivers/mmc/host/sdhci-pci-core.c |  4 ++--
 include/linux/pm_wakeup.h         | 12 +++++-------
 3 files changed, 14 insertions(+), 13 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-03-18 15:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18  5:50 [PATCH 0/3] PM: wakeup: make device_wakeup_disable return void Dhruva Gole
2024-03-18  5:50 ` [PATCH 1/3] " Dhruva Gole
2024-03-18 13:47   ` Rafael J. Wysocki
2024-03-18 15:19     ` Dhruva Gole
2024-03-18  5:50 ` [PATCH 2/3] PM: wakeup: Remove unnecessary else from device_init_wakeup Dhruva Gole
2024-03-18 13:52   ` Rafael J. Wysocki
2024-03-18 15:18     ` Dhruva Gole
2024-03-18  5:50 ` [PATCH 3/3] mmc: sdhci-pci: Use device_set_wakeup_enable for en/disable wakeups Dhruva Gole
2024-03-18 13:50   ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.