ASoC: sh: fsi: Add runtime PM support
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Mon, 30 Nov 2009 11:24:48 +0000 (20:24 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 30 Nov 2009 12:56:44 +0000 (12:56 +0000)
commit785d1c45ce11820d5838eb6399caa0ac98c836cf
tree48a6ef11e402d484804dcb1a95b2bb4b6b3836c7
parentd53bd80cb32d917e224b19925bb8f500941a3659
ASoC: sh: fsi: Add runtime PM support

This patch add support runtime PM.
Driver callbacks for Runtime PM are empty because
the device registers are always re-initialized after
pm_runtime_get_sync(). The Runtime PM functions replaces the
clock framework module stop bit handling in this driver.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi.c