diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2014-08-18 10:33:00 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-09-09 13:55:44 -0700 |
commit | 5dbbb00f712edff8454f9741db61f9e0a4fec919 (patch) | |
tree | 61c65532c51b8c9903f6b37b2b4228fd7e65679c /drivers/clk/Makefile | |
parent | a8a76f563cfa1a4e47b6d8b2bef9c0d44a3fd7b0 (diff) | |
download | linux-5dbbb00f712edff8454f9741db61f9e0a4fec919.tar.gz linux-5dbbb00f712edff8454f9741db61f9e0a4fec919.tar.bz2 linux-5dbbb00f712edff8454f9741db61f9e0a4fec919.zip |
clk: Add generic driver for Maxim PMIC clocks
Maxim Integrated Power Management ICs are very similar with
regard to their clock outputs. Most of the clock drivers for
these chips are duplicating code and are simpler enough that
can be converted to use a generic driver to consolidate code
and avoid duplication.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index f537a0b1f798..9de85f689ff5 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_ARCH_CLPS711X) += clk-clps711x.o obj-$(CONFIG_ARCH_EFM32) += clk-efm32gg.o obj-$(CONFIG_ARCH_HIGHBANK) += clk-highbank.o obj-$(CONFIG_MACH_LOONGSON1) += clk-ls1x.o +obj-$(CONFIG_COMMON_CLK_MAX_GEN) += clk-max-gen.o obj-$(CONFIG_COMMON_CLK_MAX77686) += clk-max77686.o obj-$(CONFIG_ARCH_MOXART) += clk-moxart.o obj-$(CONFIG_ARCH_NOMADIK) += clk-nomadik.o |