commit | 3a98cd6b2b0459de4ebf85356fbcc34b9848b58a | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue Aug 02 14:04:26 2011 +0300 |
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Sep 22 09:19:15 2011 +0300 |
tree | 9c98c903165c37cb0a68cf958d46822c89362f5f | |
parent | b199adfdff98092b16f67860013fb5263579c476 [diff] |
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>