]> git.karo-electronics.de Git - karo-tx-linux.git/commit
CLK: clk-twl6040: Initial clock driver for OMAP4+ McPDM fclk clock
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 14 Sep 2012 14:30:27 +0000 (17:30 +0300)
committerMike Turquette <mturquette@linaro.org>
Mon, 29 Oct 2012 17:34:14 +0000 (10:34 -0700)
commit45608e868a03eb0826969d8446f18f837bb9ef84
tree44680f07cd986bb2f311642bf062c0f1ee096ca8
parenta87b023b3a6b2365be8058457711ee906d805829
CLK: clk-twl6040: Initial clock driver for OMAP4+ McPDM fclk clock

On OMAP4+ platforms the functional clock for the McPDM IP is suplied by
the twl6040 codec (bit clock on the PDM bus).
This common clock driver for twl6040 will register the mcpdm_fclk clock to
be used by the McPDM driver to make sure that the needed clocks are
available when needed.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-twl6040.c [new file with mode: 0644]