1. 14 Mar, 2012 2 commits
    • Olof Johansson's avatar
      Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas into next/soc · ae0b8250
      Olof Johansson authored
      * 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas: (234 commits)
        ARM: shmobile: remove additional __io() macro use
        ARM: mach-shmobile: default to no earlytimer
        ARM: mach-shmobile: r8a7779 and Marzen timer rework
        ARM: mach-shmobile: r8a7740 and Bonito timer rework
        ARM: mach-shmobile: sh73a0, AG5EVM and Kota2 timer rework
        ARM: mach-shmobile: sh7372, AP4EVB and Mackerel timer rework
        ARM: mach-shmobile: sh7377 and G4EVM timer rework
        ARM: mach-shmobile: sh7367 and G3EVM timer rework
        ARM: mach-shmobile: add shmobile_earlytimer_init()
        ARM: mach-shmobile: Move sh7372 AP4EVB external clk setup
        ARM: mach-shmobile: Move sh7372 Mackerel external clk setup
        ARM: mach-shmobile: rename clk_init() to shmobile_clk_init()
        ARM: mach-shmobile: r8a7779 L2 cache support
        ARM: mach-shmobile: r8a7779 map_io and init_early update
        ARM: mach-shmobile: r8a7740 map_io and init_early update
        ARM: mach-shmobile: sh73a0 map_io and init_early update
        ARM: mach-shmobile: sh7372 map_io and init_early update
        ARM: mach-shmobile: sh7377 map_io and init_early update
        ARM: mach-shmobile: sh7367 map_io and init_early update
        sh: remove clk_ops
        ...
      
        (includes an update to v3.3-rc7)
      
      Conflicts:
      	arch/arm/mach-omap2/id.c
      ae0b8250
    • Arnd Bergmann's avatar
      ARM: shmobile: remove additional __io() macro use · a6e24019
      Arnd Bergmann authored
      setup-r8a7779.c has grown a new user of the __io() macro. Rob Herring's
      PIO cleanup series already gets rid of all other uses in shmobile, so
      we should ensure that this one gets removed as well.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
      a6e24019
  2. 12 Mar, 2012 35 commits
  3. 10 Mar, 2012 3 commits
    • Linus Torvalds's avatar
      Linux 3.3-rc7 · fde7d904
      Linus Torvalds authored
      fde7d904
    • Olof Johansson's avatar
      Merge branch 'next/devel-samsung' of... · f7c8faed
      Olof Johansson authored
      Merge branch 'next/devel-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc
      
      * 'next/devel-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        ARM: EXYNOS: fix cycle count for periodic mode of clock event timers
        ARM: EXYNOS: add support JPEG
        ARM: EXYNOS: Add DMC1, allow PPMU access for DMC
        ARM: SAMSUNG: Correct MIPI-CSIS io memory resource definition
        ARM: SAMSUNG: fix __init attribute on regarding s3c_set_platdata()
        ARM: SAMSUNG: Add __init attribute to samsung_bl_set()
        ARM: S5PV210: Add usb otg phy control
        ARM: S3C64XX: Add usb otg phy control
        ARM: EXYNOS: Enable l2 configuration through device tree
        ARM: EXYNOS: remove useless code to save/restore L2
        ARM: EXYNOS: save L2 settings during bootup
        ARM: S5P: add L2 early resume code
        ARM: EXYNOS: Add support AFTR mode on EXYNOS4210
        ARM: SAMSUNG: use spin_lock_irqsave() in clk_{enable,disable}
        ARM: S3C64XX: Define some additional always off clocks
        ARM: S3C64XX: Reduce residency requirement for cpuidle WFI mode
        ARM: SAMSUNG: Add a callback 'notify_after' for PWM backlight control
        ARM: SAMSUNG: add G2D to plat-s5p and mach-exynos
        ARM: S3C64XX: Gate some more clocks by default
        ARM: S3C64XX: Add basic cpuidle driver
      f7c8faed
    • Changhwan Youn's avatar
      ARM: EXYNOS: fix cycle count for periodic mode of clock event timers · 4d2e4d7f
      Changhwan Youn authored
      EXYNOS SOC series use MCT for kernel timer and MCT has two types of
      clock event timers, which are mct-comp and mct-tick.
      Because the clock rate of each event timer is diffent from the other,
      this patch fixes cycles_per_jiffy for each timer's periodic mode.
      Signed-off-by: default avatarChanghwan Youn <chaos.youn@samsung.com>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      4d2e4d7f