Merge branch 'pm-wakeirq'
* pm-wakeirq: PM / wakeirq: Fix typo in prototype for dev_pm_set_dedicated_wake_irq PM / Wakeirq: Add automated device wake IRQ handling
This commit is contained in:
commit
0d85fd4211
9 changed files with 484 additions and 1 deletions
|
|
@ -541,6 +541,7 @@ enum rpm_request {
|
|||
};
|
||||
|
||||
struct wakeup_source;
|
||||
struct wake_irq;
|
||||
struct pm_domain_data;
|
||||
|
||||
struct pm_subsys_data {
|
||||
|
|
@ -580,6 +581,7 @@ struct dev_pm_info {
|
|||
unsigned long timer_expires;
|
||||
struct work_struct work;
|
||||
wait_queue_head_t wait_queue;
|
||||
struct wake_irq *wakeirq;
|
||||
atomic_t usage_count;
|
||||
atomic_t child_count;
|
||||
unsigned int disable_depth:3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue