clock: max77686: Add driver for Maxim 77686 32Khz crystal oscillator.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Tue, 28 Aug 2012 08:54:28 +0000 (17:54 +0900)
committerMike Turquette <mturquette@linaro.org>
Thu, 6 Sep 2012 23:55:38 +0000 (16:55 -0700)
commit73118e6188c23719eeec3560b7fd1ca76f1a0919
tree9ba71716e05b80ea173383473cb18c4f1a14d776
parentebc96db7632f987e0b9bffcb782cf5cfb8afb0dd
clock: max77686: Add driver for Maxim 77686 32Khz crystal oscillator.

This patch supports max77686 mfd's clock driver using common clock frame work.
max77686 has 3 clock ouputs which all are generated from crystal oscillator and
SOC can enable/disable them via I2C bus. All clocks are fixed-rate clock sources
so that it doesn't supply interface for changing clock rate.
Driver uses regmap API to communicate with internal register.

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-max77686.c [new file with mode: 0644]