]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: OMAP4: McPDM: Convert to hwmod/omap_device
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 2 Aug 2011 11:04:26 +0000 (14:04 +0300)
committerPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 22 Sep 2011 06:19:15 +0000 (09:19 +0300)
commitaf66e482cf627d7fd6957d86a0b88edcaccc92bb
tree9c98c903165c37cb0a68cf958d46822c89362f5f
parent9f7a56c1cdbd52e5f4abe41924f4861a11c94333
ASoC: OMAP4: McPDM: Convert to hwmod/omap_device

In order to probe, and operate correctly, the OMAP McPDM driver needs to
be converted to use hwmod.
The device name has been changed to probe the driver.
Replace the clk_* with pm_runtime_* calls to manage the clocks correctly.
Missing request_mem_region/release_mem_region added.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
sound/soc/omap/mcpdm.c
sound/soc/omap/mcpdm.h
sound/soc/omap/omap-mcpdm.c
sound/soc/omap/sdp4430.c