diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-24 19:40:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-24 19:40:57 -0400 |
commit | 9161c3b796a2841a9a7be3d9c9dd121269ce90e8 (patch) | |
tree | 4920a191c4a2eecae1a4e055af7e967f1e769714 /arch/arm/Kconfig | |
parent | 97027da6adf2e24a4e8d3d9c0668da3006b29971 (diff) | |
parent | 137f8a7213d80c1388ca48280c1ef0856b6fec30 (diff) |
Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux
Pull common clk framework changes from Michael Turquette:
"This includes a small number of core framework improvments, platform
ports and new DT bindings."
Fix up trivial conflicts in drivers/clk/Makefile
* tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux: (21 commits)
clk: fix compile for OF && !COMMON_CLK
clk: fix clk_get on of_clk_get_by_name return check
clk: mxs: clk_register_clkdev mx28 usb clocks
clk: add highbank clock support
dt: add clock binding doc to primecell bindings
clk: add DT fixed-clock binding support
clk: add DT clock binding support
ARM: integrator: convert to common clock
clk: add versatile ICST307 driver
ARM: integrator: put symbolic bus names on devices
ARM: u300: convert to common clock
clk: cache parent clocks only for muxes
clk: wm831x: Add initial WM831x clock driver
clk: Constify struct clk_init_data
clk: Add CLK_IS_BASIC flag to identify basic clocks
clk: Add support for rate table based dividers
clk: Add support for power of two type dividers
clk: mxs: imx28: decrease the frequency of ref_io1 for SSP2 and SSP3
clk: mxs: add clkdev lookup for pwm
clk: mxs: Fix the GPMI clock name
...
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c7e6d208fa8d..b25c9d3c379a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -273,8 +273,8 @@ config ARCH_INTEGRATOR | |||
273 | bool "ARM Ltd. Integrator family" | 273 | bool "ARM Ltd. Integrator family" |
274 | select ARM_AMBA | 274 | select ARM_AMBA |
275 | select ARCH_HAS_CPUFREQ | 275 | select ARCH_HAS_CPUFREQ |
276 | select CLKDEV_LOOKUP | 276 | select COMMON_CLK |
277 | select HAVE_MACH_CLKDEV | 277 | select CLK_VERSATILE |
278 | select HAVE_TCM | 278 | select HAVE_TCM |
279 | select ICST | 279 | select ICST |
280 | select GENERIC_CLOCKEVENTS | 280 | select GENERIC_CLOCKEVENTS |
@@ -336,6 +336,7 @@ config ARCH_VEXPRESS | |||
336 | select ICST | 336 | select ICST |
337 | select NO_IOPORT | 337 | select NO_IOPORT |
338 | select PLAT_VERSATILE | 338 | select PLAT_VERSATILE |
339 | select PLAT_VERSATILE_CLOCK | ||
339 | select PLAT_VERSATILE_CLCD | 340 | select PLAT_VERSATILE_CLCD |
340 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | 341 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
341 | help | 342 | help |
@@ -372,6 +373,7 @@ config ARCH_HIGHBANK | |||
372 | select ARM_TIMER_SP804 | 373 | select ARM_TIMER_SP804 |
373 | select CACHE_L2X0 | 374 | select CACHE_L2X0 |
374 | select CLKDEV_LOOKUP | 375 | select CLKDEV_LOOKUP |
376 | select COMMON_CLK | ||
375 | select CPU_V7 | 377 | select CPU_V7 |
376 | select GENERIC_CLOCKEVENTS | 378 | select GENERIC_CLOCKEVENTS |
377 | select HAVE_ARM_SCU | 379 | select HAVE_ARM_SCU |
@@ -929,7 +931,7 @@ config ARCH_U300 | |||
929 | select ARM_VIC | 931 | select ARM_VIC |
930 | select GENERIC_CLOCKEVENTS | 932 | select GENERIC_CLOCKEVENTS |
931 | select CLKDEV_LOOKUP | 933 | select CLKDEV_LOOKUP |
932 | select HAVE_MACH_CLKDEV | 934 | select COMMON_CLK |
933 | select GENERIC_GPIO | 935 | select GENERIC_GPIO |
934 | select ARCH_REQUIRE_GPIOLIB | 936 | select ARCH_REQUIRE_GPIOLIB |
935 | help | 937 | help |