projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae0b60
)
soundwire: intel: add prototype for WAKEEN interrupt processing
author
Rander Wang
<rander.wang@intel.com>
Thu, 12 Dec 2019 01:45:05 +0000
(19:45 -0600)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 12 Dec 2019 03:47:07 +0000
(09:17 +0530)
In ClockStop mode, the PCI device will be notified of a wake, which
will be handled from an interrupt thread.
Signed-off-by: Rander Wang <rander.wang@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/20191212014507.28050-10-pierre-louis.bossart@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
include/linux/soundwire/sdw_intel.h
patch
|
blob
|
history
diff --git
a/include/linux/soundwire/sdw_intel.h
b/include/linux/soundwire/sdw_intel.h
index 2a56180bc9dcaf0e166c06a3c11435deb61a7db0..073121c49695a99d8d9b416555e7805bf2f814ac 100644
(file)
--- a/
include/linux/soundwire/sdw_intel.h
+++ b/
include/linux/soundwire/sdw_intel.h
@@
-122,6
+122,8
@@
struct sdw_intel_res {
int sdw_intel_acpi_scan(acpi_handle *parent_handle,
struct sdw_intel_acpi_info *info);
+void sdw_intel_process_wakeen_event(struct sdw_intel_ctx *ctx);
+
struct sdw_intel_ctx *
sdw_intel_probe(struct sdw_intel_res *res);