Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Tue, 13 Mar 2012 23:08:06 +0000 (16:08 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 13 Mar 2012 23:08:06 +0000 (16:08 -0700)
* 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
  ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driver
  ARM: EXYNOS: add clock registers for exynos4x12-cpufreq
  PM / devfreq: update the name of EXYNOS clock registers that were omitted
  PM / devfreq: update the name of EXYNOS clock register
  ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clock
  ARM: EXYNOS: use static declaration on regarding clock
  ARM: EXYNOS: replace clock.c for other new EXYNOS SoCs
  (includes an update to v3.3-rc6)

1  2 
arch/arm/mach-omap1/board-innovator.c
arch/arm/mach-omap2/board-omap3evm.c
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/pm.c
drivers/watchdog/Kconfig

Simple merge
Simple merge
@@@ -132,9 -132,8 +132,10 @@@ void omap3_map_io(void)
  void am33xx_map_io(void);
  void omap4_map_io(void);
  void ti81xx_map_io(void);
+ void omap_barriers_init(void);
  
 +extern void __init omap_init_consistent_dma_size(void);
 +
  /**
   * omap_test_timeout - busy-loop, testing a condition
   * @cond: condition to test until it evaluates to true
Simple merge
Simple merge
Simple merge