From: Shawn Guo Date: Mon, 1 Jul 2013 08:16:10 +0000 (+0800) Subject: ASoC: mxs: register saif mclk to clock framework X-Git-Tag: v3.11-rc1~23^2~2^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9e6150f2e7cbd60e0bc9a19118ca1dc97d2780;p=pandora-kernel.git ASoC: mxs: register saif mclk to clock framework Mostly the mxs system design uses saif0 mclk output as the clock source of codec. Since the mclk is implemented as a general divider with the saif clk as the parent clock, let's register the mclk as a basic clk-divider to common clock framework. Then with it being a clock provdier, clk_get() call in codec driver probe function will just work. Signed-off-by: Shawn Guo Signed-off-by: Mark Brown --- Reading git-diff-tree failed