Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336791
b: refs/heads/master
c: 6dcdd8e
h: refs/heads/master
i:
  336789: 85d5c88
  336787: eb73d21
  336783: 306e3ca
v: v3
  • Loading branch information
MyungJoo Ham authored and Rafael J. Wysocki committed Nov 28, 2012
1 parent fb8dc9d commit 336378f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92043eafcfc5ad06581d12c151fa7e18240378fa
refs/heads/master: 6dcdd8e3cadd8dfcfe63d231631d70e2670970f9
5 changes: 5 additions & 0 deletions trunk/drivers/devfreq/devfreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ void devfreq_monitor_start(struct devfreq *devfreq)
queue_delayed_work(devfreq_wq, &devfreq->work,
msecs_to_jiffies(devfreq->profile->polling_ms));
}
EXPORT_SYMBOL(devfreq_monitor_start);

/**
* devfreq_monitor_stop() - Stop load monitoring of a devfreq instance
Expand All @@ -248,6 +249,7 @@ void devfreq_monitor_stop(struct devfreq *devfreq)
{
cancel_delayed_work_sync(&devfreq->work);
}
EXPORT_SYMBOL(devfreq_monitor_stop);

/**
* devfreq_monitor_suspend() - Suspend load monitoring of a devfreq instance
Expand All @@ -273,6 +275,7 @@ void devfreq_monitor_suspend(struct devfreq *devfreq)
mutex_unlock(&devfreq->lock);
cancel_delayed_work_sync(&devfreq->work);
}
EXPORT_SYMBOL(devfreq_monitor_suspend);

/**
* devfreq_monitor_resume() - Resume load monitoring of a devfreq instance
Expand All @@ -297,6 +300,7 @@ void devfreq_monitor_resume(struct devfreq *devfreq)
out:
mutex_unlock(&devfreq->lock);
}
EXPORT_SYMBOL(devfreq_monitor_resume);

/**
* devfreq_interval_update() - Update device devfreq monitoring interval
Expand Down Expand Up @@ -343,6 +347,7 @@ void devfreq_interval_update(struct devfreq *devfreq, unsigned int *delay)
out:
mutex_unlock(&devfreq->lock);
}
EXPORT_SYMBOL(devfreq_interval_update);

/**
* devfreq_notifier_call() - Notify that the device frequency requirements
Expand Down

0 comments on commit 336378f

Please sign in to comment.