/openbmc/linux/sound/aoa/core/ |
H A D | gpio-pmf.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | gpio-feature.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/i2c/other/ |
H A D | ak4113.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | ak4114.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/pci/oxygen/ |
H A D | oxygen_lib.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/pci/ac97/ |
H A D | ac97_codec.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8350.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | wm8753.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_via.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/soc/ |
H A D | soc-core.c | diff 5b84ba26a9672e615897234fa5efd3eea2d6b295 Sat Dec 11 10:51:26 CST 2010 Tejun Heo <tj@kernel.org> sound: don't use flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
* cancel[_delayed]_work() + flush_scheduled_work() -> cancel[_delayed]_work_sync().
* wm8350, wm8753 and soc-core use custom code to cancel a delayed work, execute it immediately if it was pending and wait for its completion. This is equivalent to flush_delayed_work_sync(). Use it instead.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|